Shades of Feldspar #D89578
Tints of Feldspar #D89578
RGB
CMYK
RGB Variations
Color information
#D89578 (or 0xD89578) is known color: Feldspar. HEX triplet: D8, 95 and 78. RGB value is (216,149,120). Sum of RGB (Red+Green+Blue) = 216+149+120=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D89578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89578 is #276A87. Grayscale: #A5A5A5. Windows color (decimal): -2583176 or 7902680. OLE color: 7902680.
HSL color Cylindrical-coordinate representation of color #D89578: hue angle of 18.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D89578 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 120 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 18.13º | 0.55% | 0.66% | - |
| HSV(B) | 18.13º | 0.44% | 0.85% | - |
| XYZ | 42.46 | 37.45 | 22.76 | - |
| YUV | 165.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 120 | 0 | 0.31 | 0.44 | 0.15 | 18.13 | 0.55 | 0.66 |
| Hex | D8 | 95 | 78 | 0 | 1F | 2C | F | 12 | 37 | 42 |
| Octal | 330 | 225 | 170 | 0 | 37 | 54 | 17 | 22 | 67 | 102 |
| Binary | 11011000 | 10010101 | 1111000 | 0 | 11111 | 101100 | 1111 | 10010 | 110111 | 1000010 |
Color Harmonies of #D89578
Complementary color
Monochromatic Colors of #D89578
Black with #D89578
Text Example
Text Example
White with #D89578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89578; }
p { color: rgb(216,149,120); }
H1.HeaderClassName
{
color: #D89578;
}
.AnyTagClassName
{
color: #D89578;
}
</style>
background-color css
<style>
a { background-color: #D89578; }
a { background-color: rgb(216,149,120); }
div.DivClassName
{
background-color: #D89578;
}
.BgClassName
{
background-color: #D89578;
}
</style>
border-color css
<style>
span { border-color: #D89578; }
span { border-color: rgb(216,149,120); }
td.TdClassName
{
border-color: #D89578;
}
.TagClassName
{
border-color: #D89578;
}
</style>