Color Hex Logo

#dccb10 Color Hex

#DCCB10
(220,203,16)
0 Favorites   0 Comments

Color spaces of #dccb10

RGB 22020316
HSL0.150.860.46
HSV55°93°86°
CMYK 0.000.080.93   0.14
XYZ50.964757.96498.9924
Yxy57.96490.43220.4916
Hunter Lab76.1347-13.747546.2914
CIE-Lab80.7193-10.686879.6606

#dccb10 color RGB value is (220,203,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00010000
Octal 334 313 20
Decimal 220 203 16
Hex DC CB 10

RGB Percentages of Color #dccb10

%50.11
%46.24
%3.64

CMYK Percentages of Color #dccb10

%0
%8
%93
%14

Triadic Colors of #dccb10

#dccb10 #10dccb #cb10dc

Analogous Colors of #dccb10

#dccb10 #87dc10 #dc6510

Monochromatic Colors of #dccb10

#dccb10

Complementary Color

#dccb10 #1021dc

#dccb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb10 Color CSS Codes

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

#dccb10 Text Font Color

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

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


#dccb10 Background Color

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

This div background color is #dccb10


#dccb10 Border Color

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

This div border color is #dccb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb10


Comments

No comments written yet.

Please login to write comment.