Shades of Feldspar #D89270
Tints of Feldspar #D89270
RGB
CMYK
RGB Variations
Color information
#D89270 (or 0xD89270) is known color: Feldspar. HEX triplet: D8, 92 and 70. RGB value is (216,146,112). Sum of RGB (Red+Green+Blue) = 216+146+112=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D89270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89270 is #276D8F. Grayscale: #A3A3A3. Windows color (decimal): -2583952 or 7377624. OLE color: 7377624.
HSL color Cylindrical-coordinate representation of color #D89270: hue angle of 19.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D89270 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 112 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.15 |
| HSL | 19.62º | 0.57% | 0.64% | - |
| HSV(B) | 19.62º | 0.48% | 0.85% | - |
| XYZ | 41.52 | 36.33 | 20.15 | - |
| YUV | 163.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 112 | 0 | 0.32 | 0.48 | 0.15 | 19.62 | 0.57 | 0.64 |
| Hex | D8 | 92 | 70 | 0 | 20 | 30 | F | 14 | 39 | 40 |
| Octal | 330 | 222 | 160 | 0 | 40 | 60 | 17 | 24 | 71 | 100 |
| Binary | 11011000 | 10010010 | 1110000 | 0 | 100000 | 110000 | 1111 | 10100 | 111001 | 1000000 |
Color Harmonies of #D89270
Complementary color
Monochromatic Colors of #D89270
Black with #D89270
Text Example
Text Example
White with #D89270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89270; }
p { color: rgb(216,146,112); }
H1.HeaderClassName
{
color: #D89270;
}
.AnyTagClassName
{
color: #D89270;
}
</style>
background-color css
<style>
a { background-color: #D89270; }
a { background-color: rgb(216,146,112); }
div.DivClassName
{
background-color: #D89270;
}
.BgClassName
{
background-color: #D89270;
}
</style>
border-color css
<style>
span { border-color: #D89270; }
span { border-color: rgb(216,146,112); }
td.TdClassName
{
border-color: #D89270;
}
.TagClassName
{
border-color: #D89270;
}
</style>