Shades of Feldspar #D09981
Tints of Feldspar #D09981
RGB
CMYK
RGB Variations
Color information
#D09981 (or 0xD09981) is known color: Feldspar. HEX triplet: D0, 99 and 81. RGB value is (208,153,129). Sum of RGB (Red+Green+Blue) = 208+153+129=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D09981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09981 is #2F667E. Grayscale: #A6A6A6. Windows color (decimal): -3106431 or 8493520. OLE color: 8493520.
HSL color Cylindrical-coordinate representation of color #D09981: hue angle of 18.23º 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 #D09981 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 129 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.18 |
| HSL | 18.23º | 0.46% | 0.66% | - |
| HSV(B) | 18.23º | 0.38% | 0.82% | - |
| XYZ | 41.37 | 37.78 | 25.88 | - |
| YUV | 166.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 129 | 0 | 0.26 | 0.38 | 0.18 | 18.23 | 0.46 | 0.66 |
| Hex | D0 | 99 | 81 | 0 | 1A | 26 | 12 | 12 | 2E | 42 |
| Octal | 320 | 231 | 201 | 0 | 32 | 46 | 22 | 22 | 56 | 102 |
| Binary | 11010000 | 10011001 | 10000001 | 0 | 11010 | 100110 | 10010 | 10010 | 101110 | 1000010 |
Color Harmonies of #D09981
Complementary color
Monochromatic Colors of #D09981
Black with #D09981
Text Example
Text Example
White with #D09981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09981; }
p { color: rgb(208,153,129); }
H1.HeaderClassName
{
color: #D09981;
}
.AnyTagClassName
{
color: #D09981;
}
</style>
background-color css
<style>
a { background-color: #D09981; }
a { background-color: rgb(208,153,129); }
div.DivClassName
{
background-color: #D09981;
}
.BgClassName
{
background-color: #D09981;
}
</style>
border-color css
<style>
span { border-color: #D09981; }
span { border-color: rgb(208,153,129); }
td.TdClassName
{
border-color: #D09981;
}
.TagClassName
{
border-color: #D09981;
}
</style>