Shades of Wafer #DBB9AD
Tints of Wafer #DBB9AD
RGB
CMYK
RGB Variations
Color information
#DBB9AD (or 0xDBB9AD) is known color: Wafer. HEX triplet: DB, B9 and AD. RGB value is (219,185,173). Sum of RGB (Red+Green+Blue) = 219+185+173=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9AD is #244652. Grayscale: #C1C1C1. Windows color (decimal): -2377299 or 11385307. OLE color: 11385307.
HSL color Cylindrical-coordinate representation of color #DBB9AD: hue angle of 15.65º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB9AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 173 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.14 |
| HSL | 15.65º | 0.39% | 0.77% | - |
| HSV(B) | 15.65º | 0.21% | 0.86% | - |
| XYZ | 54.11 | 52.78 | 46.87 | - |
| YUV | 193.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 173 | 0 | 0.16 | 0.21 | 0.14 | 15.65 | 0.39 | 0.77 |
| Hex | DB | B9 | AD | 0 | 10 | 15 | E | 10 | 27 | 4D |
| Octal | 333 | 271 | 255 | 0 | 20 | 25 | 16 | 20 | 47 | 115 |
| Binary | 11011011 | 10111001 | 10101101 | 0 | 10000 | 10101 | 1110 | 10000 | 100111 | 1001101 |
Color Harmonies of #DBB9AD
Complementary color
Monochromatic Colors of #DBB9AD
Black with #DBB9AD
Text Example
Text Example
White with #DBB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9AD; }
p { color: rgb(219,185,173); }
H1.HeaderClassName
{
color: #DBB9AD;
}
.AnyTagClassName
{
color: #DBB9AD;
}
</style>
background-color css
<style>
a { background-color: #DBB9AD; }
a { background-color: rgb(219,185,173); }
div.DivClassName
{
background-color: #DBB9AD;
}
.BgClassName
{
background-color: #DBB9AD;
}
</style>
border-color css
<style>
span { border-color: #DBB9AD; }
span { border-color: rgb(219,185,173); }
td.TdClassName
{
border-color: #DBB9AD;
}
.TagClassName
{
border-color: #DBB9AD;
}
</style>