Shades of Feldspar #D0997E
Tints of Feldspar #D0997E
RGB
CMYK
RGB Variations
Color information
#D0997E (or 0xD0997E) is known color: Feldspar. HEX triplet: D0, 99 and 7E. RGB value is (208,153,126). Sum of RGB (Red+Green+Blue) = 208+153+126=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997E is #2F6681. Grayscale: #A6A6A6. Windows color (decimal): -3106434 or 8296912. OLE color: 8296912.
HSL color Cylindrical-coordinate representation of color #D0997E: hue angle of 19.76º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0997E is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 126 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.18 |
| HSL | 19.76º | 0.47% | 0.65% | - |
| HSV(B) | 19.76º | 0.39% | 0.82% | - |
| XYZ | 41.17 | 37.7 | 24.85 | - |
| YUV | 166.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 126 | 0 | 0.26 | 0.39 | 0.18 | 19.76 | 0.47 | 0.65 |
| Hex | D0 | 99 | 7E | 0 | 1A | 27 | 12 | 14 | 2F | 41 |
| Octal | 320 | 231 | 176 | 0 | 32 | 47 | 22 | 24 | 57 | 101 |
| Binary | 11010000 | 10011001 | 1111110 | 0 | 11010 | 100111 | 10010 | 10100 | 101111 | 1000001 |
Color Harmonies of #D0997E
Complementary color
Monochromatic Colors of #D0997E
Black with #D0997E
Text Example
Text Example
White with #D0997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0997E; }
p { color: rgb(208,153,126); }
H1.HeaderClassName
{
color: #D0997E;
}
.AnyTagClassName
{
color: #D0997E;
}
</style>
background-color css
<style>
a { background-color: #D0997E; }
a { background-color: rgb(208,153,126); }
div.DivClassName
{
background-color: #D0997E;
}
.BgClassName
{
background-color: #D0997E;
}
</style>
border-color css
<style>
span { border-color: #D0997E; }
span { border-color: rgb(208,153,126); }
td.TdClassName
{
border-color: #D0997E;
}
.TagClassName
{
border-color: #D0997E;
}
</style>