#DDDDB9

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

Shades of Loafer #DDDDB9

Tints of Loafer #DDDDB9

Color information

#DDDDB9 (or 0xDDDDB9) is unknown color: approx Loafer. HEX triplet: DD, DD and B9. RGB value is (221,221,185). Sum of RGB (Red+Green+Blue) = 221+221+185=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDB9 is #222246. Grayscale: #D9D9D9. Windows color (decimal): -2236999 or 12180957. OLE color: 12180957.

HSL color Cylindrical-coordinate representation of color #DDDDB9: hue angle of 60º 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 #DDDDB9 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221221185-
CMYK000.160.13
HSL60º34.62%79.61%-
HSV(B)60º16.29%86.67%-
XYZ64.4370.5956.13-
YUV216.9110130.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=35.25%
G=35.25%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221185000.160.136034.6279.61
HexDDDDB90010D3c2350
Octal3353352710020157443120
Binary110111011101110110111001001000011011111001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDB9; }

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

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

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

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

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

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

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

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