Shades of Feldspar #D89478
Tints of Feldspar #D89478
RGB
CMYK
RGB Variations
Color information
#D89478 (or 0xD89478) is known color: Feldspar. HEX triplet: D8, 94 and 78. RGB value is (216,148,120). Sum of RGB (Red+Green+Blue) = 216+148+120=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89478 is #276B87. Grayscale: #A5A5A5. Windows color (decimal): -2583432 or 7902424. OLE color: 7902424.
HSL color Cylindrical-coordinate representation of color #D89478: hue angle of 17.5º 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 #D89478 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 120 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.5º | 0.55% | 0.66% | - |
| HSV(B) | 17.5º | 0.44% | 0.85% | - |
| XYZ | 42.3 | 37.13 | 22.71 | - |
| YUV | 165.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 120 | 0 | 0.31 | 0.44 | 0.15 | 17.5 | 0.55 | 0.66 |
| Hex | D8 | 94 | 78 | 0 | 1F | 2C | F | 12 | 37 | 42 |
| Octal | 330 | 224 | 170 | 0 | 37 | 54 | 17 | 22 | 67 | 102 |
| Binary | 11011000 | 10010100 | 1111000 | 0 | 11111 | 101100 | 1111 | 10010 | 110111 | 1000010 |
Color Harmonies of #D89478
Complementary color
Monochromatic Colors of #D89478
Black with #D89478
Text Example
Text Example
White with #D89478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89478; }
p { color: rgb(216,148,120); }
H1.HeaderClassName
{
color: #D89478;
}
.AnyTagClassName
{
color: #D89478;
}
</style>
background-color css
<style>
a { background-color: #D89478; }
a { background-color: rgb(216,148,120); }
div.DivClassName
{
background-color: #D89478;
}
.BgClassName
{
background-color: #D89478;
}
</style>
border-color css
<style>
span { border-color: #D89478; }
span { border-color: rgb(216,148,120); }
td.TdClassName
{
border-color: #D89478;
}
.TagClassName
{
border-color: #D89478;
}
</style>