Color Hex Logo

#daaf3b Color Hex

#DAAF3B
(218,175,59)
0 Favorites   0 Comments

Color spaces of #daaf3b

RGB 21817559
HSL0.120.680.54
HSV44°73°85°
CMYK 0.000.200.73   0.15
XYZ45.032845.881110.6201
Yxy45.88110.44350.4519
Hunter Lab67.73560.135338.1190
CIE-Lab73.46834.153262.1925

#daaf3b color RGB value is (218,175,59).

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

The process color (four color CMYK) of #daaf3b color hex is 0.00, 0.20, 0.73, 0.15. Web safe color of #daaf3b is #cc9933. Color #daaf3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 00111011
Octal 332 257 73
Decimal 218 175 59
Hex DA AF 3B

RGB Percentages of Color #daaf3b

%48.23
%38.72
%13.05

CMYK Percentages of Color #daaf3b

%0
%20
%73
%15

Triadic Colors of #daaf3b

#daaf3b #3bdaaf #af3bda

Analogous Colors of #daaf3b

#daaf3b #b6da3b #da603b

Monochromatic Colors of #daaf3b

#daaf3b

Complementary Color

#daaf3b #3b66da

#daaf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf3b Color CSS Codes

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

#daaf3b Text Font Color

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

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


#daaf3b Background Color

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

This div background color is #daaf3b


#daaf3b Border Color

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

This div border color is #daaf3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,175,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 #daaf3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf3b


Comments

No comments written yet.

Please login to write comment.