Shades of Feldspar #D09983
Tints of Feldspar #D09983
RGB
CMYK
RGB Variations
Color information
#D09983 (or 0xD09983) is known color: Feldspar. HEX triplet: D0, 99 and 83. RGB value is (208,153,131). Sum of RGB (Red+Green+Blue) = 208+153+131=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09983 is #2F667C. Grayscale: #A7A7A7. Windows color (decimal): -3106429 or 8624592. OLE color: 8624592.
HSL color Cylindrical-coordinate representation of color #D09983: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09983 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 131 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.18 |
| HSL | 17.14º | 0.45% | 0.66% | - |
| HSV(B) | 17.14º | 0.37% | 0.82% | - |
| XYZ | 41.5 | 37.83 | 26.59 | - |
| YUV | 166.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 131 | 0 | 0.26 | 0.37 | 0.18 | 17.14 | 0.45 | 0.66 |
| Hex | D0 | 99 | 83 | 0 | 1A | 25 | 12 | 11 | 2D | 42 |
| Octal | 320 | 231 | 203 | 0 | 32 | 45 | 22 | 21 | 55 | 102 |
| Binary | 11010000 | 10011001 | 10000011 | 0 | 11010 | 100101 | 10010 | 10001 | 101101 | 1000010 |
Color Harmonies of #D09983
Complementary color
Monochromatic Colors of #D09983
Black with #D09983
Text Example
Text Example
White with #D09983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09983; }
p { color: rgb(208,153,131); }
H1.HeaderClassName
{
color: #D09983;
}
.AnyTagClassName
{
color: #D09983;
}
</style>
background-color css
<style>
a { background-color: #D09983; }
a { background-color: rgb(208,153,131); }
div.DivClassName
{
background-color: #D09983;
}
.BgClassName
{
background-color: #D09983;
}
</style>
border-color css
<style>
span { border-color: #D09983; }
span { border-color: rgb(208,153,131); }
td.TdClassName
{
border-color: #D09983;
}
.TagClassName
{
border-color: #D09983;
}
</style>