#DFDCBE

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

Shades of Loafer #DFDCBE

Tints of Loafer #DFDCBE

Color information

#DFDCBE (or 0xDFDCBE) is unknown color: approx Loafer. HEX triplet: DF, DC and BE. RGB value is (223,220,190). Sum of RGB (Red+Green+Blue) = 223+220+190=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCBE is #202341. Grayscale: #D9D9D9. Windows color (decimal): -2106178 or 12508383. OLE color: 12508383.

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

Color convert

RGB223220190-
CMYK00.010.150.13
HSL54.55º34.02%80.98%-
HSV(B)54.55º14.8%87.45%-
XYZ65.3270.5958.9-
YUV217.48112.49131.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=35.23%
G=34.76%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322019000.010.150.1354.5534.0280.98
HexDFDCBE01FD372251
Octal3373342760117156742121
Binary11011111110111001011111001111111011101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCBE; }

 p { color: rgb(223,220,190); }

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

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

 a { background-color: rgb(223,220,190); }

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

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

 span { border-color: rgb(223,220,190); }

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