Color Hex Logo

#dcaf12 Color Hex

#DCAF12
(220,175,18)
0 Favorites   0 Comments

Color spaces of #dcaf12

RGB 22017518
HSL0.130.850.47
HSV47°92°86°
CMYK 0.000.200.92   0.14
XYZ44.954445.91937.0662
Yxy45.91930.45900.4689
Hunter Lab67.7638-0.170041.2521
CIE-Lab73.49313.819973.9264

#dcaf12 color RGB value is (220,175,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00010010
Octal 334 257 22
Decimal 220 175 18
Hex DC AF 12

RGB Percentages of Color #dcaf12

%53.27
%42.37
%4.36

CMYK Percentages of Color #dcaf12

%0
%20
%92
%14

Triadic Colors of #dcaf12

#dcaf12 #12dcaf #af12dc

Analogous Colors of #dcaf12

#dcaf12 #a4dc12 #dc4a12

Monochromatic Colors of #dcaf12

#dcaf12

Complementary Color

#dcaf12 #123fdc

#dcaf12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf12 Color CSS Codes

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

#dcaf12 Text Font Color

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

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


#dcaf12 Background Color

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

This div background color is #dcaf12


#dcaf12 Border Color

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

This div border color is #dcaf12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf12


Comments

No comments written yet.

Please login to write comment.