color codes Logo

#daba3b color codes

#DABA3B
(218,186,59)
0 Favorites   0 Comments

Color spaces of #daba3b

RGB 21818659
HSL0.130.680.54
HSV48°73°85°
CMYK 0.000.150.73   0.15
XYZ47.261850.339011.3631
Yxy50.33900.43370.4620
Hunter Lab70.9500-5.258540.1693
CIE-Lab76.2769-1.624764.9361

#daba3b color RGB value is (218,186,59).

#daba3b hex color red value is 218, green value is 186 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #daba3b hue: 0.13 , saturation: 0.68 and the lightness value of daba3b is 0.54.

The process color (four color CMYK) of #daba3b color code is 0.00, 0.15, 0.73, 0.15. Web safe color of #daba3b is #cccc33. Color #daba3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00111011
Octal 332 272 73
Decimal 218 186 59
Hex DA BA 3B

RGB Percentages of Color #daba3b

%47.08
%40.17
%12.74

CMYK Percentages of Color #daba3b

%0
%15
%73
%15

Triadic Colors of #daba3b

#daba3b #3bdaba #ba3bda

Analogous Colors of #daba3b

#daba3b #abda3b #da6b3b

Monochromatic Colors of #daba3b

#daba3b

Complementary Color

#daba3b #3b5bda

#daba3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba3b Color CSS Codes

.mybgcolor {background-color:#daba3b; } 
.myforecolor {color:#daba3b; }
.mybordercolor {border:3px solid #daba3b; }

#daba3b Text Font Color

<p style="color:#daba3b">Text here</p>

This sample text font color is #daba3b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#daba3b Background Color

<div style="background-color:#daba3b">
Div content here</div>

This div background color is #daba3b


#daba3b Border Color

<div style="border:3px solid #daba3b">
Div here</div>

This div border color is #daba3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,186,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daba3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daba3b;
  -webkit-box-shadow: 1px 1px 3px 2px #daba3b;
  box-shadow:         1px 1px 3px 2px #daba3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daba3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #daba3b;
  -webkit-box-shadow: 1px 1px 3px 2px #daba3b;
  box-shadow:         1px 1px 3px 2px #daba3b;">
Div content here</div>

This div box has shadow with color #daba3b


Comments

No comments written yet.

Please login to write comment.