Color Hex Logo

#dcaf33 Color Hex

#DCAF33
(220,175,51)
0 Favorites   0 Comments

Color spaces of #dcaf33

RGB 22017551
HSL0.120.710.53
HSV44°77°86°
CMYK 0.000.200.77   0.14
XYZ45.442746.11469.6379
Yxy46.11460.44910.4557
Hunter Lab67.90770.610639.1206
CIE-Lab73.61984.679265.3842

#dcaf33 color RGB value is (220,175,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00110011
Octal 334 257 63
Decimal 220 175 51
Hex DC AF 33

RGB Percentages of Color #dcaf33

%49.33
%39.24
%11.43

CMYK Percentages of Color #dcaf33

%0
%20
%77
%14

Triadic Colors of #dcaf33

#dcaf33 #33dcaf #af33dc

Analogous Colors of #dcaf33

#dcaf33 #b5dc33 #dc5b33

Monochromatic Colors of #dcaf33

#dcaf33

Complementary Color

#dcaf33 #3360dc

#dcaf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf33 Color CSS Codes

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

#dcaf33 Text Font Color

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

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


#dcaf33 Background Color

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

This div background color is #dcaf33


#dcaf33 Border Color

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

This div border color is #dcaf33


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf33


Comments

No comments written yet.

Please login to write comment.