Shades of Feldspar #D89A75
Tints of Feldspar #D89A75
RGB
CMYK
RGB Variations
Color information
#D89A75 (or 0xD89A75) is known color: Feldspar. HEX triplet: D8, 9A and 75. RGB value is (216,154,117). Sum of RGB (Red+Green+Blue) = 216+154+117=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A75 is #27658A. Grayscale: #A8A8A8. Windows color (decimal): -2581899 or 7707352. OLE color: 7707352.
HSL color Cylindrical-coordinate representation of color #D89A75: hue angle of 22.42º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D89A75 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 117 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.15 |
| HSL | 22.42º | 0.56% | 0.65% | - |
| HSV(B) | 22.42º | 0.46% | 0.85% | - |
| XYZ | 43.09 | 38.99 | 22.09 | - |
| YUV | 168.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 117 | 0 | 0.29 | 0.46 | 0.15 | 22.42 | 0.56 | 0.65 |
| Hex | D8 | 9A | 75 | 0 | 1D | 2E | F | 16 | 38 | 41 |
| Octal | 330 | 232 | 165 | 0 | 35 | 56 | 17 | 26 | 70 | 101 |
| Binary | 11011000 | 10011010 | 1110101 | 0 | 11101 | 101110 | 1111 | 10110 | 111000 | 1000001 |
Color Harmonies of #D89A75
Complementary color
Monochromatic Colors of #D89A75
Black with #D89A75
Text Example
Text Example
White with #D89A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A75; }
p { color: rgb(216,154,117); }
H1.HeaderClassName
{
color: #D89A75;
}
.AnyTagClassName
{
color: #D89A75;
}
</style>
background-color css
<style>
a { background-color: #D89A75; }
a { background-color: rgb(216,154,117); }
div.DivClassName
{
background-color: #D89A75;
}
.BgClassName
{
background-color: #D89A75;
}
</style>
border-color css
<style>
span { border-color: #D89A75; }
span { border-color: rgb(216,154,117); }
td.TdClassName
{
border-color: #D89A75;
}
.TagClassName
{
border-color: #D89A75;
}
</style>