Shades of Feldspar #D89372
Tints of Feldspar #D89372
RGB
CMYK
RGB Variations
Color information
#D89372 (or 0xD89372) is known color: Feldspar. HEX triplet: D8, 93 and 72. RGB value is (216,147,114). Sum of RGB (Red+Green+Blue) = 216+147+114=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D89372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89372 is #276C8D. Grayscale: #A4A4A4. Windows color (decimal): -2583694 or 7508952. OLE color: 7508952.
HSL color Cylindrical-coordinate representation of color #D89372: hue angle of 19.41º 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 #D89372 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 114 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.15 |
| HSL | 19.41º | 0.57% | 0.65% | - |
| HSV(B) | 19.41º | 0.47% | 0.85% | - |
| XYZ | 41.79 | 36.68 | 20.8 | - |
| YUV | 163.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 114 | 0 | 0.32 | 0.47 | 0.15 | 19.41 | 0.57 | 0.65 |
| Hex | D8 | 93 | 72 | 0 | 20 | 2F | F | 13 | 39 | 41 |
| Octal | 330 | 223 | 162 | 0 | 40 | 57 | 17 | 23 | 71 | 101 |
| Binary | 11011000 | 10010011 | 1110010 | 0 | 100000 | 101111 | 1111 | 10011 | 111001 | 1000001 |
Color Harmonies of #D89372
Complementary color
Monochromatic Colors of #D89372
Black with #D89372
Text Example
Text Example
White with #D89372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89372; }
p { color: rgb(216,147,114); }
H1.HeaderClassName
{
color: #D89372;
}
.AnyTagClassName
{
color: #D89372;
}
</style>
background-color css
<style>
a { background-color: #D89372; }
a { background-color: rgb(216,147,114); }
div.DivClassName
{
background-color: #D89372;
}
.BgClassName
{
background-color: #D89372;
}
</style>
border-color css
<style>
span { border-color: #D89372; }
span { border-color: rgb(216,147,114); }
td.TdClassName
{
border-color: #D89372;
}
.TagClassName
{
border-color: #D89372;
}
</style>