Shades of Wafer #DAB8AA
Tints of Wafer #DAB8AA
RGB
CMYK
RGB Variations
Color information
#DAB8AA (or 0xDAB8AA) is known color: Wafer. HEX triplet: DA, B8 and AA. RGB value is (218,184,170). Sum of RGB (Red+Green+Blue) = 218+184+170=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8AA is #254755. Grayscale: #C0C0C0. Windows color (decimal): -2443094 or 11188442. OLE color: 11188442.
HSL color Cylindrical-coordinate representation of color #DAB8AA: hue angle of 17.5º 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 #DAB8AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 170 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.15 |
| HSL | 17.5º | 0.39% | 0.76% | - |
| HSV(B) | 17.5º | 0.22% | 0.85% | - |
| XYZ | 53.31 | 52.09 | 45.27 | - |
| YUV | 192.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 170 | 0 | 0.16 | 0.22 | 0.15 | 17.5 | 0.39 | 0.76 |
| Hex | DA | B8 | AA | 0 | 10 | 16 | F | 12 | 27 | 4C |
| Octal | 332 | 270 | 252 | 0 | 20 | 26 | 17 | 22 | 47 | 114 |
| Binary | 11011010 | 10111000 | 10101010 | 0 | 10000 | 10110 | 1111 | 10010 | 100111 | 1001100 |
Color Harmonies of #DAB8AA
Complementary color
Monochromatic Colors of #DAB8AA
Black with #DAB8AA
Text Example
Text Example
White with #DAB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8AA; }
p { color: rgb(218,184,170); }
H1.HeaderClassName
{
color: #DAB8AA;
}
.AnyTagClassName
{
color: #DAB8AA;
}
</style>
background-color css
<style>
a { background-color: #DAB8AA; }
a { background-color: rgb(218,184,170); }
div.DivClassName
{
background-color: #DAB8AA;
}
.BgClassName
{
background-color: #DAB8AA;
}
</style>
border-color css
<style>
span { border-color: #DAB8AA; }
span { border-color: rgb(218,184,170); }
td.TdClassName
{
border-color: #DAB8AA;
}
.TagClassName
{
border-color: #DAB8AA;
}
</style>