Color Hex Logo

#dccc68 Color Hex

#DCCC68
(220,204,104)
0 Favorites   0 Comments

Color spaces of #dccc68

RGB 220204104
HSL0.140.620.64
HSV52°53°86°
CMYK 0.000.070.53   0.14
XYZ53.606859.400921.7368
Yxy59.40090.39780.4408
Hunter Lab77.0720-10.721737.2287
CIE-Lab81.5115-7.199851.2338

#dccc68 color RGB value is (220,204,104).

#dccc68 hex color red value is 220, green value is 204 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dccc68 hue: 0.14 , saturation: 0.62 and the lightness value of dccc68 is 0.64.

The process color (four color CMYK) of #dccc68 color hex is 0.00, 0.07, 0.53, 0.14. Web safe color of #dccc68 is #cccc66. Color #dccc68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01101000
Octal 334 314 150
Decimal 220 204 104
Hex DC CC 68

RGB Percentages of Color #dccc68

%41.67
%38.64
%19.70

CMYK Percentages of Color #dccc68

%0
%7
%53
%14

Triadic Colors of #dccc68

#dccc68 #68dccc #cc68dc

Analogous Colors of #dccc68

#dccc68 #b2dc68 #dc9268

Monochromatic Colors of #dccc68

#dccc68

Complementary Color

#dccc68 #6878dc

#dccc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc68 Color CSS Codes

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

#dccc68 Text Font Color

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

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


#dccc68 Background Color

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

This div background color is #dccc68


#dccc68 Border Color

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

This div border color is #dccc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc68


Comments

No comments written yet.

Please login to write comment.