Shades of Feldspar #D89070
Tints of Feldspar #D89070
RGB
CMYK
RGB Variations
Color information
#D89070 (or 0xD89070) is known color: Feldspar. HEX triplet: D8, 90 and 70. RGB value is (216,144,112). Sum of RGB (Red+Green+Blue) = 216+144+112=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D89070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89070 is #276F8F. Grayscale: #A2A2A2. Windows color (decimal): -2584464 or 7377112. OLE color: 7377112.
HSL color Cylindrical-coordinate representation of color #D89070: hue angle of 18.46º 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 #D89070 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 112 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.15 |
| HSL | 18.46º | 0.57% | 0.64% | - |
| HSV(B) | 18.46º | 0.48% | 0.85% | - |
| XYZ | 41.22 | 35.72 | 20.05 | - |
| YUV | 161.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 112 | 0 | 0.33 | 0.48 | 0.15 | 18.46 | 0.57 | 0.64 |
| Hex | D8 | 90 | 70 | 0 | 21 | 30 | F | 12 | 39 | 40 |
| Octal | 330 | 220 | 160 | 0 | 41 | 60 | 17 | 22 | 71 | 100 |
| Binary | 11011000 | 10010000 | 1110000 | 0 | 100001 | 110000 | 1111 | 10010 | 111001 | 1000000 |
Color Harmonies of #D89070
Complementary color
Monochromatic Colors of #D89070
Black with #D89070
Text Example
Text Example
White with #D89070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89070; }
p { color: rgb(216,144,112); }
H1.HeaderClassName
{
color: #D89070;
}
.AnyTagClassName
{
color: #D89070;
}
</style>
background-color css
<style>
a { background-color: #D89070; }
a { background-color: rgb(216,144,112); }
div.DivClassName
{
background-color: #D89070;
}
.BgClassName
{
background-color: #D89070;
}
</style>
border-color css
<style>
span { border-color: #D89070; }
span { border-color: rgb(216,144,112); }
td.TdClassName
{
border-color: #D89070;
}
.TagClassName
{
border-color: #D89070;
}
</style>