#DFDEBA

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

Shades of Loafer #DFDEBA

Tints of Loafer #DFDEBA

Color information

#DFDEBA (or 0xDFDEBA) is unknown color: approx Loafer. HEX triplet: DF, DE and BA. RGB value is (223,222,186). Sum of RGB (Red+Green+Blue) = 223+222+186=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEBA is #202145. Grayscale: #DADADA. Windows color (decimal): -2105670 or 12246751. OLE color: 12246751.

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

Color convert

RGB223222186-
CMYK00.000.170.13
HSL58.38º36.63%80.2%-
HSV(B)58.38º16.59%87.45%-
XYZ65.4271.4856.8-
YUV218.2109.83131.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=35.34%
G=35.18%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322218600.000.170.1358.3836.6380.2
HexDFDEBA0011D3a2550
Octal3373362720021157245120
Binary110111111101111010111010001000111011110101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEBA; }

 p { color: rgb(223,222,186); }

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

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

 a { background-color: rgb(223,222,186); }

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

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

 span { border-color: rgb(223,222,186); }

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