Shades of Wafer #D7C0B3
Tints of Wafer #D7C0B3
RGB
CMYK
RGB Variations
Color information
#D7C0B3 (or 0xD7C0B3) is known color: Wafer. HEX triplet: D7, C0 and B3. RGB value is (215,192,179). Sum of RGB (Red+Green+Blue) = 215+192+179=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0B3 is #283F4C. Grayscale: #C5C5C5. Windows color (decimal): -2637645 or 11780311. OLE color: 11780311.
HSL color Cylindrical-coordinate representation of color #D7C0B3: hue angle of 21.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7C0B3 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 179 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.16 |
| HSL | 21.67º | 0.31% | 0.77% | - |
| HSV(B) | 21.67º | 0.17% | 0.84% | - |
| XYZ | 55.01 | 55.4 | 50.44 | - |
| YUV | 197.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 179 | 0 | 0.11 | 0.17 | 0.16 | 21.67 | 0.31 | 0.77 |
| Hex | D7 | C0 | B3 | 0 | B | 11 | 10 | 16 | 1F | 4D |
| Octal | 327 | 300 | 263 | 0 | 13 | 21 | 20 | 26 | 37 | 115 |
| Binary | 11010111 | 11000000 | 10110011 | 0 | 1011 | 10001 | 10000 | 10110 | 11111 | 1001101 |
Color Harmonies of #D7C0B3
Complementary color
Monochromatic Colors of #D7C0B3
Black with #D7C0B3
Text Example
Text Example
White with #D7C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0B3; }
p { color: rgb(215,192,179); }
H1.HeaderClassName
{
color: #D7C0B3;
}
.AnyTagClassName
{
color: #D7C0B3;
}
</style>
background-color css
<style>
a { background-color: #D7C0B3; }
a { background-color: rgb(215,192,179); }
div.DivClassName
{
background-color: #D7C0B3;
}
.BgClassName
{
background-color: #D7C0B3;
}
</style>
border-color css
<style>
span { border-color: #D7C0B3; }
span { border-color: rgb(215,192,179); }
td.TdClassName
{
border-color: #D7C0B3;
}
.TagClassName
{
border-color: #D7C0B3;
}
</style>