Color Hex Logo

#ddcc78 Color Hex

#DDCC78
(221,204,120)
0 Favorites   0 Comments

Color spaces of #ddcc78

RGB 221204120
HSL0.140.600.67
HSV50°46°87°
CMYK 0.000.080.46   0.13
XYZ54.801859.913926.4455
Yxy59.91390.38820.4244
Hunter Lab77.4041-9.079833.9261
CIE-Lab81.7914-5.359243.8213

#ddcc78 color RGB value is (221,204,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01111000
Octal 335 314 170
Decimal 221 204 120
Hex DD CC 78

RGB Percentages of Color #ddcc78

%40.55
%37.43
%22.02

CMYK Percentages of Color #ddcc78

%0
%8
%46
%13

Triadic Colors of #ddcc78

#ddcc78 #78ddcc #cc78dd

Analogous Colors of #ddcc78

#ddcc78 #bcdd78 #dd9a78

Monochromatic Colors of #ddcc78

#ddcc78

Complementary Color

#ddcc78 #7889dd

#ddcc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc78 Color CSS Codes

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

#ddcc78 Text Font Color

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

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


#ddcc78 Background Color

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

This div background color is #ddcc78


#ddcc78 Border Color

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

This div border color is #ddcc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc78


Comments

No comments written yet.

Please login to write comment.