Shades of Feldspar #D09573
Tints of Feldspar #D09573
RGB
CMYK
RGB Variations
Color information
#D09573 (or 0xD09573) is known color: Feldspar. HEX triplet: D0, 95 and 73. RGB value is (208,149,115). Sum of RGB (Red+Green+Blue) = 208+149+115=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09573 is #2F6A8C. Grayscale: #A2A2A2. Windows color (decimal): -3107469 or 7574992. OLE color: 7574992.
HSL color Cylindrical-coordinate representation of color #D09573: hue angle of 21.94º 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 #D09573 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 115 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.18 |
| HSL | 21.94º | 0.5% | 0.63% | - |
| HSV(B) | 21.94º | 0.45% | 0.82% | - |
| XYZ | 39.85 | 36.14 | 21.1 | - |
| YUV | 162.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 115 | 0 | 0.28 | 0.45 | 0.18 | 21.94 | 0.5 | 0.63 |
| Hex | D0 | 95 | 73 | 0 | 1C | 2D | 12 | 16 | 32 | 3F |
| Octal | 320 | 225 | 163 | 0 | 34 | 55 | 22 | 26 | 62 | 77 |
| Binary | 11010000 | 10010101 | 1110011 | 0 | 11100 | 101101 | 10010 | 10110 | 110010 | 111111 |
Color Harmonies of #D09573
Complementary color
Monochromatic Colors of #D09573
Black with #D09573
Text Example
Text Example
White with #D09573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09573; }
p { color: rgb(208,149,115); }
H1.HeaderClassName
{
color: #D09573;
}
.AnyTagClassName
{
color: #D09573;
}
</style>
background-color css
<style>
a { background-color: #D09573; }
a { background-color: rgb(208,149,115); }
div.DivClassName
{
background-color: #D09573;
}
.BgClassName
{
background-color: #D09573;
}
</style>
border-color css
<style>
span { border-color: #D09573; }
span { border-color: rgb(208,149,115); }
td.TdClassName
{
border-color: #D09573;
}
.TagClassName
{
border-color: #D09573;
}
</style>