color codes Logo

#daba4a color codes

#DABA4A
(218,186,74)
0 Favorites   0 Comments

Color spaces of #daba4a

RGB 21818674
HSL0.130.660.57
HSV47°66°85°
CMYK 0.000.150.66   0.15
XYZ47.708450.517613.7149
Yxy50.51760.42620.4513
Hunter Lab71.0757-4.567438.3123
CIE-Lab76.3859-0.850759.0306

#daba4a color RGB value is (218,186,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01001010
Octal 332 272 112
Decimal 218 186 74
Hex DA BA 4A

RGB Percentages of Color #daba4a

%45.61
%38.91
%15.48

CMYK Percentages of Color #daba4a

%0
%15
%66
%15

Triadic Colors of #daba4a

#daba4a #4adaba #ba4ada

Analogous Colors of #daba4a

#daba4a #b2da4a #da724a

Monochromatic Colors of #daba4a

#daba4a

Complementary Color

#daba4a #4a6ada

#daba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba4a Color CSS Codes

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

#daba4a Text Font Color

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

This sample text font color is #daba4a
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.


#daba4a Background Color

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

This div background color is #daba4a


#daba4a Border Color

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

This div border color is #daba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba4a


Comments

No comments written yet.

Please login to write comment.