Shades of Wafer #D7C0B4
Tints of Wafer #D7C0B4
RGB
CMYK
RGB Variations
Color information
#D7C0B4 (or 0xD7C0B4) is known color: Wafer. HEX triplet: D7, C0 and B4. RGB value is (215,192,180). Sum of RGB (Red+Green+Blue) = 215+192+180=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0B4 is #283F4B. Grayscale: #C5C5C5. Windows color (decimal): -2637644 or 11845847. OLE color: 11845847.
HSL color Cylindrical-coordinate representation of color #D7C0B4: hue angle of 20.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7C0B4 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 180 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.16 |
| HSL | 20.57º | 0.3% | 0.77% | - |
| HSV(B) | 20.57º | 0.16% | 0.84% | - |
| XYZ | 55.11 | 55.44 | 50.98 | - |
| YUV | 197.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 180 | 0 | 0.11 | 0.16 | 0.16 | 20.57 | 0.3 | 0.77 |
| Hex | D7 | C0 | B4 | 0 | B | 10 | 10 | 15 | 1E | 4D |
| Octal | 327 | 300 | 264 | 0 | 13 | 20 | 20 | 25 | 36 | 115 |
| Binary | 11010111 | 11000000 | 10110100 | 0 | 1011 | 10000 | 10000 | 10101 | 11110 | 1001101 |
Color Harmonies of #D7C0B4
Complementary color
Monochromatic Colors of #D7C0B4
Black with #D7C0B4
Text Example
Text Example
White with #D7C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0B4; }
p { color: rgb(215,192,180); }
H1.HeaderClassName
{
color: #D7C0B4;
}
.AnyTagClassName
{
color: #D7C0B4;
}
</style>
background-color css
<style>
a { background-color: #D7C0B4; }
a { background-color: rgb(215,192,180); }
div.DivClassName
{
background-color: #D7C0B4;
}
.BgClassName
{
background-color: #D7C0B4;
}
</style>
border-color css
<style>
span { border-color: #D7C0B4; }
span { border-color: rgb(215,192,180); }
td.TdClassName
{
border-color: #D7C0B4;
}
.TagClassName
{
border-color: #D7C0B4;
}
</style>