Shades of Wafer #D4C0B4
Tints of Wafer #D4C0B4
RGB
CMYK
RGB Variations
Color information
#D4C0B4 (or 0xD4C0B4) is known color: Wafer. HEX triplet: D4, C0 and B4. RGB value is (212,192,180). Sum of RGB (Red+Green+Blue) = 212+192+180=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0B4 is #2B3F4B. Grayscale: #C4C4C4. Windows color (decimal): -2834252 or 11845844. OLE color: 11845844.
HSL color Cylindrical-coordinate representation of color #D4C0B4: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4C0B4 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 180 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.17 |
| HSL | 22.5º | 0.27% | 0.77% | - |
| HSV(B) | 22.5º | 0.15% | 0.83% | - |
| XYZ | 54.24 | 54.99 | 50.94 | - |
| YUV | 196.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 180 | 0 | 0.09 | 0.15 | 0.17 | 22.5 | 0.27 | 0.77 |
| Hex | D4 | C0 | B4 | 0 | 9 | F | 11 | 16 | 1B | 4D |
| Octal | 324 | 300 | 264 | 0 | 11 | 17 | 21 | 26 | 33 | 115 |
| Binary | 11010100 | 11000000 | 10110100 | 0 | 1001 | 1111 | 10001 | 10110 | 11011 | 1001101 |
Color Harmonies of #D4C0B4
Complementary color
Monochromatic Colors of #D4C0B4
Black with #D4C0B4
Text Example
Text Example
White with #D4C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0B4; }
p { color: rgb(212,192,180); }
H1.HeaderClassName
{
color: #D4C0B4;
}
.AnyTagClassName
{
color: #D4C0B4;
}
</style>
background-color css
<style>
a { background-color: #D4C0B4; }
a { background-color: rgb(212,192,180); }
div.DivClassName
{
background-color: #D4C0B4;
}
.BgClassName
{
background-color: #D4C0B4;
}
</style>
border-color css
<style>
span { border-color: #D4C0B4; }
span { border-color: rgb(212,192,180); }
td.TdClassName
{
border-color: #D4C0B4;
}
.TagClassName
{
border-color: #D4C0B4;
}
</style>