Shades of Wafer #D9C0B7
Tints of Wafer #D9C0B7
RGB
CMYK
RGB Variations
Color information
#D9C0B7 (or 0xD9C0B7) is known color: Wafer. HEX triplet: D9, C0 and B7. RGB value is (217,192,183). Sum of RGB (Red+Green+Blue) = 217+192+183=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0B7 is #263F48. Grayscale: #C6C6C6. Windows color (decimal): -2506569 or 12042457. OLE color: 12042457.
HSL color Cylindrical-coordinate representation of color #D9C0B7: hue angle of 15.88º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C0B7 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 183 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.15 |
| HSL | 15.88º | 0.31% | 0.78% | - |
| HSV(B) | 15.88º | 0.16% | 0.85% | - |
| XYZ | 56.01 | 55.87 | 52.63 | - |
| YUV | 198.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 183 | 0 | 0.12 | 0.16 | 0.15 | 15.88 | 0.31 | 0.78 |
| Hex | D9 | C0 | B7 | 0 | C | 10 | F | 10 | 1F | 4E |
| Octal | 331 | 300 | 267 | 0 | 14 | 20 | 17 | 20 | 37 | 116 |
| Binary | 11011001 | 11000000 | 10110111 | 0 | 1100 | 10000 | 1111 | 10000 | 11111 | 1001110 |
Color Harmonies of #D9C0B7
Complementary color
Monochromatic Colors of #D9C0B7
Black with #D9C0B7
Text Example
Text Example
White with #D9C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0B7; }
p { color: rgb(217,192,183); }
H1.HeaderClassName
{
color: #D9C0B7;
}
.AnyTagClassName
{
color: #D9C0B7;
}
</style>
background-color css
<style>
a { background-color: #D9C0B7; }
a { background-color: rgb(217,192,183); }
div.DivClassName
{
background-color: #D9C0B7;
}
.BgClassName
{
background-color: #D9C0B7;
}
</style>
border-color css
<style>
span { border-color: #D9C0B7; }
span { border-color: rgb(217,192,183); }
td.TdClassName
{
border-color: #D9C0B7;
}
.TagClassName
{
border-color: #D9C0B7;
}
</style>