Color Hex Logo

#dcaf13 Color Hex

#DCAF13
(220,175,19)
0 Favorites   0 Comments

Color spaces of #dcaf13

RGB 22017519
HSL0.130.840.47
HSV47°91°86°
CMYK 0.000.200.91   0.14
XYZ44.962745.92267.1103
Yxy45.92260.45880.4686
Hunter Lab67.7662-0.156641.2154
CIE-Lab73.49533.834673.7633

#dcaf13 color RGB value is (220,175,19).

#dcaf13 hex color red value is 220, green value is 175 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dcaf13 hue: 0.13 , saturation: 0.84 and the lightness value of dcaf13 is 0.47.

The process color (four color CMYK) of #dcaf13 color hex is 0.00, 0.20, 0.91, 0.14. Web safe color of #dcaf13 is #cc9900. Color #dcaf13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00010011
Octal 334 257 23
Decimal 220 175 19
Hex DC AF 13

RGB Percentages of Color #dcaf13

%53.14
%42.27
%4.59

CMYK Percentages of Color #dcaf13

%0
%20
%91
%14

Triadic Colors of #dcaf13

#dcaf13 #13dcaf #af13dc

Analogous Colors of #dcaf13

#dcaf13 #a5dc13 #dc4b13

Monochromatic Colors of #dcaf13

#dcaf13

Complementary Color

#dcaf13 #1340dc

#dcaf13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf13 Color CSS Codes

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

#dcaf13 Text Font Color

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

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


#dcaf13 Background Color

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

This div background color is #dcaf13


#dcaf13 Border Color

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

This div border color is #dcaf13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf13


Comments

No comments written yet.

Please login to write comment.