Shades of Feldspar #D89C70
Tints of Feldspar #D89C70
RGB
CMYK
RGB Variations
Color information
#D89C70 (or 0xD89C70) is known color: Feldspar. HEX triplet: D8, 9C and 70. RGB value is (216,156,112). Sum of RGB (Red+Green+Blue) = 216+156+112=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C70 is #27638F. Grayscale: #A9A9A9. Windows color (decimal): -2581392 or 7380184. OLE color: 7380184.
HSL color Cylindrical-coordinate representation of color #D89C70: hue angle of 25.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D89C70 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 112 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.15 |
| HSL | 25.38º | 0.57% | 0.64% | - |
| HSV(B) | 25.38º | 0.48% | 0.85% | - |
| XYZ | 43.13 | 39.55 | 20.69 | - |
| YUV | 168.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 112 | 0 | 0.28 | 0.48 | 0.15 | 25.38 | 0.57 | 0.64 |
| Hex | D8 | 9C | 70 | 0 | 1C | 30 | F | 19 | 39 | 40 |
| Octal | 330 | 234 | 160 | 0 | 34 | 60 | 17 | 31 | 71 | 100 |
| Binary | 11011000 | 10011100 | 1110000 | 0 | 11100 | 110000 | 1111 | 11001 | 111001 | 1000000 |
Color Harmonies of #D89C70
Complementary color
Monochromatic Colors of #D89C70
Black with #D89C70
Text Example
Text Example
White with #D89C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C70; }
p { color: rgb(216,156,112); }
H1.HeaderClassName
{
color: #D89C70;
}
.AnyTagClassName
{
color: #D89C70;
}
</style>
background-color css
<style>
a { background-color: #D89C70; }
a { background-color: rgb(216,156,112); }
div.DivClassName
{
background-color: #D89C70;
}
.BgClassName
{
background-color: #D89C70;
}
</style>
border-color css
<style>
span { border-color: #D89C70; }
span { border-color: rgb(216,156,112); }
td.TdClassName
{
border-color: #D89C70;
}
.TagClassName
{
border-color: #D89C70;
}
</style>