Color Hex Logo

#ddcd86 Color Hex

#DDCD86
(221,205,134)
0 Favorites   0 Comments

Color spaces of #ddcd86

RGB 221205134
HSL0.140.560.70
HSV49°39°87°
CMYK 0.000.070.39   0.13
XYZ55.953260.756031.3323
Yxy60.75600.37800.4104
Hunter Lab77.9461-8.270530.7293
CIE-Lab82.2474-4.430537.3515

#ddcd86 color RGB value is (221,205,134).

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

The process color (four color CMYK) of #ddcd86 color hex is 0.00, 0.07, 0.39, 0.13. Web safe color of #ddcd86 is #cccc99. Color #ddcd86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10000110
Octal 335 315 206
Decimal 221 205 134
Hex DD CD 86

RGB Percentages of Color #ddcd86

%39.46
%36.61
%23.93

CMYK Percentages of Color #ddcd86

%0
%7
%39
%13

Triadic Colors of #ddcd86

#ddcd86 #86ddcd #cd86dd

Analogous Colors of #ddcd86

#ddcd86 #c2dd86 #dda286

Monochromatic Colors of #ddcd86

#ddcd86

Complementary Color

#ddcd86 #8696dd

#ddcd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd86 Color CSS Codes

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

#ddcd86 Text Font Color

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

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


#ddcd86 Background Color

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

This div background color is #ddcd86


#ddcd86 Border Color

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

This div border color is #ddcd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd86


Comments

No comments written yet.

Please login to write comment.