Shades of Feldspar #D09972
Tints of Feldspar #D09972
RGB
CMYK
RGB Variations
Color information
#D09972 (or 0xD09972) is known color: Feldspar. HEX triplet: D0, 99 and 72. RGB value is (208,153,114). Sum of RGB (Red+Green+Blue) = 208+153+114=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D09972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09972 is #2F668D. Grayscale: #A5A5A5. Windows color (decimal): -3106446 or 7510480. OLE color: 7510480.
HSL color Cylindrical-coordinate representation of color #D09972: hue angle of 24.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D09972 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 114 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 24.89º | 0.5% | 0.63% | - |
| HSV(B) | 24.89º | 0.45% | 0.82% | - |
| XYZ | 40.44 | 37.41 | 21.01 | - |
| YUV | 165 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 114 | 0 | 0.26 | 0.45 | 0.18 | 24.89 | 0.5 | 0.63 |
| Hex | D0 | 99 | 72 | 0 | 1A | 2D | 12 | 19 | 32 | 3F |
| Octal | 320 | 231 | 162 | 0 | 32 | 55 | 22 | 31 | 62 | 77 |
| Binary | 11010000 | 10011001 | 1110010 | 0 | 11010 | 101101 | 10010 | 11001 | 110010 | 111111 |
Color Harmonies of #D09972
Complementary color
Monochromatic Colors of #D09972
Black with #D09972
Text Example
Text Example
White with #D09972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09972; }
p { color: rgb(208,153,114); }
H1.HeaderClassName
{
color: #D09972;
}
.AnyTagClassName
{
color: #D09972;
}
</style>
background-color css
<style>
a { background-color: #D09972; }
a { background-color: rgb(208,153,114); }
div.DivClassName
{
background-color: #D09972;
}
.BgClassName
{
background-color: #D09972;
}
</style>
border-color css
<style>
span { border-color: #D09972; }
span { border-color: rgb(208,153,114); }
td.TdClassName
{
border-color: #D09972;
}
.TagClassName
{
border-color: #D09972;
}
</style>