Shades of Feldspar #D89370
Tints of Feldspar #D89370
RGB
CMYK
RGB Variations
Color information
#D89370 (or 0xD89370) is known color: Feldspar. HEX triplet: D8, 93 and 70. RGB value is (216,147,112). Sum of RGB (Red+Green+Blue) = 216+147+112=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D89370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89370 is #276C8F. Grayscale: #A3A3A3. Windows color (decimal): -2583696 or 7377880. OLE color: 7377880.
HSL color Cylindrical-coordinate representation of color #D89370: hue angle of 20.19º 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 #D89370 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 112 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.15 |
| HSL | 20.19º | 0.57% | 0.64% | - |
| HSV(B) | 20.19º | 0.48% | 0.85% | - |
| XYZ | 41.68 | 36.64 | 20.2 | - |
| YUV | 163.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 112 | 0 | 0.32 | 0.48 | 0.15 | 20.19 | 0.57 | 0.64 |
| Hex | D8 | 93 | 70 | 0 | 20 | 30 | F | 14 | 39 | 40 |
| Octal | 330 | 223 | 160 | 0 | 40 | 60 | 17 | 24 | 71 | 100 |
| Binary | 11011000 | 10010011 | 1110000 | 0 | 100000 | 110000 | 1111 | 10100 | 111001 | 1000000 |
Color Harmonies of #D89370
Complementary color
Monochromatic Colors of #D89370
Black with #D89370
Text Example
Text Example
White with #D89370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89370; }
p { color: rgb(216,147,112); }
H1.HeaderClassName
{
color: #D89370;
}
.AnyTagClassName
{
color: #D89370;
}
</style>
background-color css
<style>
a { background-color: #D89370; }
a { background-color: rgb(216,147,112); }
div.DivClassName
{
background-color: #D89370;
}
.BgClassName
{
background-color: #D89370;
}
</style>
border-color css
<style>
span { border-color: #D89370; }
span { border-color: rgb(216,147,112); }
td.TdClassName
{
border-color: #D89370;
}
.TagClassName
{
border-color: #D89370;
}
</style>