Color Hex Logo

#ddcf8d Color Hex

#DDCF8D
(221,207,141)
0 Favorites   0 Comments

Color spaces of #ddcf8d

RGB 221207141
HSL0.140.540.71
HSV50°36°87°
CMYK 0.000.060.36   0.13
XYZ56.939361.920934.1502
Yxy61.92090.37210.4047
Hunter Lab78.6898-8.546129.3519
CIE-Lab82.8713-4.672534.5819

#ddcf8d color RGB value is (221,207,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10001101
Octal 335 317 215
Decimal 221 207 141
Hex DD CF 8D

RGB Percentages of Color #ddcf8d

%38.84
%36.38
%24.78

CMYK Percentages of Color #ddcf8d

%0
%6
%36
%13

Triadic Colors of #ddcf8d

#ddcf8d #8dddcf #cf8ddd

Analogous Colors of #ddcf8d

#ddcf8d #c3dd8d #dda78d

Monochromatic Colors of #ddcf8d

#ddcf8d

Complementary Color

#ddcf8d #8d9bdd

#ddcf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf8d Color CSS Codes

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

#ddcf8d Text Font Color

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

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


#ddcf8d Background Color

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

This div background color is #ddcf8d


#ddcf8d Border Color

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

This div border color is #ddcf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf8d

#ddcf8d Color Palettes


Comments

No comments written yet.

Please login to write comment.