Color Hex Logo

#dcaf3b Color Hex

#DCAF3B
(220,175,59)
0 Favorites   0 Comments

Color spaces of #dcaf3b

RGB 22017559
HSL0.120.700.55
HSV43°73°86°
CMYK 0.000.200.73   0.14
XYZ45.634646.191410.6483
Yxy46.19140.44530.4508
Hunter Lab67.96430.916438.2857
CIE-Lab73.66965.014562.4581

#dcaf3b color RGB value is (220,175,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00111011
Octal 334 257 73
Decimal 220 175 59
Hex DC AF 3B

RGB Percentages of Color #dcaf3b

%48.46
%38.55
%13.00

CMYK Percentages of Color #dcaf3b

%0
%20
%73
%14

Triadic Colors of #dcaf3b

#dcaf3b #3bdcaf #af3bdc

Analogous Colors of #dcaf3b

#dcaf3b #b9dc3b #dc5f3b

Monochromatic Colors of #dcaf3b

#dcaf3b

Complementary Color

#dcaf3b #3b68dc

#dcaf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf3b Color CSS Codes

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

#dcaf3b Text Font Color

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

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


#dcaf3b Background Color

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

This div background color is #dcaf3b


#dcaf3b Border Color

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

This div border color is #dcaf3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf3b


Comments

No comments written yet.

Please login to write comment.