Color Hex Logo

#dccb0b Color Hex

#DCCB0B
(220,203,11)
0 Favorites   0 Comments

Color spaces of #dccb0b

RGB 22020311
HSL0.150.900.45
HSV55°95°86°
CMYK 0.000.080.95   0.14
XYZ50.931557.95178.8180
Yxy57.95170.43270.4924
Hunter Lab76.1260-13.796546.4204
CIE-Lab80.7119-10.743380.2147

#dccb0b color RGB value is (220,203,11).

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

The process color (four color CMYK) of #dccb0b color hex is 0.00, 0.08, 0.95, 0.14. Web safe color of #dccb0b is #cccc00. Color #dccb0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00001011
Octal 334 313 13
Decimal 220 203 11
Hex DC CB B

RGB Percentages of Color #dccb0b

%50.69
%46.77
%2.53

CMYK Percentages of Color #dccb0b

%0
%8
%95
%14

Triadic Colors of #dccb0b

#dccb0b #0bdccb #cb0bdc

Analogous Colors of #dccb0b

#dccb0b #85dc0b #dc620b

Monochromatic Colors of #dccb0b

#dccb0b

Complementary Color

#dccb0b #0b1cdc

#dccb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb0b Color CSS Codes

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

#dccb0b Text Font Color

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

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


#dccb0b Background Color

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

This div background color is #dccb0b


#dccb0b Border Color

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

This div border color is #dccb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb0b


Comments

No comments written yet.

Please login to write comment.