Shades of Loafer #DADCBB
Tints of Loafer #DADCBB
RGB
CMYK
RGB Variations
Color information
#DADCBB (or 0xDADCBB) is known color: Loafer. HEX triplet: DA, DC and BB. RGB value is (218,220,187). Sum of RGB (Red+Green+Blue) = 218+220+187=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCBB is #252344. Grayscale: #D7D7D7. Windows color (decimal): -2433861 or 12311770. OLE color: 12311770.
HSL color Cylindrical-coordinate representation of color #DADCBB: hue angle of 63.64º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADCBB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 187 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.14 |
| HSL | 63.64º | 0.32% | 0.8% | - |
| HSV(B) | 63.64º | 0.15% | 0.86% | - |
| XYZ | 63.48 | 69.68 | 57.12 | - |
| YUV | 215.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 187 | 0.01 | 0 | 0.15 | 0.14 | 63.64 | 0.32 | 0.8 |
| Hex | DA | DC | BB | 1 | 0 | F | E | 40 | 20 | 50 |
| Octal | 332 | 334 | 273 | 1 | 0 | 17 | 16 | 100 | 40 | 120 |
| Binary | 11011010 | 11011100 | 10111011 | 1 | 0 | 1111 | 1110 | 1000000 | 100000 | 1010000 |
Color Harmonies of #DADCBB
Complementary color
Monochromatic Colors of #DADCBB
Black with #DADCBB
Text Example
Text Example
White with #DADCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCBB; }
p { color: rgb(218,220,187); }
H1.HeaderClassName
{
color: #DADCBB;
}
.AnyTagClassName
{
color: #DADCBB;
}
</style>
background-color css
<style>
a { background-color: #DADCBB; }
a { background-color: rgb(218,220,187); }
div.DivClassName
{
background-color: #DADCBB;
}
.BgClassName
{
background-color: #DADCBB;
}
</style>
border-color css
<style>
span { border-color: #DADCBB; }
span { border-color: rgb(218,220,187); }
td.TdClassName
{
border-color: #DADCBB;
}
.TagClassName
{
border-color: #DADCBB;
}
</style>