Shades of Loafer #DADAC0
Tints of Loafer #DADAC0
RGB
CMYK
RGB Variations
Color information
#DADAC0 (or 0xDADAC0) is known color: Loafer. HEX triplet: DA, DA and C0. RGB value is (218,218,192). Sum of RGB (Red+Green+Blue) = 218+218+192=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC0 is #25253F. Grayscale: #D7D7D7. Windows color (decimal): -2434368 or 12638938. OLE color: 12638938.
HSL color Cylindrical-coordinate representation of color #DADAC0: hue angle of 60º 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 #DADAC0 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 192 | - |
| CMYK | 0 | 0 | 0.12 | 0.15 |
| HSL | 60º | 0.26% | 0.8% | - |
| HSV(B) | 60º | 0.12% | 0.85% | - |
| XYZ | 63.5 | 68.85 | 59.81 | - |
| YUV | 215.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 192 | 0 | 0 | 0.12 | 0.15 | 60 | 0.26 | 0.8 |
| Hex | DA | DA | C0 | 0 | 0 | C | F | 3C | 1A | 50 |
| Octal | 332 | 332 | 300 | 0 | 0 | 14 | 17 | 74 | 32 | 120 |
| Binary | 11011010 | 11011010 | 11000000 | 0 | 0 | 1100 | 1111 | 111100 | 11010 | 1010000 |
Color Harmonies of #DADAC0
Complementary color
Monochromatic Colors of #DADAC0
Black with #DADAC0
Text Example
Text Example
White with #DADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAC0; }
p { color: rgb(218,218,192); }
H1.HeaderClassName
{
color: #DADAC0;
}
.AnyTagClassName
{
color: #DADAC0;
}
</style>
background-color css
<style>
a { background-color: #DADAC0; }
a { background-color: rgb(218,218,192); }
div.DivClassName
{
background-color: #DADAC0;
}
.BgClassName
{
background-color: #DADAC0;
}
</style>
border-color css
<style>
span { border-color: #DADAC0; }
span { border-color: rgb(218,218,192); }
td.TdClassName
{
border-color: #DADAC0;
}
.TagClassName
{
border-color: #DADAC0;
}
</style>