Shades of Feldspar #D89C72
Tints of Feldspar #D89C72
RGB
CMYK
RGB Variations
Color information
#D89C72 (or 0xD89C72) is known color: Feldspar. HEX triplet: D8, 9C and 72. RGB value is (216,156,114). Sum of RGB (Red+Green+Blue) = 216+156+114=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C72 is #27638D. Grayscale: #A9A9A9. Windows color (decimal): -2581390 or 7511256. OLE color: 7511256.
HSL color Cylindrical-coordinate representation of color #D89C72: hue angle of 24.71º 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 #D89C72 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 114 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.15 |
| HSL | 24.71º | 0.57% | 0.65% | - |
| HSV(B) | 24.71º | 0.47% | 0.85% | - |
| XYZ | 43.24 | 39.59 | 21.28 | - |
| YUV | 169.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 114 | 0 | 0.28 | 0.47 | 0.15 | 24.71 | 0.57 | 0.65 |
| Hex | D8 | 9C | 72 | 0 | 1C | 2F | F | 19 | 39 | 41 |
| Octal | 330 | 234 | 162 | 0 | 34 | 57 | 17 | 31 | 71 | 101 |
| Binary | 11011000 | 10011100 | 1110010 | 0 | 11100 | 101111 | 1111 | 11001 | 111001 | 1000001 |
Color Harmonies of #D89C72
Complementary color
Monochromatic Colors of #D89C72
Black with #D89C72
Text Example
Text Example
White with #D89C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C72; }
p { color: rgb(216,156,114); }
H1.HeaderClassName
{
color: #D89C72;
}
.AnyTagClassName
{
color: #D89C72;
}
</style>
background-color css
<style>
a { background-color: #D89C72; }
a { background-color: rgb(216,156,114); }
div.DivClassName
{
background-color: #D89C72;
}
.BgClassName
{
background-color: #D89C72;
}
</style>
border-color css
<style>
span { border-color: #D89C72; }
span { border-color: rgb(216,156,114); }
td.TdClassName
{
border-color: #D89C72;
}
.TagClassName
{
border-color: #D89C72;
}
</style>