Shades of Feldspar #D09473
Tints of Feldspar #D09473
RGB
CMYK
RGB Variations
Color information
#D09473 (or 0xD09473) is known color: Feldspar. HEX triplet: D0, 94 and 73. RGB value is (208,148,115). Sum of RGB (Red+Green+Blue) = 208+148+115=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D09473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09473 is #2F6B8C. Grayscale: #A2A2A2. Windows color (decimal): -3107725 or 7574736. OLE color: 7574736.
HSL color Cylindrical-coordinate representation of color #D09473: hue angle of 21.29º 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 #D09473 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 115 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.18 |
| HSL | 21.29º | 0.5% | 0.63% | - |
| HSV(B) | 21.29º | 0.45% | 0.82% | - |
| XYZ | 39.7 | 35.83 | 21.04 | - |
| YUV | 162.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 115 | 0 | 0.29 | 0.45 | 0.18 | 21.29 | 0.5 | 0.63 |
| Hex | D0 | 94 | 73 | 0 | 1D | 2D | 12 | 15 | 32 | 3F |
| Octal | 320 | 224 | 163 | 0 | 35 | 55 | 22 | 25 | 62 | 77 |
| Binary | 11010000 | 10010100 | 1110011 | 0 | 11101 | 101101 | 10010 | 10101 | 110010 | 111111 |
Color Harmonies of #D09473
Complementary color
Monochromatic Colors of #D09473
Black with #D09473
Text Example
Text Example
White with #D09473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09473; }
p { color: rgb(208,148,115); }
H1.HeaderClassName
{
color: #D09473;
}
.AnyTagClassName
{
color: #D09473;
}
</style>
background-color css
<style>
a { background-color: #D09473; }
a { background-color: rgb(208,148,115); }
div.DivClassName
{
background-color: #D09473;
}
.BgClassName
{
background-color: #D09473;
}
</style>
border-color css
<style>
span { border-color: #D09473; }
span { border-color: rgb(208,148,115); }
td.TdClassName
{
border-color: #D09473;
}
.TagClassName
{
border-color: #D09473;
}
</style>