Shades of Feldspar #D89273
Tints of Feldspar #D89273
RGB
CMYK
RGB Variations
Color information
#D89273 (or 0xD89273) is known color: Feldspar. HEX triplet: D8, 92 and 73. RGB value is (216,146,115). Sum of RGB (Red+Green+Blue) = 216+146+115=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D89273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89273 is #276D8C. Grayscale: #A3A3A3. Windows color (decimal): -2583949 or 7574232. OLE color: 7574232.
HSL color Cylindrical-coordinate representation of color #D89273: hue angle of 18.42º 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 #D89273 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 115 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.15 |
| HSL | 18.42º | 0.56% | 0.65% | - |
| HSV(B) | 18.42º | 0.47% | 0.85% | - |
| XYZ | 41.69 | 36.39 | 21.05 | - |
| YUV | 163.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 115 | 0 | 0.32 | 0.47 | 0.15 | 18.42 | 0.56 | 0.65 |
| Hex | D8 | 92 | 73 | 0 | 20 | 2F | F | 12 | 38 | 41 |
| Octal | 330 | 222 | 163 | 0 | 40 | 57 | 17 | 22 | 70 | 101 |
| Binary | 11011000 | 10010010 | 1110011 | 0 | 100000 | 101111 | 1111 | 10010 | 111000 | 1000001 |
Color Harmonies of #D89273
Complementary color
Monochromatic Colors of #D89273
Black with #D89273
Text Example
Text Example
White with #D89273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89273; }
p { color: rgb(216,146,115); }
H1.HeaderClassName
{
color: #D89273;
}
.AnyTagClassName
{
color: #D89273;
}
</style>
background-color css
<style>
a { background-color: #D89273; }
a { background-color: rgb(216,146,115); }
div.DivClassName
{
background-color: #D89273;
}
.BgClassName
{
background-color: #D89273;
}
</style>
border-color css
<style>
span { border-color: #D89273; }
span { border-color: rgb(216,146,115); }
td.TdClassName
{
border-color: #D89273;
}
.TagClassName
{
border-color: #D89273;
}
</style>