#DDD9C0

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

Shades of Loafer #DDD9C0

Tints of Loafer #DDD9C0

Color information

#DDD9C0 (or 0xDDD9C0) is unknown color: approx Loafer. HEX triplet: DD, D9 and C0. RGB value is (221,217,192). Sum of RGB (Red+Green+Blue) = 221+217+192=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C0 is #22263F. Grayscale: #D7D7D7. Windows color (decimal): -2238016 or 12638685. OLE color: 12638685.

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

Color convert

RGB221217192-
CMYK00.020.130.13
HSL51.72º29.9%80.98%-
HSV(B)51.72º13.12%86.67%-
XYZ64.1568.859.77-
YUV215.35114.83132.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=35.08%
G=34.44%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121719200.020.130.1351.7229.980.98
HexDDD9C002DD341e51
Octal3353313000215156436121
Binary11011101110110011100000001011011101110100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9C0; }

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

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

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

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

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

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

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

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