Color Hex Logo

#ddcf97 Color Hex

#DDCF97
(221,207,151)
0 Favorites   0 Comments

Color spaces of #ddcf97

RGB 221207151
HSL0.130.510.73
HSV48°32°87°
CMYK 0.000.060.32   0.13
XYZ57.717562.232238.2481
Yxy62.23220.36480.3934
Hunter Lab78.8874-7.454426.4748
CIE-Lab83.0367-3.473929.6358

#ddcf97 color RGB value is (221,207,151).

#ddcf97 hex color red value is 221, green value is 207 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ddcf97 hue: 0.13 , saturation: 0.51 and the lightness value of ddcf97 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10010111
Octal 335 317 227
Decimal 221 207 151
Hex DD CF 97

RGB Percentages of Color #ddcf97

%38.17
%35.75
%26.08

CMYK Percentages of Color #ddcf97

%0
%6
%32
%13

Triadic Colors of #ddcf97

#ddcf97 #97ddcf #cf97dd

Analogous Colors of #ddcf97

#ddcf97 #c8dd97 #ddac97

Monochromatic Colors of #ddcf97

#ddcf97

Complementary Color

#ddcf97 #97a5dd

#ddcf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf97 Color CSS Codes

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

#ddcf97 Text Font Color

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

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


#ddcf97 Background Color

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

This div background color is #ddcf97


#ddcf97 Border Color

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

This div border color is #ddcf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf97


Comments

No comments written yet.

Please login to write comment.