Shades of Feldspar #D09479
Tints of Feldspar #D09479
RGB
CMYK
RGB Variations
Color information
#D09479 (or 0xD09479) is known color: Feldspar. HEX triplet: D0, 94 and 79. RGB value is (208,148,121). Sum of RGB (Red+Green+Blue) = 208+148+121=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09479 is #2F6B86. Grayscale: #A3A3A3. Windows color (decimal): -3107719 or 7967952. OLE color: 7967952.
HSL color Cylindrical-coordinate representation of color #D09479: hue angle of 18.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D09479 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 121 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.18 |
| HSL | 18.62º | 0.48% | 0.65% | - |
| HSV(B) | 18.62º | 0.42% | 0.82% | - |
| XYZ | 40.05 | 35.97 | 22.92 | - |
| YUV | 162.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 121 | 0 | 0.29 | 0.42 | 0.18 | 18.62 | 0.48 | 0.65 |
| Hex | D0 | 94 | 79 | 0 | 1D | 2A | 12 | 13 | 30 | 41 |
| Octal | 320 | 224 | 171 | 0 | 35 | 52 | 22 | 23 | 60 | 101 |
| Binary | 11010000 | 10010100 | 1111001 | 0 | 11101 | 101010 | 10010 | 10011 | 110000 | 1000001 |
Color Harmonies of #D09479
Complementary color
Monochromatic Colors of #D09479
Black with #D09479
Text Example
Text Example
White with #D09479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09479; }
p { color: rgb(208,148,121); }
H1.HeaderClassName
{
color: #D09479;
}
.AnyTagClassName
{
color: #D09479;
}
</style>
background-color css
<style>
a { background-color: #D09479; }
a { background-color: rgb(208,148,121); }
div.DivClassName
{
background-color: #D09479;
}
.BgClassName
{
background-color: #D09479;
}
</style>
border-color css
<style>
span { border-color: #D09479; }
span { border-color: rgb(208,148,121); }
td.TdClassName
{
border-color: #D09479;
}
.TagClassName
{
border-color: #D09479;
}
</style>