Color Hex Logo

#ddcd91 Color Hex

#DDCD91
(221,205,145)
0 Favorites   0 Comments

Color spaces of #ddcd91

RGB 221205145
HSL0.130.530.72
HSV47°34°87°
CMYK 0.000.070.34   0.13
XYZ56.760961.079135.5859
Yxy61.07910.37000.3981
Hunter Lab78.1531-7.127327.7103
CIE-Lab82.4212-3.173131.9277

#ddcd91 color RGB value is (221,205,145).

#ddcd91 hex color red value is 221, green value is 205 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ddcd91 hue: 0.13 , saturation: 0.53 and the lightness value of ddcd91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10010001
Octal 335 315 221
Decimal 221 205 145
Hex DD CD 91

RGB Percentages of Color #ddcd91

%38.70
%35.90
%25.39

CMYK Percentages of Color #ddcd91

%0
%7
%34
%13

Triadic Colors of #ddcd91

#ddcd91 #91ddcd #cd91dd

Analogous Colors of #ddcd91

#ddcd91 #c7dd91 #dda791

Monochromatic Colors of #ddcd91

#ddcd91

Complementary Color

#ddcd91 #91a1dd

#ddcd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd91 Color CSS Codes

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

#ddcd91 Text Font Color

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

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


#ddcd91 Background Color

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

This div background color is #ddcd91


#ddcd91 Border Color

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

This div border color is #ddcd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd91


Comments

No comments written yet.

Please login to write comment.