Shades of Wafer #DAB8AC
Tints of Wafer #DAB8AC
RGB
CMYK
RGB Variations
Color information
#DAB8AC (or 0xDAB8AC) is known color: Wafer. HEX triplet: DA, B8 and AC. RGB value is (218,184,172). Sum of RGB (Red+Green+Blue) = 218+184+172=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8AC is #254753. Grayscale: #C0C0C0. Windows color (decimal): -2443092 or 11319514. OLE color: 11319514.
HSL color Cylindrical-coordinate representation of color #DAB8AC: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB8AC is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 172 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.15 |
| HSL | 15.65º | 0.38% | 0.76% | - |
| HSV(B) | 15.65º | 0.21% | 0.85% | - |
| XYZ | 53.5 | 52.16 | 46.28 | - |
| YUV | 192.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 172 | 0 | 0.16 | 0.21 | 0.15 | 15.65 | 0.38 | 0.76 |
| Hex | DA | B8 | AC | 0 | 10 | 15 | F | 10 | 26 | 4C |
| Octal | 332 | 270 | 254 | 0 | 20 | 25 | 17 | 20 | 46 | 114 |
| Binary | 11011010 | 10111000 | 10101100 | 0 | 10000 | 10101 | 1111 | 10000 | 100110 | 1001100 |
Color Harmonies of #DAB8AC
Complementary color
Monochromatic Colors of #DAB8AC
Black with #DAB8AC
Text Example
Text Example
White with #DAB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8AC; }
p { color: rgb(218,184,172); }
H1.HeaderClassName
{
color: #DAB8AC;
}
.AnyTagClassName
{
color: #DAB8AC;
}
</style>
background-color css
<style>
a { background-color: #DAB8AC; }
a { background-color: rgb(218,184,172); }
div.DivClassName
{
background-color: #DAB8AC;
}
.BgClassName
{
background-color: #DAB8AC;
}
</style>
border-color css
<style>
span { border-color: #DAB8AC; }
span { border-color: rgb(218,184,172); }
td.TdClassName
{
border-color: #DAB8AC;
}
.TagClassName
{
border-color: #DAB8AC;
}
</style>