Shades of Feldspar #D09581
Tints of Feldspar #D09581
RGB
CMYK
RGB Variations
Color information
#D09581 (or 0xD09581) is known color: Feldspar. HEX triplet: D0, 95 and 81. RGB value is (208,149,129). Sum of RGB (Red+Green+Blue) = 208+149+129=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D09581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09581 is #2F6A7E. Grayscale: #A4A4A4. Windows color (decimal): -3107455 or 8492496. OLE color: 8492496.
HSL color Cylindrical-coordinate representation of color #D09581: hue angle of 15.19º 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 #D09581 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 129 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.19º | 0.46% | 0.66% | - |
| HSV(B) | 15.19º | 0.38% | 0.82% | - |
| XYZ | 40.72 | 36.49 | 25.67 | - |
| YUV | 164.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 129 | 0 | 0.28 | 0.38 | 0.18 | 15.19 | 0.46 | 0.66 |
| Hex | D0 | 95 | 81 | 0 | 1C | 26 | 12 | F | 2E | 42 |
| Octal | 320 | 225 | 201 | 0 | 34 | 46 | 22 | 17 | 56 | 102 |
| Binary | 11010000 | 10010101 | 10000001 | 0 | 11100 | 100110 | 10010 | 1111 | 101110 | 1000010 |
Color Harmonies of #D09581
Complementary color
Monochromatic Colors of #D09581
Black with #D09581
Text Example
Text Example
White with #D09581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09581; }
p { color: rgb(208,149,129); }
H1.HeaderClassName
{
color: #D09581;
}
.AnyTagClassName
{
color: #D09581;
}
</style>
background-color css
<style>
a { background-color: #D09581; }
a { background-color: rgb(208,149,129); }
div.DivClassName
{
background-color: #D09581;
}
.BgClassName
{
background-color: #D09581;
}
</style>
border-color css
<style>
span { border-color: #D09581; }
span { border-color: rgb(208,149,129); }
td.TdClassName
{
border-color: #D09581;
}
.TagClassName
{
border-color: #D09581;
}
</style>