#DEDCB9

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

Shades of Loafer #DEDCB9

Tints of Loafer #DEDCB9

Color information

#DEDCB9 (or 0xDEDCB9) is unknown color: approx Loafer. HEX triplet: DE, DC and B9. RGB value is (222,220,185). Sum of RGB (Red+Green+Blue) = 222+220+185=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB9 is #212346. Grayscale: #D8D8D8. Windows color (decimal): -2171719 or 12180702. OLE color: 12180702.

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

Color convert

RGB222220185-
CMYK00.010.170.13
HSL56.76º35.92%79.8%-
HSV(B)56.76º16.67%87.06%-
XYZ64.4770.2256.05-
YUV216.61110.16131.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=35.41%
G=35.09%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222018500.010.170.1356.7635.9279.8
HexDEDCB90111D392450
Octal3363342710121157144120
Binary110111101101110010111001011000111011110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB9; }

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

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

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

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

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

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

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

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