Color Hex Logo

#dccb20 Color Hex

#DCCB20
(220,203,32)
0 Favorites   0 Comments

Color spaces of #dccb20

RGB 22020332
HSL0.150.750.49
HSV55°85°86°
CMYK 0.000.080.85   0.14
XYZ51.131858.03189.8728
Yxy58.03180.42950.4875
Hunter Lab76.1786-13.501745.6410
CIE-Lab80.7565-10.403676.9704

#dccb20 color RGB value is (220,203,32).

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

The process color (four color CMYK) of #dccb20 color hex is 0.00, 0.08, 0.85, 0.14. Web safe color of #dccb20 is #cccc33. Color #dccb20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00100000
Octal 334 313 40
Decimal 220 203 32
Hex DC CB 20

RGB Percentages of Color #dccb20

%48.35
%44.62
%7.03

CMYK Percentages of Color #dccb20

%0
%8
%85
%14

Triadic Colors of #dccb20

#dccb20 #20dccb #cb20dc

Analogous Colors of #dccb20

#dccb20 #8fdc20 #dc6d20

Monochromatic Colors of #dccb20

#dccb20

Complementary Color

#dccb20 #2031dc

#dccb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb20 Color CSS Codes

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

#dccb20 Text Font Color

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

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


#dccb20 Background Color

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

This div background color is #dccb20


#dccb20 Border Color

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

This div border color is #dccb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb20


Comments

No comments written yet.

Please login to write comment.