Color Hex Logo

#ddce76 Color Hex

#DDCE76
(221,206,118)
0 Favorites   0 Comments

Color spaces of #ddce76

RGB 221206118
HSL0.140.600.66
HSV51°47°87°
CMYK 0.000.070.47   0.13
XYZ55.160160.822825.9723
Yxy60.82280.38860.4285
Hunter Lab77.9890-10.231134.8472
CIE-Lab82.2834-6.575045.4184

#ddce76 color RGB value is (221,206,118).

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

The process color (four color CMYK) of #ddce76 color hex is 0.00, 0.07, 0.47, 0.13. Web safe color of #ddce76 is #cccc66. Color #ddce76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 01110110
Octal 335 316 166
Decimal 221 206 118
Hex DD CE 76

RGB Percentages of Color #ddce76

%40.55
%37.80
%21.65

CMYK Percentages of Color #ddce76

%0
%7
%47
%13

Triadic Colors of #ddce76

#ddce76 #76ddce #ce76dd

Analogous Colors of #ddce76

#ddce76 #b9dd76 #dd9b76

Monochromatic Colors of #ddce76

#ddce76

Complementary Color

#ddce76 #7685dd

#ddce76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce76 Color CSS Codes

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

#ddce76 Text Font Color

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

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


#ddce76 Background Color

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

This div background color is #ddce76


#ddce76 Border Color

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

This div border color is #ddce76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce76


Comments

No comments written yet.

Please login to write comment.