#DDD9BE

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

Shades of Loafer #DDD9BE

Tints of Loafer #DDD9BE

Color information

#DDD9BE (or 0xDDD9BE) is unknown color: approx Loafer. HEX triplet: DD, D9 and BE. RGB value is (221,217,190). Sum of RGB (Red+Green+Blue) = 221+217+190=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9BE is #222641. Grayscale: #D7D7D7. Windows color (decimal): -2238018 or 12507613. OLE color: 12507613.

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

Color convert

RGB221217190-
CMYK00.020.140.13
HSL52.26º31.31%80.59%-
HSV(B)52.26º14.03%86.67%-
XYZ63.9368.7258.61-
YUV215.12113.83132.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=35.19%
G=34.55%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121719000.020.140.1352.2631.3180.59
HexDDD9BE02ED341f51
Octal3353312760216156437121
Binary11011101110110011011111001011101101110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9BE; }

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

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

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

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

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

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

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

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