Color Hex Logo

#dcb220 Color Hex

#DCB220
(220,178,32)
0 Favorites   0 Comments

Color spaces of #dcb220

RGB 22017832
HSL0.130.750.49
HSV47°85°86°
CMYK 0.000.190.85   0.14
XYZ45.696347.16078.0610
Yxy47.16070.45280.4673
Hunter Lab68.6736-1.402841.1120
CIE-Lab74.29242.506071.6972

#dcb220 color RGB value is (220,178,32).

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

The process color (four color CMYK) of #dcb220 color hex is 0.00, 0.19, 0.85, 0.14. Web safe color of #dcb220 is #cc9933. Color #dcb220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00100000
Octal 334 262 40
Decimal 220 178 32
Hex DC B2 20

RGB Percentages of Color #dcb220

%51.16
%41.40
%7.44

CMYK Percentages of Color #dcb220

%0
%19
%85
%14

Triadic Colors of #dcb220

#dcb220 #20dcb2 #b220dc

Analogous Colors of #dcb220

#dcb220 #a8dc20 #dc5420

Monochromatic Colors of #dcb220

#dcb220

Complementary Color

#dcb220 #204adc

#dcb220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb220 Color CSS Codes

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

#dcb220 Text Font Color

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

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


#dcb220 Background Color

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

This div background color is #dcb220


#dcb220 Border Color

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

This div border color is #dcb220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb220


Comments

No comments written yet.

Please login to write comment.