Color Hex Logo

#dca207 Color Hex

#DCA207
(220,162,7)
0 Favorites   0 Comments

Color spaces of #dca207

RGB 2201627
HSL0.120.940.45
HSV44°97°86°
CMYK 0.000.260.97   0.14
XYZ42.473941.07165.8900
Yxy41.07160.47490.4592
Hunter Lab64.08716.148839.4119
CIE-Lab70.226110.601073.0262

#dca207 color RGB value is (220,162,7).

#dca207 hex color red value is 220, green value is 162 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dca207 hue: 0.12 , saturation: 0.94 and the lightness value of dca207 is 0.45.

The process color (four color CMYK) of #dca207 color hex is 0.00, 0.26, 0.97, 0.14. Web safe color of #dca207 is #cc9900. Color #dca207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00000111
Octal 334 242 7
Decimal 220 162 7
Hex DC A2 7

RGB Percentages of Color #dca207

%56.56
%41.65
%1.80

CMYK Percentages of Color #dca207

%0
%26
%97
%14

Triadic Colors of #dca207

#dca207 #07dca2 #a207dc

Analogous Colors of #dca207

#dca207 #acdc07 #dc3807

Monochromatic Colors of #dca207

#dca207

Complementary Color

#dca207 #0741dc

#dca207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca207 Color CSS Codes

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

#dca207 Text Font Color

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

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


#dca207 Background Color

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

This div background color is #dca207


#dca207 Border Color

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

This div border color is #dca207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca207


Comments

No comments written yet.

Please login to write comment.