Shades of Feldspar #D89873
Tints of Feldspar #D89873
RGB
CMYK
RGB Variations
Color information
#D89873 (or 0xD89873) is known color: Feldspar. HEX triplet: D8, 98 and 73. RGB value is (216,152,115). Sum of RGB (Red+Green+Blue) = 216+152+115=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89873 is #27678C. Grayscale: #A7A7A7. Windows color (decimal): -2582413 or 7575768. OLE color: 7575768.
HSL color Cylindrical-coordinate representation of color #D89873: hue angle of 21.98º degrees, saturation: 0.56, 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 #D89873 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 115 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.15 |
| HSL | 21.98º | 0.56% | 0.65% | - |
| HSV(B) | 21.98º | 0.47% | 0.85% | - |
| XYZ | 42.64 | 38.29 | 21.36 | - |
| YUV | 166.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 115 | 0 | 0.30 | 0.47 | 0.15 | 21.98 | 0.56 | 0.65 |
| Hex | D8 | 98 | 73 | 0 | 1E | 2F | F | 16 | 38 | 41 |
| Octal | 330 | 230 | 163 | 0 | 36 | 57 | 17 | 26 | 70 | 101 |
| Binary | 11011000 | 10011000 | 1110011 | 0 | 11110 | 101111 | 1111 | 10110 | 111000 | 1000001 |
Color Harmonies of #D89873
Complementary color
Monochromatic Colors of #D89873
Black with #D89873
Text Example
Text Example
White with #D89873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89873; }
p { color: rgb(216,152,115); }
H1.HeaderClassName
{
color: #D89873;
}
.AnyTagClassName
{
color: #D89873;
}
</style>
background-color css
<style>
a { background-color: #D89873; }
a { background-color: rgb(216,152,115); }
div.DivClassName
{
background-color: #D89873;
}
.BgClassName
{
background-color: #D89873;
}
</style>
border-color css
<style>
span { border-color: #D89873; }
span { border-color: rgb(216,152,115); }
td.TdClassName
{
border-color: #D89873;
}
.TagClassName
{
border-color: #D89873;
}
</style>