Shades of Feldspar #D89774
Tints of Feldspar #D89774
RGB
CMYK
RGB Variations
Color information
#D89774 (or 0xD89774) is known color: Feldspar. HEX triplet: D8, 97 and 74. RGB value is (216,151,116). Sum of RGB (Red+Green+Blue) = 216+151+116=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89774 is #27688B. Grayscale: #A6A6A6. Windows color (decimal): -2582668 or 7641048. OLE color: 7641048.
HSL color Cylindrical-coordinate representation of color #D89774: hue angle of 21º 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 #D89774 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 116 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.15 |
| HSL | 21º | 0.56% | 0.65% | - |
| HSV(B) | 21º | 0.46% | 0.85% | - |
| XYZ | 42.54 | 37.99 | 21.61 | - |
| YUV | 166.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 116 | 0 | 0.30 | 0.46 | 0.15 | 21 | 0.56 | 0.65 |
| Hex | D8 | 97 | 74 | 0 | 1E | 2E | F | 15 | 38 | 41 |
| Octal | 330 | 227 | 164 | 0 | 36 | 56 | 17 | 25 | 70 | 101 |
| Binary | 11011000 | 10010111 | 1110100 | 0 | 11110 | 101110 | 1111 | 10101 | 111000 | 1000001 |
Color Harmonies of #D89774
Complementary color
Monochromatic Colors of #D89774
Black with #D89774
Text Example
Text Example
White with #D89774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89774; }
p { color: rgb(216,151,116); }
H1.HeaderClassName
{
color: #D89774;
}
.AnyTagClassName
{
color: #D89774;
}
</style>
background-color css
<style>
a { background-color: #D89774; }
a { background-color: rgb(216,151,116); }
div.DivClassName
{
background-color: #D89774;
}
.BgClassName
{
background-color: #D89774;
}
</style>
border-color css
<style>
span { border-color: #D89774; }
span { border-color: rgb(216,151,116); }
td.TdClassName
{
border-color: #D89774;
}
.TagClassName
{
border-color: #D89774;
}
</style>