Shades of Feldspar #D89470
Tints of Feldspar #D89470
RGB
CMYK
RGB Variations
Color information
#D89470 (or 0xD89470) is known color: Feldspar. HEX triplet: D8, 94 and 70. RGB value is (216,148,112). Sum of RGB (Red+Green+Blue) = 216+148+112=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D89470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89470 is #276B8F. Grayscale: #A4A4A4. Windows color (decimal): -2583440 or 7378136. OLE color: 7378136.
HSL color Cylindrical-coordinate representation of color #D89470: hue angle of 20.77º 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 #D89470 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 112 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.15 |
| HSL | 20.77º | 0.57% | 0.64% | - |
| HSV(B) | 20.77º | 0.48% | 0.85% | - |
| XYZ | 41.83 | 36.95 | 20.26 | - |
| YUV | 164.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 112 | 0 | 0.31 | 0.48 | 0.15 | 20.77 | 0.57 | 0.64 |
| Hex | D8 | 94 | 70 | 0 | 1F | 30 | F | 15 | 39 | 40 |
| Octal | 330 | 224 | 160 | 0 | 37 | 60 | 17 | 25 | 71 | 100 |
| Binary | 11011000 | 10010100 | 1110000 | 0 | 11111 | 110000 | 1111 | 10101 | 111001 | 1000000 |
Color Harmonies of #D89470
Complementary color
Monochromatic Colors of #D89470
Black with #D89470
Text Example
Text Example
White with #D89470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89470; }
p { color: rgb(216,148,112); }
H1.HeaderClassName
{
color: #D89470;
}
.AnyTagClassName
{
color: #D89470;
}
</style>
background-color css
<style>
a { background-color: #D89470; }
a { background-color: rgb(216,148,112); }
div.DivClassName
{
background-color: #D89470;
}
.BgClassName
{
background-color: #D89470;
}
</style>
border-color css
<style>
span { border-color: #D89470; }
span { border-color: rgb(216,148,112); }
td.TdClassName
{
border-color: #D89470;
}
.TagClassName
{
border-color: #D89470;
}
</style>