Color Hex Logo

#ddcd6e Color Hex

#DDCD6E
(221,205,110)
0 Favorites   0 Comments

Color spaces of #ddcd6e

RGB 221205110
HSL0.140.620.65
HSV51°50°87°
CMYK 0.000.070.50   0.13
XYZ54.464660.160623.4934
Yxy60.16060.39430.4356
Hunter Lab77.5633-10.393836.3357
CIE-Lab81.9254-6.792248.8800

#ddcd6e color RGB value is (221,205,110).

#ddcd6e hex color red value is 221, green value is 205 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ddcd6e hue: 0.14 , saturation: 0.62 and the lightness value of ddcd6e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 01101110
Octal 335 315 156
Decimal 221 205 110
Hex DD CD 6E

RGB Percentages of Color #ddcd6e

%41.23
%38.25
%20.52

CMYK Percentages of Color #ddcd6e

%0
%7
%50
%13

Triadic Colors of #ddcd6e

#ddcd6e #6eddcd #cd6edd

Analogous Colors of #ddcd6e

#ddcd6e #b6dd6e #dd966e

Monochromatic Colors of #ddcd6e

#ddcd6e

Complementary Color

#ddcd6e #6e7edd

#ddcd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd6e Color CSS Codes

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

#ddcd6e Text Font Color

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

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


#ddcd6e Background Color

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

This div background color is #ddcd6e


#ddcd6e Border Color

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

This div border color is #ddcd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd6e


Comments

No comments written yet.

Please login to write comment.