Shades of Loafer #DAD7B7
Tints of Loafer #DAD7B7
RGB
CMYK
RGB Variations
Color information
#DAD7B7 (or 0xDAD7B7) is known color: Loafer. HEX triplet: DA, D7 and B7. RGB value is (218,215,183). Sum of RGB (Red+Green+Blue) = 218+215+183=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7B7 is #252848. Grayscale: #D4D4D4. Windows color (decimal): -2435145 or 12048346. OLE color: 12048346.
HSL color Cylindrical-coordinate representation of color #DAD7B7: hue angle of 54.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD7B7 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 215 | 183 | - |
CMYK | 0 | 0.01 | 0.16 | 0.15 |
HSL | 54.86º | 0.32% | 0.79% | - |
HSV(B) | 54.86º | 0.16% | 0.85% | - |
XYZ | 61.76 | 66.93 | 54.46 | - |
YUV | 212.25 | 111.49 | 132.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 183 | 0 | 0.01 | 0.16 | 0.15 | 54.86 | 0.32 | 0.79 |
Hex | DA | D7 | B7 | 0 | 1 | 10 | F | 37 | 20 | 4F |
Octal | 332 | 327 | 267 | 0 | 1 | 20 | 17 | 67 | 40 | 117 |
Binary | 11011010 | 11010111 | 10110111 | 0 | 1 | 10000 | 1111 | 110111 | 100000 | 1001111 |
Color Harmonies of #DAD7B7
Complementary color
Monochromatic Colors of #DAD7B7
Black with #DAD7B7
Text Example
Text Example
White with #DAD7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7B7; }
p { color: rgb(218,215,183); }
H1.HeaderClassName
{
color: #DAD7B7;
}
.AnyTagClassName
{
color: #DAD7B7;
}
</style>
background-color css
<style>
a { background-color: #DAD7B7; }
a { background-color: rgb(218,215,183); }
div.DivClassName
{
background-color: #DAD7B7;
}
.BgClassName
{
background-color: #DAD7B7;
}
</style>
border-color css
<style>
span { border-color: #DAD7B7; }
span { border-color: rgb(218,215,183); }
td.TdClassName
{
border-color: #DAD7B7;
}
.TagClassName
{
border-color: #DAD7B7;
}
</style>