#DDDBB9

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

Shades of Loafer #DDDBB9

Tints of Loafer #DDDBB9

Color information

#DDDBB9 (or 0xDDDBB9) is unknown color: approx Loafer. HEX triplet: DD, DB and B9. RGB value is (221,219,185). Sum of RGB (Red+Green+Blue) = 221+219+185=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBB9 is #222446. Grayscale: #D7D7D7. Windows color (decimal): -2237511 or 12180445. OLE color: 12180445.

HSL color Cylindrical-coordinate representation of color #DDDBB9: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDDBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221219185-
CMYK00.010.160.13
HSL56.67º34.62%79.61%-
HSV(B)56.67º16.29%86.67%-
XYZ63.9169.5455.95-
YUV215.72110.66131.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=35.36%
G=35.04%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121918500.010.160.1356.6734.6279.61
HexDDDBB90110D392350
Octal3353332710120157143120
Binary110111011101101110111001011000011011110011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBB9; }

 p { color: rgb(221,219,185); }

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

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

 a { background-color: rgb(221,219,185); }

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

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

 span { border-color: rgb(221,219,185); }

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