Shades of Feldspar #D89173
Tints of Feldspar #D89173
RGB
CMYK
RGB Variations
Color information
#D89173 (or 0xD89173) is known color: Feldspar. HEX triplet: D8, 91 and 73. RGB value is (216,145,115). Sum of RGB (Red+Green+Blue) = 216+145+115=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D89173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89173 is #276E8C. Grayscale: #A3A3A3. Windows color (decimal): -2584205 or 7573976. OLE color: 7573976.
HSL color Cylindrical-coordinate representation of color #D89173: hue angle of 17.82º 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 #D89173 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 115 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.15 |
| HSL | 17.82º | 0.56% | 0.65% | - |
| HSV(B) | 17.82º | 0.47% | 0.85% | - |
| XYZ | 41.54 | 36.09 | 21 | - |
| YUV | 162.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 115 | 0 | 0.33 | 0.47 | 0.15 | 17.82 | 0.56 | 0.65 |
| Hex | D8 | 91 | 73 | 0 | 21 | 2F | F | 12 | 38 | 41 |
| Octal | 330 | 221 | 163 | 0 | 41 | 57 | 17 | 22 | 70 | 101 |
| Binary | 11011000 | 10010001 | 1110011 | 0 | 100001 | 101111 | 1111 | 10010 | 111000 | 1000001 |
Color Harmonies of #D89173
Complementary color
Monochromatic Colors of #D89173
Black with #D89173
Text Example
Text Example
White with #D89173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89173; }
p { color: rgb(216,145,115); }
H1.HeaderClassName
{
color: #D89173;
}
.AnyTagClassName
{
color: #D89173;
}
</style>
background-color css
<style>
a { background-color: #D89173; }
a { background-color: rgb(216,145,115); }
div.DivClassName
{
background-color: #D89173;
}
.BgClassName
{
background-color: #D89173;
}
</style>
border-color css
<style>
span { border-color: #D89173; }
span { border-color: rgb(216,145,115); }
td.TdClassName
{
border-color: #D89173;
}
.TagClassName
{
border-color: #D89173;
}
</style>