Shades of Feldspar #D09973
Tints of Feldspar #D09973
RGB
CMYK
RGB Variations
Color information
#D09973 (or 0xD09973) is known color: Feldspar. HEX triplet: D0, 99 and 73. RGB value is (208,153,115). Sum of RGB (Red+Green+Blue) = 208+153+115=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09973 is #2F668C. Grayscale: #A5A5A5. Windows color (decimal): -3106445 or 7576016. OLE color: 7576016.
HSL color Cylindrical-coordinate representation of color #D09973: hue angle of 24.52º 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 #D09973 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 115 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 24.52º | 0.5% | 0.63% | - |
| HSV(B) | 24.52º | 0.45% | 0.82% | - |
| XYZ | 40.5 | 37.43 | 21.31 | - |
| YUV | 165.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 115 | 0 | 0.26 | 0.45 | 0.18 | 24.52 | 0.5 | 0.63 |
| Hex | D0 | 99 | 73 | 0 | 1A | 2D | 12 | 19 | 32 | 3F |
| Octal | 320 | 231 | 163 | 0 | 32 | 55 | 22 | 31 | 62 | 77 |
| Binary | 11010000 | 10011001 | 1110011 | 0 | 11010 | 101101 | 10010 | 11001 | 110010 | 111111 |
Color Harmonies of #D09973
Complementary color
Monochromatic Colors of #D09973
Black with #D09973
Text Example
Text Example
White with #D09973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09973; }
p { color: rgb(208,153,115); }
H1.HeaderClassName
{
color: #D09973;
}
.AnyTagClassName
{
color: #D09973;
}
</style>
background-color css
<style>
a { background-color: #D09973; }
a { background-color: rgb(208,153,115); }
div.DivClassName
{
background-color: #D09973;
}
.BgClassName
{
background-color: #D09973;
}
</style>
border-color css
<style>
span { border-color: #D09973; }
span { border-color: rgb(208,153,115); }
td.TdClassName
{
border-color: #D09973;
}
.TagClassName
{
border-color: #D09973;
}
</style>