Shades of Feldspar #D89973
Tints of Feldspar #D89973
RGB
CMYK
RGB Variations
Color information
#D89973 (or 0xD89973) is known color: Feldspar. HEX triplet: D8, 99 and 73. RGB value is (216,153,115). Sum of RGB (Red+Green+Blue) = 216+153+115=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89973 is #27668C. Grayscale: #A7A7A7. Windows color (decimal): -2582157 or 7576024. OLE color: 7576024.
HSL color Cylindrical-coordinate representation of color #D89973: hue angle of 22.57º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D89973 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 115 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.15 |
| HSL | 22.57º | 0.56% | 0.65% | - |
| HSV(B) | 22.57º | 0.47% | 0.85% | - |
| XYZ | 42.8 | 38.62 | 21.42 | - |
| YUV | 167.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 115 | 0 | 0.29 | 0.47 | 0.15 | 22.57 | 0.56 | 0.65 |
| Hex | D8 | 99 | 73 | 0 | 1D | 2F | F | 17 | 38 | 41 |
| Octal | 330 | 231 | 163 | 0 | 35 | 57 | 17 | 27 | 70 | 101 |
| Binary | 11011000 | 10011001 | 1110011 | 0 | 11101 | 101111 | 1111 | 10111 | 111000 | 1000001 |
Color Harmonies of #D89973
Complementary color
Monochromatic Colors of #D89973
Black with #D89973
Text Example
Text Example
White with #D89973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89973; }
p { color: rgb(216,153,115); }
H1.HeaderClassName
{
color: #D89973;
}
.AnyTagClassName
{
color: #D89973;
}
</style>
background-color css
<style>
a { background-color: #D89973; }
a { background-color: rgb(216,153,115); }
div.DivClassName
{
background-color: #D89973;
}
.BgClassName
{
background-color: #D89973;
}
</style>
border-color css
<style>
span { border-color: #D89973; }
span { border-color: rgb(216,153,115); }
td.TdClassName
{
border-color: #D89973;
}
.TagClassName
{
border-color: #D89973;
}
</style>