Shades of Feldspar #D89870
Tints of Feldspar #D89870
RGB
CMYK
RGB Variations
Color information
#D89870 (or 0xD89870) is known color: Feldspar. HEX triplet: D8, 98 and 70. RGB value is (216,152,112). Sum of RGB (Red+Green+Blue) = 216+152+112=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89870 is #27678F. Grayscale: #A6A6A6. Windows color (decimal): -2582416 or 7379160. OLE color: 7379160.
HSL color Cylindrical-coordinate representation of color #D89870: hue angle of 23.08º 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 #D89870 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 112 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.15 |
| HSL | 23.08º | 0.57% | 0.64% | - |
| HSV(B) | 23.08º | 0.48% | 0.85% | - |
| XYZ | 42.47 | 38.23 | 20.47 | - |
| YUV | 166.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 112 | 0 | 0.30 | 0.48 | 0.15 | 23.08 | 0.57 | 0.64 |
| Hex | D8 | 98 | 70 | 0 | 1E | 30 | F | 17 | 39 | 40 |
| Octal | 330 | 230 | 160 | 0 | 36 | 60 | 17 | 27 | 71 | 100 |
| Binary | 11011000 | 10011000 | 1110000 | 0 | 11110 | 110000 | 1111 | 10111 | 111001 | 1000000 |
Color Harmonies of #D89870
Complementary color
Monochromatic Colors of #D89870
Black with #D89870
Text Example
Text Example
White with #D89870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89870; }
p { color: rgb(216,152,112); }
H1.HeaderClassName
{
color: #D89870;
}
.AnyTagClassName
{
color: #D89870;
}
</style>
background-color css
<style>
a { background-color: #D89870; }
a { background-color: rgb(216,152,112); }
div.DivClassName
{
background-color: #D89870;
}
.BgClassName
{
background-color: #D89870;
}
</style>
border-color css
<style>
span { border-color: #D89870; }
span { border-color: rgb(216,152,112); }
td.TdClassName
{
border-color: #D89870;
}
.TagClassName
{
border-color: #D89870;
}
</style>