#DDD9C1

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

Shades of Loafer #DDD9C1

Tints of Loafer #DDD9C1

Color information

#DDD9C1 (or 0xDDD9C1) is unknown color: approx Loafer. HEX triplet: DD, D9 and C1. RGB value is (221,217,193). Sum of RGB (Red+Green+Blue) = 221+217+193=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C1 is #22263E. Grayscale: #D7D7D7. Windows color (decimal): -2238015 or 12704221. OLE color: 12704221.

HSL color Cylindrical-coordinate representation of color #DDD9C1: hue angle of 51.43º degrees, saturation: 0.29, 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 #DDD9C1 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221217193-
CMYK00.020.130.13
HSL51.43º29.17%81.18%-
HSV(B)51.43º12.67%86.67%-
XYZ64.2668.8560.35-
YUV215.46115.33131.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=35.02%
G=34.39%
B=30.59%

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
Decimal22121719300.020.130.1351.4329.1781.18
HexDDD9C102DD331d51
Octal3353313010215156335121
Binary11011101110110011100000101011011101110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9C1; }

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

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

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

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

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

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

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

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