Shades of Wafer #DAB9AB
Tints of Wafer #DAB9AB
RGB
CMYK
RGB Variations
Color information
#DAB9AB (or 0xDAB9AB) is known color: Wafer. HEX triplet: DA, B9 and AB. RGB value is (218,185,171). Sum of RGB (Red+Green+Blue) = 218+185+171=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AB is #254654. Grayscale: #C1C1C1. Windows color (decimal): -2442837 or 11254234. OLE color: 11254234.
HSL color Cylindrical-coordinate representation of color #DAB9AB: hue angle of 17.87º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB9AB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.15 |
| HSL | 17.87º | 0.39% | 0.76% | - |
| HSV(B) | 17.87º | 0.22% | 0.85% | - |
| XYZ | 53.61 | 52.54 | 45.84 | - |
| YUV | 193.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 171 | 0 | 0.15 | 0.22 | 0.15 | 17.87 | 0.39 | 0.76 |
| Hex | DA | B9 | AB | 0 | F | 16 | F | 12 | 27 | 4C |
| Octal | 332 | 271 | 253 | 0 | 17 | 26 | 17 | 22 | 47 | 114 |
| Binary | 11011010 | 10111001 | 10101011 | 0 | 1111 | 10110 | 1111 | 10010 | 100111 | 1001100 |
Color Harmonies of #DAB9AB
Complementary color
Monochromatic Colors of #DAB9AB
Black with #DAB9AB
Text Example
Text Example
White with #DAB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9AB; }
p { color: rgb(218,185,171); }
H1.HeaderClassName
{
color: #DAB9AB;
}
.AnyTagClassName
{
color: #DAB9AB;
}
</style>
background-color css
<style>
a { background-color: #DAB9AB; }
a { background-color: rgb(218,185,171); }
div.DivClassName
{
background-color: #DAB9AB;
}
.BgClassName
{
background-color: #DAB9AB;
}
</style>
border-color css
<style>
span { border-color: #DAB9AB; }
span { border-color: rgb(218,185,171); }
td.TdClassName
{
border-color: #DAB9AB;
}
.TagClassName
{
border-color: #DAB9AB;
}
</style>