Color Hex Logo

#ddcc66 Color Hex

#DDCC66
(221,204,102)
0 Favorites   0 Comments

Color spaces of #ddcc66

RGB 221204102
HSL0.140.640.63
HSV51°54°87°
CMYK 0.000.080.54   0.13
XYZ53.809959.517221.2223
Yxy59.51720.39990.4423
Hunter Lab77.1474-10.505137.6932
CIE-Lab81.5751-6.952952.2731

#ddcc66 color RGB value is (221,204,102).

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

The process color (four color CMYK) of #ddcc66 color hex is 0.00, 0.08, 0.54, 0.13. Web safe color of #ddcc66 is #cccc66. Color #ddcc66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01100110
Octal 335 314 146
Decimal 221 204 102
Hex DD CC 66

RGB Percentages of Color #ddcc66

%41.94
%38.71
%19.35

CMYK Percentages of Color #ddcc66

%0
%8
%54
%13

Triadic Colors of #ddcc66

#ddcc66 #66ddcc #cc66dd

Analogous Colors of #ddcc66

#ddcc66 #b3dd66 #dd9166

Monochromatic Colors of #ddcc66

#ddcc66

Complementary Color

#ddcc66 #6677dd

#ddcc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc66 Color CSS Codes

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

#ddcc66 Text Font Color

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

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


#ddcc66 Background Color

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

This div background color is #ddcc66


#ddcc66 Border Color

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

This div border color is #ddcc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc66


Comments

No comments written yet.

Please login to write comment.