Shades of Feldspar #D09976
Tints of Feldspar #D09976
RGB
CMYK
RGB Variations
Color information
#D09976 (or 0xD09976) is known color: Feldspar. HEX triplet: D0, 99 and 76. RGB value is (208,153,118). Sum of RGB (Red+Green+Blue) = 208+153+118=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D09976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09976 is #2F6689. Grayscale: #A5A5A5. Windows color (decimal): -3106442 or 7772624. OLE color: 7772624.
HSL color Cylindrical-coordinate representation of color #D09976: hue angle of 23.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D09976 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 118 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.18 |
| HSL | 23.33º | 0.49% | 0.64% | - |
| HSV(B) | 23.33º | 0.43% | 0.82% | - |
| XYZ | 40.67 | 37.5 | 22.23 | - |
| YUV | 165.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 118 | 0 | 0.26 | 0.43 | 0.18 | 23.33 | 0.49 | 0.64 |
| Hex | D0 | 99 | 76 | 0 | 1A | 2B | 12 | 17 | 31 | 40 |
| Octal | 320 | 231 | 166 | 0 | 32 | 53 | 22 | 27 | 61 | 100 |
| Binary | 11010000 | 10011001 | 1110110 | 0 | 11010 | 101011 | 10010 | 10111 | 110001 | 1000000 |
Color Harmonies of #D09976
Complementary color
Monochromatic Colors of #D09976
Black with #D09976
Text Example
Text Example
White with #D09976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09976; }
p { color: rgb(208,153,118); }
H1.HeaderClassName
{
color: #D09976;
}
.AnyTagClassName
{
color: #D09976;
}
</style>
background-color css
<style>
a { background-color: #D09976; }
a { background-color: rgb(208,153,118); }
div.DivClassName
{
background-color: #D09976;
}
.BgClassName
{
background-color: #D09976;
}
</style>
border-color css
<style>
span { border-color: #D09976; }
span { border-color: rgb(208,153,118); }
td.TdClassName
{
border-color: #D09976;
}
.TagClassName
{
border-color: #D09976;
}
</style>