Shades of Feldspar #D89170
Tints of Feldspar #D89170
RGB
CMYK
RGB Variations
Color information
#D89170 (or 0xD89170) is known color: Feldspar. HEX triplet: D8, 91 and 70. RGB value is (216,145,112). Sum of RGB (Red+Green+Blue) = 216+145+112=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D89170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89170 is #276E8F. Grayscale: #A2A2A2. Windows color (decimal): -2584208 or 7377368. OLE color: 7377368.
HSL color Cylindrical-coordinate representation of color #D89170: hue angle of 19.04º 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 #D89170 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 112 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.15 |
| HSL | 19.04º | 0.57% | 0.64% | - |
| HSV(B) | 19.04º | 0.48% | 0.85% | - |
| XYZ | 41.37 | 36.02 | 20.1 | - |
| YUV | 162.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 112 | 0 | 0.33 | 0.48 | 0.15 | 19.04 | 0.57 | 0.64 |
| Hex | D8 | 91 | 70 | 0 | 21 | 30 | F | 13 | 39 | 40 |
| Octal | 330 | 221 | 160 | 0 | 41 | 60 | 17 | 23 | 71 | 100 |
| Binary | 11011000 | 10010001 | 1110000 | 0 | 100001 | 110000 | 1111 | 10011 | 111001 | 1000000 |
Color Harmonies of #D89170
Complementary color
Monochromatic Colors of #D89170
Black with #D89170
Text Example
Text Example
White with #D89170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89170; }
p { color: rgb(216,145,112); }
H1.HeaderClassName
{
color: #D89170;
}
.AnyTagClassName
{
color: #D89170;
}
</style>
background-color css
<style>
a { background-color: #D89170; }
a { background-color: rgb(216,145,112); }
div.DivClassName
{
background-color: #D89170;
}
.BgClassName
{
background-color: #D89170;
}
</style>
border-color css
<style>
span { border-color: #D89170; }
span { border-color: rgb(216,145,112); }
td.TdClassName
{
border-color: #D89170;
}
.TagClassName
{
border-color: #D89170;
}
</style>