Color Hex Logo

#dccd10 Color Hex

#DCCD10
(220,205,16)
0 Favorites   0 Comments

Color spaces of #dccd10

RGB 22020516
HSL0.150.860.46
HSV56°93°86°
CMYK 0.000.070.93   0.14
XYZ51.440058.91579.1509
Yxy58.91570.43040.4930
Hunter Lab76.7566-14.698546.6611
CIE-Lab81.2452-11.695080.0587

#dccd10 color RGB value is (220,205,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00010000
Octal 334 315 20
Decimal 220 205 16
Hex DC CD 10

RGB Percentages of Color #dccd10

%49.89
%46.49
%3.63

CMYK Percentages of Color #dccd10

%0
%7
%93
%14

Triadic Colors of #dccd10

#dccd10 #10dccd #cd10dc

Analogous Colors of #dccd10

#dccd10 #85dc10 #dc6710

Monochromatic Colors of #dccd10

#dccd10

Complementary Color

#dccd10 #101fdc

#dccd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd10 Color CSS Codes

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

#dccd10 Text Font Color

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

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


#dccd10 Background Color

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

This div background color is #dccd10


#dccd10 Border Color

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

This div border color is #dccd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd10


Comments

No comments written yet.

Please login to write comment.