Color Hex Logo

#dcb020 Color Hex

#DCB020
(220,176,32)
0 Favorites   0 Comments

Color spaces of #dcb020

RGB 22017632
HSL0.130.750.49
HSV46°85°86°
CMYK 0.000.200.85   0.14
XYZ45.301246.37067.9293
Yxy46.37060.45480.4656
Hunter Lab68.0960-0.419940.7633
CIE-Lab73.78543.559571.2828

#dcb020 color RGB value is (220,176,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00100000
Octal 334 260 40
Decimal 220 176 32
Hex DC B0 20

RGB Percentages of Color #dcb020

%51.40
%41.12
%7.48

CMYK Percentages of Color #dcb020

%0
%20
%85
%14

Triadic Colors of #dcb020

#dcb020 #20dcb0 #b020dc

Analogous Colors of #dcb020

#dcb020 #aadc20 #dc5220

Monochromatic Colors of #dcb020

#dcb020

Complementary Color

#dcb020 #204cdc

#dcb020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb020 Color CSS Codes

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

#dcb020 Text Font Color

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

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


#dcb020 Background Color

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

This div background color is #dcb020


#dcb020 Border Color

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

This div border color is #dcb020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb020


Comments

No comments written yet.

Please login to write comment.