Shades of Feldspar #D7997D
Tints of Feldspar #D7997D
RGB
CMYK
RGB Variations
Color information
#D7997D (or 0xD7997D) is known color: Feldspar. HEX triplet: D7, 99 and 7D. RGB value is (215,153,125). Sum of RGB (Red+Green+Blue) = 215+153+125=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7997D is #286682. Grayscale: #A8A8A8. Windows color (decimal): -2647683 or 8231383. OLE color: 8231383.
HSL color Cylindrical-coordinate representation of color #D7997D: hue angle of 18.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7997D is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 125 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.16 |
| HSL | 18.67º | 0.53% | 0.67% | - |
| HSV(B) | 18.67º | 0.42% | 0.84% | - |
| XYZ | 43.12 | 38.71 | 24.6 | - |
| YUV | 168.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 125 | 0 | 0.29 | 0.42 | 0.16 | 18.67 | 0.53 | 0.67 |
| Hex | D7 | 99 | 7D | 0 | 1D | 2A | 10 | 13 | 35 | 43 |
| Octal | 327 | 231 | 175 | 0 | 35 | 52 | 20 | 23 | 65 | 103 |
| Binary | 11010111 | 10011001 | 1111101 | 0 | 11101 | 101010 | 10000 | 10011 | 110101 | 1000011 |
Color Harmonies of #D7997D
Complementary color
Monochromatic Colors of #D7997D
Black with #D7997D
Text Example
Text Example
White with #D7997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7997D; }
p { color: rgb(215,153,125); }
H1.HeaderClassName
{
color: #D7997D;
}
.AnyTagClassName
{
color: #D7997D;
}
</style>
background-color css
<style>
a { background-color: #D7997D; }
a { background-color: rgb(215,153,125); }
div.DivClassName
{
background-color: #D7997D;
}
.BgClassName
{
background-color: #D7997D;
}
</style>
border-color css
<style>
span { border-color: #D7997D; }
span { border-color: rgb(215,153,125); }
td.TdClassName
{
border-color: #D7997D;
}
.TagClassName
{
border-color: #D7997D;
}
</style>