Shades of Feldspar #D8917B
Tints of Feldspar #D8917B
RGB
CMYK
RGB Variations
Color information
#D8917B (or 0xD8917B) is known color: Feldspar. HEX triplet: D8, 91 and 7B. RGB value is (216,145,123). Sum of RGB (Red+Green+Blue) = 216+145+123=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8917B is #276E84. Grayscale: #A3A3A3. Windows color (decimal): -2584197 or 8098264. OLE color: 8098264.
HSL color Cylindrical-coordinate representation of color #D8917B: hue angle of 14.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8917B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 123 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.15 |
| HSL | 14.19º | 0.54% | 0.66% | - |
| HSV(B) | 14.19º | 0.43% | 0.85% | - |
| XYZ | 42.02 | 36.28 | 23.53 | - |
| YUV | 163.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 123 | 0 | 0.33 | 0.43 | 0.15 | 14.19 | 0.54 | 0.66 |
| Hex | D8 | 91 | 7B | 0 | 21 | 2B | F | E | 36 | 42 |
| Octal | 330 | 221 | 173 | 0 | 41 | 53 | 17 | 16 | 66 | 102 |
| Binary | 11011000 | 10010001 | 1111011 | 0 | 100001 | 101011 | 1111 | 1110 | 110110 | 1000010 |
Color Harmonies of #D8917B
Complementary color
Monochromatic Colors of #D8917B
Black with #D8917B
Text Example
Text Example
White with #D8917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8917B; }
p { color: rgb(216,145,123); }
H1.HeaderClassName
{
color: #D8917B;
}
.AnyTagClassName
{
color: #D8917B;
}
</style>
background-color css
<style>
a { background-color: #D8917B; }
a { background-color: rgb(216,145,123); }
div.DivClassName
{
background-color: #D8917B;
}
.BgClassName
{
background-color: #D8917B;
}
</style>
border-color css
<style>
span { border-color: #D8917B; }
span { border-color: rgb(216,145,123); }
td.TdClassName
{
border-color: #D8917B;
}
.TagClassName
{
border-color: #D8917B;
}
</style>