#DDD9C4

Color #DDD9C4 Loafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loafer #DDD9C4

Tints of Loafer #DDD9C4

Color information

#DDD9C4 (or 0xDDD9C4) is unknown color: approx Loafer. HEX triplet: DD, D9 and C4. RGB value is (221,217,196). Sum of RGB (Red+Green+Blue) = 221+217+196=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C4 is #22263B. Grayscale: #D7D7D7. Windows color (decimal): -2238012 or 12900829. OLE color: 12900829.

HSL color Cylindrical-coordinate representation of color #DDD9C4: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD9C4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221217196-
CMYK00.020.110.13
HSL50.4º26.88%81.76%-
HSV(B)50.4º11.31%86.67%-
XYZ64.668.9862.14-
YUV215.8116.83131.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=34.86%
G=34.23%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121719600.020.110.1350.426.8881.76
HexDDD9C402BD321b52
Octal3353313040213156233122
Binary11011101110110011100010001010111101110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9C4; }

 p { color: rgb(221,217,196); }

 H1.HeaderClassName
 {
   color: #DDD9C4;
 }
 .AnyTagClassName
 {
   color: #DDD9C4;
 }
</style>
background-color css

<style>
 a { background-color: #DDD9C4; }

 a { background-color: rgb(221,217,196); }

 div.DivClassName
 {
   background-color: #DDD9C4;
 }
 .BgClassName
 {
   background-color: #DDD9C4;
 }
</style>
border-color css

<style>
 span { border-color: #DDD9C4; }

 span { border-color: rgb(221,217,196); }

 td.TdClassName
 {
   border-color: #DDD9C4;
 }
 .TagClassName
 {
   border-color: #DDD9C4;
 }
</style>