Color Hex Logo

#dccb1c Color Hex

#DCCB1C
(220,203,28)
0 Favorites   0 Comments

Color spaces of #dccb1c

RGB 22020328
HSL0.150.770.49
HSV55°87°86°
CMYK 0.000.080.87   0.14
XYZ51.080758.01149.6037
Yxy58.01140.43030.4887
Hunter Lab76.1652-13.576945.8398
CIE-Lab80.7451-10.490377.7747

#dccb1c color RGB value is (220,203,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00011100
Octal 334 313 34
Decimal 220 203 28
Hex DC CB 1C

RGB Percentages of Color #dccb1c

%48.78
%45.01
%6.21

CMYK Percentages of Color #dccb1c

%0
%8
%87
%14

Triadic Colors of #dccb1c

#dccb1c #1cdccb #cb1cdc

Analogous Colors of #dccb1c

#dccb1c #8ddc1c #dc6b1c

Monochromatic Colors of #dccb1c

#dccb1c

Complementary Color

#dccb1c #1c2ddc

#dccb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb1c Color CSS Codes

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

#dccb1c Text Font Color

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

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


#dccb1c Background Color

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

This div background color is #dccb1c


#dccb1c Border Color

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

This div border color is #dccb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb1c


Comments

No comments written yet.

Please login to write comment.