Shades of Feldspar #D09880
Tints of Feldspar #D09880
RGB
CMYK
RGB Variations
Color information
#D09880 (or 0xD09880) is known color: Feldspar. HEX triplet: D0, 98 and 80. RGB value is (208,152,128). Sum of RGB (Red+Green+Blue) = 208+152+128=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09880 is #2F677F. Grayscale: #A6A6A6. Windows color (decimal): -3106688 or 8427728. OLE color: 8427728.
HSL color Cylindrical-coordinate representation of color #D09880: hue angle of 18º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09880 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 128 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.18 |
| HSL | 18º | 0.46% | 0.66% | - |
| HSV(B) | 18º | 0.38% | 0.82% | - |
| XYZ | 41.14 | 37.42 | 25.48 | - |
| YUV | 166.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 128 | 0 | 0.27 | 0.38 | 0.18 | 18 | 0.46 | 0.66 |
| Hex | D0 | 98 | 80 | 0 | 1B | 26 | 12 | 12 | 2E | 42 |
| Octal | 320 | 230 | 200 | 0 | 33 | 46 | 22 | 22 | 56 | 102 |
| Binary | 11010000 | 10011000 | 10000000 | 0 | 11011 | 100110 | 10010 | 10010 | 101110 | 1000010 |
Color Harmonies of #D09880
Complementary color
Monochromatic Colors of #D09880
Black with #D09880
Text Example
Text Example
White with #D09880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09880; }
p { color: rgb(208,152,128); }
H1.HeaderClassName
{
color: #D09880;
}
.AnyTagClassName
{
color: #D09880;
}
</style>
background-color css
<style>
a { background-color: #D09880; }
a { background-color: rgb(208,152,128); }
div.DivClassName
{
background-color: #D09880;
}
.BgClassName
{
background-color: #D09880;
}
</style>
border-color css
<style>
span { border-color: #D09880; }
span { border-color: rgb(208,152,128); }
td.TdClassName
{
border-color: #D09880;
}
.TagClassName
{
border-color: #D09880;
}
</style>