Shades of Loafer #DAD7C0
Tints of Loafer #DAD7C0
RGB
CMYK
RGB Variations
Color information
#DAD7C0 (or 0xDAD7C0) is known color: Loafer. HEX triplet: DA, D7 and C0. RGB value is (218,215,192). Sum of RGB (Red+Green+Blue) = 218+215+192=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7C0 is #25283F. Grayscale: #D5D5D5. Windows color (decimal): -2435136 or 12638170. OLE color: 12638170.
HSL color Cylindrical-coordinate representation of color #DAD7C0: hue angle of 53.08º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD7C0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 215 | 192 | - |
CMYK | 0 | 0.01 | 0.12 | 0.15 |
HSL | 53.08º | 0.26% | 0.8% | - |
HSV(B) | 53.08º | 0.12% | 0.85% | - |
XYZ | 62.73 | 67.31 | 59.56 | - |
YUV | 213.28 | 115.99 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 192 | 0 | 0.01 | 0.12 | 0.15 | 53.08 | 0.26 | 0.8 |
Hex | DA | D7 | C0 | 0 | 1 | C | F | 35 | 1A | 50 |
Octal | 332 | 327 | 300 | 0 | 1 | 14 | 17 | 65 | 32 | 120 |
Binary | 11011010 | 11010111 | 11000000 | 0 | 1 | 1100 | 1111 | 110101 | 11010 | 1010000 |
Color Harmonies of #DAD7C0
Complementary color
Monochromatic Colors of #DAD7C0
Black with #DAD7C0
Text Example
Text Example
White with #DAD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7C0; }
p { color: rgb(218,215,192); }
H1.HeaderClassName
{
color: #DAD7C0;
}
.AnyTagClassName
{
color: #DAD7C0;
}
</style>
background-color css
<style>
a { background-color: #DAD7C0; }
a { background-color: rgb(218,215,192); }
div.DivClassName
{
background-color: #DAD7C0;
}
.BgClassName
{
background-color: #DAD7C0;
}
</style>
border-color css
<style>
span { border-color: #DAD7C0; }
span { border-color: rgb(218,215,192); }
td.TdClassName
{
border-color: #DAD7C0;
}
.TagClassName
{
border-color: #DAD7C0;
}
</style>