Shades of Loafer #DAD6BA
Tints of Loafer #DAD6BA
RGB
CMYK
RGB Variations
Color information
#DAD6BA (or 0xDAD6BA) is known color: Loafer. HEX triplet: DA, D6 and BA. RGB value is (218,214,186). Sum of RGB (Red+Green+Blue) = 218+214+186=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6BA is #252945. Grayscale: #D4D4D4. Windows color (decimal): -2435398 or 12244698. OLE color: 12244698.
HSL color Cylindrical-coordinate representation of color #DAD6BA: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD6BA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 186 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.15 |
| HSL | 52.5º | 0.3% | 0.79% | - |
| HSV(B) | 52.5º | 0.15% | 0.85% | - |
| XYZ | 61.82 | 66.54 | 56.04 | - |
| YUV | 212 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 186 | 0 | 0.02 | 0.15 | 0.15 | 52.5 | 0.3 | 0.79 |
| Hex | DA | D6 | BA | 0 | 2 | F | F | 34 | 1E | 4F |
| Octal | 332 | 326 | 272 | 0 | 2 | 17 | 17 | 64 | 36 | 117 |
| Binary | 11011010 | 11010110 | 10111010 | 0 | 10 | 1111 | 1111 | 110100 | 11110 | 1001111 |
Color Harmonies of #DAD6BA
Complementary color
Monochromatic Colors of #DAD6BA
Black with #DAD6BA
Text Example
Text Example
White with #DAD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6BA; }
p { color: rgb(218,214,186); }
H1.HeaderClassName
{
color: #DAD6BA;
}
.AnyTagClassName
{
color: #DAD6BA;
}
</style>
background-color css
<style>
a { background-color: #DAD6BA; }
a { background-color: rgb(218,214,186); }
div.DivClassName
{
background-color: #DAD6BA;
}
.BgClassName
{
background-color: #DAD6BA;
}
</style>
border-color css
<style>
span { border-color: #DAD6BA; }
span { border-color: rgb(218,214,186); }
td.TdClassName
{
border-color: #DAD6BA;
}
.TagClassName
{
border-color: #DAD6BA;
}
</style>