Color Hex Logo

#ddcf91 Color Hex

#DDCF91
(221,207,145)
0 Favorites   0 Comments

Color spaces of #ddcf91

RGB 221207145
HSL0.140.530.72
HSV49°34°87°
CMYK 0.000.060.34   0.13
XYZ57.242562.042135.7464
Yxy62.04210.36920.4002
Hunter Lab78.7668-8.119928.2294
CIE-Lab82.9358-4.203532.6081

#ddcf91 color RGB value is (221,207,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10010001
Octal 335 317 221
Decimal 221 207 145
Hex DD CF 91

RGB Percentages of Color #ddcf91

%38.57
%36.13
%25.31

CMYK Percentages of Color #ddcf91

%0
%6
%34
%13

Triadic Colors of #ddcf91

#ddcf91 #91ddcf #cf91dd

Analogous Colors of #ddcf91

#ddcf91 #c5dd91 #dda991

Monochromatic Colors of #ddcf91

#ddcf91

Complementary Color

#ddcf91 #919fdd

#ddcf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf91 Color CSS Codes

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

#ddcf91 Text Font Color

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

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


#ddcf91 Background Color

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

This div background color is #ddcf91


#ddcf91 Border Color

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

This div border color is #ddcf91


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,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 #ddcf91">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf91


Comments

No comments written yet.

Please login to write comment.