Color Hex Logo

#daa24b Color Hex

#DAA24B
(218,162,75)
0 Favorites   0 Comments

Color spaces of #daa24b

RGB 21816275
HSL0.100.660.57
HSV37°66°85°
CMYK 0.000.260.66   0.15
XYZ43.103841.254112.3476
Yxy41.25410.44570.4266
Hunter Lab64.22947.388533.5625
CIE-Lab70.353611.931852.0791

#daa24b color RGB value is (218,162,75).

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

The process color (four color CMYK) of #daa24b color hex is 0.00, 0.26, 0.66, 0.15. Web safe color of #daa24b is #cc9933. Color #daa24b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01001011
Octal 332 242 113
Decimal 218 162 75
Hex DA A2 4B

RGB Percentages of Color #daa24b

%47.91
%35.60
%16.48

CMYK Percentages of Color #daa24b

%0
%26
%66
%15

Triadic Colors of #daa24b

#daa24b #4bdaa2 #a24bda

Analogous Colors of #daa24b

#daa24b #cbda4b #da5a4b

Monochromatic Colors of #daa24b

#daa24b

Complementary Color

#daa24b #4b83da

#daa24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa24b Color CSS Codes

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

#daa24b Text Font Color

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

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


#daa24b Background Color

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

This div background color is #daa24b


#daa24b Border Color

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

This div border color is #daa24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa24b


Comments

No comments written yet.

Please login to write comment.