Shades of Loafer #DFDFBE
Tints of Loafer #DFDFBE
RGB
CMYK
RGB Variations
Color information
#DFDFBE (or 0xDFDFBE) is known color: Loafer. HEX triplet: DF, DF and BE. RGB value is (223,223,190). Sum of RGB (Red+Green+Blue) = 223+223+190=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFBE is #202041. Grayscale: #DBDBDB. Windows color (decimal): -2105410 or 12509151. OLE color: 12509151.
HSL color Cylindrical-coordinate representation of color #DFDFBE: hue angle of 60º 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 #DFDFBE is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 190 | - |
CMYK | 0 | 0 | 0.15 | 0.13 |
HSL | 60º | 0.34% | 0.81% | - |
HSV(B) | 60º | 0.15% | 0.87% | - |
XYZ | 66.11 | 72.18 | 59.16 | - |
YUV | 219.24 | 111.5 | 130.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 190 | 0 | 0 | 0.15 | 0.13 | 60 | 0.34 | 0.81 |
Hex | DF | DF | BE | 0 | 0 | F | D | 3C | 22 | 51 |
Octal | 337 | 337 | 276 | 0 | 0 | 17 | 15 | 74 | 42 | 121 |
Binary | 11011111 | 11011111 | 10111110 | 0 | 0 | 1111 | 1101 | 111100 | 100010 | 1010001 |
Color Harmonies of #DFDFBE
Complementary color
Monochromatic Colors of #DFDFBE
Black with #DFDFBE
Text Example
Text Example
White with #DFDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFBE; }
p { color: rgb(223,223,190); }
H1.HeaderClassName
{
color: #DFDFBE;
}
.AnyTagClassName
{
color: #DFDFBE;
}
</style>
background-color css
<style>
a { background-color: #DFDFBE; }
a { background-color: rgb(223,223,190); }
div.DivClassName
{
background-color: #DFDFBE;
}
.BgClassName
{
background-color: #DFDFBE;
}
</style>
border-color css
<style>
span { border-color: #DFDFBE; }
span { border-color: rgb(223,223,190); }
td.TdClassName
{
border-color: #DFDFBE;
}
.TagClassName
{
border-color: #DFDFBE;
}
</style>