Shades of Feldspar #D09879
Tints of Feldspar #D09879
RGB
CMYK
RGB Variations
Color information
#D09879 (or 0xD09879) is known color: Feldspar. HEX triplet: D0, 98 and 79. RGB value is (208,152,121). Sum of RGB (Red+Green+Blue) = 208+152+121=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D09879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09879 is #2F6786. Grayscale: #A5A5A5. Windows color (decimal): -3106695 or 7968976. OLE color: 7968976.
HSL color Cylindrical-coordinate representation of color #D09879: hue angle of 21.38º 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 #D09879 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 121 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.18 |
| HSL | 21.38º | 0.48% | 0.65% | - |
| HSV(B) | 21.38º | 0.42% | 0.82% | - |
| XYZ | 40.69 | 37.25 | 23.13 | - |
| YUV | 165.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 121 | 0 | 0.27 | 0.42 | 0.18 | 21.38 | 0.48 | 0.65 |
| Hex | D0 | 98 | 79 | 0 | 1B | 2A | 12 | 15 | 30 | 41 |
| Octal | 320 | 230 | 171 | 0 | 33 | 52 | 22 | 25 | 60 | 101 |
| Binary | 11010000 | 10011000 | 1111001 | 0 | 11011 | 101010 | 10010 | 10101 | 110000 | 1000001 |
Color Harmonies of #D09879
Complementary color
Monochromatic Colors of #D09879
Black with #D09879
Text Example
Text Example
White with #D09879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09879; }
p { color: rgb(208,152,121); }
H1.HeaderClassName
{
color: #D09879;
}
.AnyTagClassName
{
color: #D09879;
}
</style>
background-color css
<style>
a { background-color: #D09879; }
a { background-color: rgb(208,152,121); }
div.DivClassName
{
background-color: #D09879;
}
.BgClassName
{
background-color: #D09879;
}
</style>
border-color css
<style>
span { border-color: #D09879; }
span { border-color: rgb(208,152,121); }
td.TdClassName
{
border-color: #D09879;
}
.TagClassName
{
border-color: #D09879;
}
</style>