Shades of Feldspar #D89573
Tints of Feldspar #D89573
RGB
CMYK
RGB Variations
Color information
#D89573 (or 0xD89573) is known color: Feldspar. HEX triplet: D8, 95 and 73. RGB value is (216,149,115). Sum of RGB (Red+Green+Blue) = 216+149+115=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89573 is #276A8C. Grayscale: #A5A5A5. Windows color (decimal): -2583181 or 7575000. OLE color: 7575000.
HSL color Cylindrical-coordinate representation of color #D89573: hue angle of 20.2º 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 #D89573 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 115 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 20.2º | 0.56% | 0.65% | - |
| HSV(B) | 20.2º | 0.47% | 0.85% | - |
| XYZ | 42.16 | 37.33 | 21.2 | - |
| YUV | 165.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 115 | 0 | 0.31 | 0.47 | 0.15 | 20.2 | 0.56 | 0.65 |
| Hex | D8 | 95 | 73 | 0 | 1F | 2F | F | 14 | 38 | 41 |
| Octal | 330 | 225 | 163 | 0 | 37 | 57 | 17 | 24 | 70 | 101 |
| Binary | 11011000 | 10010101 | 1110011 | 0 | 11111 | 101111 | 1111 | 10100 | 111000 | 1000001 |
Color Harmonies of #D89573
Complementary color
Monochromatic Colors of #D89573
Black with #D89573
Text Example
Text Example
White with #D89573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89573; }
p { color: rgb(216,149,115); }
H1.HeaderClassName
{
color: #D89573;
}
.AnyTagClassName
{
color: #D89573;
}
</style>
background-color css
<style>
a { background-color: #D89573; }
a { background-color: rgb(216,149,115); }
div.DivClassName
{
background-color: #D89573;
}
.BgClassName
{
background-color: #D89573;
}
</style>
border-color css
<style>
span { border-color: #D89573; }
span { border-color: rgb(216,149,115); }
td.TdClassName
{
border-color: #D89573;
}
.TagClassName
{
border-color: #D89573;
}
</style>