Shades of Feldspar #D89A72
Tints of Feldspar #D89A72
RGB
CMYK
RGB Variations
Color information
#D89A72 (or 0xD89A72) is known color: Feldspar. HEX triplet: D8, 9A and 72. RGB value is (216,154,114). Sum of RGB (Red+Green+Blue) = 216+154+114=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A72 is #27658D. Grayscale: #A8A8A8. Windows color (decimal): -2581902 or 7510744. OLE color: 7510744.
HSL color Cylindrical-coordinate representation of color #D89A72: hue angle of 23.53º degrees, saturation: 0.57, 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 #D89A72 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 114 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.15 |
| HSL | 23.53º | 0.57% | 0.65% | - |
| HSV(B) | 23.53º | 0.47% | 0.85% | - |
| XYZ | 42.91 | 38.93 | 21.17 | - |
| YUV | 167.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 114 | 0 | 0.29 | 0.47 | 0.15 | 23.53 | 0.57 | 0.65 |
| Hex | D8 | 9A | 72 | 0 | 1D | 2F | F | 18 | 39 | 41 |
| Octal | 330 | 232 | 162 | 0 | 35 | 57 | 17 | 30 | 71 | 101 |
| Binary | 11011000 | 10011010 | 1110010 | 0 | 11101 | 101111 | 1111 | 11000 | 111001 | 1000001 |
Color Harmonies of #D89A72
Complementary color
Monochromatic Colors of #D89A72
Black with #D89A72
Text Example
Text Example
White with #D89A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A72; }
p { color: rgb(216,154,114); }
H1.HeaderClassName
{
color: #D89A72;
}
.AnyTagClassName
{
color: #D89A72;
}
</style>
background-color css
<style>
a { background-color: #D89A72; }
a { background-color: rgb(216,154,114); }
div.DivClassName
{
background-color: #D89A72;
}
.BgClassName
{
background-color: #D89A72;
}
</style>
border-color css
<style>
span { border-color: #D89A72; }
span { border-color: rgb(216,154,114); }
td.TdClassName
{
border-color: #D89A72;
}
.TagClassName
{
border-color: #D89A72;
}
</style>