#DDDCB9

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

Shades of Loafer #DDDCB9

Tints of Loafer #DDDCB9

Color information

#DDDCB9 (or 0xDDDCB9) is unknown color: approx Loafer. HEX triplet: DD, DC and B9. RGB value is (221,220,185). Sum of RGB (Red+Green+Blue) = 221+220+185=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB9 is #222346. Grayscale: #D8D8D8. Windows color (decimal): -2237255 or 12180701. OLE color: 12180701.

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

Color convert

RGB221220185-
CMYK00.000.160.13
HSL58.33º34.62%79.61%-
HSV(B)58.33º16.29%86.67%-
XYZ64.1770.0656.04-
YUV216.31110.33131.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=35.30%
G=35.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122018500.000.160.1358.3334.6279.61
HexDDDCB90010D3a2350
Octal3353342710020157243120
Binary110111011101110010111001001000011011110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCB9; }

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

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

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

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

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

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

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

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