Shades of Feldspar #D8997B
Tints of Feldspar #D8997B
RGB
CMYK
RGB Variations
Color information
#D8997B (or 0xD8997B) is known color: Feldspar. HEX triplet: D8, 99 and 7B. RGB value is (216,153,123). Sum of RGB (Red+Green+Blue) = 216+153+123=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8997B is #276684. Grayscale: #A8A8A8. Windows color (decimal): -2582149 or 8100312. OLE color: 8100312.
HSL color Cylindrical-coordinate representation of color #D8997B: hue angle of 19.35º 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 #D8997B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 123 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.15 |
| HSL | 19.35º | 0.54% | 0.66% | - |
| HSV(B) | 19.35º | 0.43% | 0.85% | - |
| XYZ | 43.29 | 38.81 | 23.95 | - |
| YUV | 168.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 123 | 0 | 0.29 | 0.43 | 0.15 | 19.35 | 0.54 | 0.66 |
| Hex | D8 | 99 | 7B | 0 | 1D | 2B | F | 13 | 36 | 42 |
| Octal | 330 | 231 | 173 | 0 | 35 | 53 | 17 | 23 | 66 | 102 |
| Binary | 11011000 | 10011001 | 1111011 | 0 | 11101 | 101011 | 1111 | 10011 | 110110 | 1000010 |
Color Harmonies of #D8997B
Complementary color
Monochromatic Colors of #D8997B
Black with #D8997B
Text Example
Text Example
White with #D8997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8997B; }
p { color: rgb(216,153,123); }
H1.HeaderClassName
{
color: #D8997B;
}
.AnyTagClassName
{
color: #D8997B;
}
</style>
background-color css
<style>
a { background-color: #D8997B; }
a { background-color: rgb(216,153,123); }
div.DivClassName
{
background-color: #D8997B;
}
.BgClassName
{
background-color: #D8997B;
}
</style>
border-color css
<style>
span { border-color: #D8997B; }
span { border-color: rgb(216,153,123); }
td.TdClassName
{
border-color: #D8997B;
}
.TagClassName
{
border-color: #D8997B;
}
</style>