Color Hex Logo

#dcb207 Color Hex

#DCB207
(220,178,7)
0 Favorites   0 Comments

Color spaces of #dcb207

RGB 2201787
HSL0.130.940.45
HSV48°97°86°
CMYK 0.000.190.97   0.14
XYZ45.473947.07186.8900
Yxy47.07180.45730.4734
Hunter Lab68.6089-1.756042.0721
CIE-Lab74.23572.114275.8803

#dcb207 color RGB value is (220,178,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00000111
Octal 334 262 7
Decimal 220 178 7
Hex DC B2 7

RGB Percentages of Color #dcb207

%54.32
%43.95
%1.73

CMYK Percentages of Color #dcb207

%0
%19
%97
%14

Triadic Colors of #dcb207

#dcb207 #07dcb2 #b207dc

Analogous Colors of #dcb207

#dcb207 #9cdc07 #dc4707

Monochromatic Colors of #dcb207

#dcb207

Complementary Color

#dcb207 #0731dc

#dcb207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb207 Color CSS Codes

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

#dcb207 Text Font Color

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

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


#dcb207 Background Color

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

This div background color is #dcb207


#dcb207 Border Color

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

This div border color is #dcb207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb207


Comments

No comments written yet.

Please login to write comment.