Shades of Feldspar #D09481
Tints of Feldspar #D09481
RGB
CMYK
RGB Variations
Color information
#D09481 (or 0xD09481) is known color: Feldspar. HEX triplet: D0, 94 and 81. RGB value is (208,148,129). Sum of RGB (Red+Green+Blue) = 208+148+129=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09481 is #2F6B7E. Grayscale: #A3A3A3. Windows color (decimal): -3107711 or 8492240. OLE color: 8492240.
HSL color Cylindrical-coordinate representation of color #D09481: hue angle of 14.43º 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 #D09481 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 129 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.18 |
| HSL | 14.43º | 0.46% | 0.66% | - |
| HSV(B) | 14.43º | 0.38% | 0.82% | - |
| XYZ | 40.56 | 36.17 | 25.61 | - |
| YUV | 163.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 129 | 0 | 0.29 | 0.38 | 0.18 | 14.43 | 0.46 | 0.66 |
| Hex | D0 | 94 | 81 | 0 | 1D | 26 | 12 | E | 2E | 42 |
| Octal | 320 | 224 | 201 | 0 | 35 | 46 | 22 | 16 | 56 | 102 |
| Binary | 11010000 | 10010100 | 10000001 | 0 | 11101 | 100110 | 10010 | 1110 | 101110 | 1000010 |
Color Harmonies of #D09481
Complementary color
Monochromatic Colors of #D09481
Black with #D09481
Text Example
Text Example
White with #D09481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09481; }
p { color: rgb(208,148,129); }
H1.HeaderClassName
{
color: #D09481;
}
.AnyTagClassName
{
color: #D09481;
}
</style>
background-color css
<style>
a { background-color: #D09481; }
a { background-color: rgb(208,148,129); }
div.DivClassName
{
background-color: #D09481;
}
.BgClassName
{
background-color: #D09481;
}
</style>
border-color css
<style>
span { border-color: #D09481; }
span { border-color: rgb(208,148,129); }
td.TdClassName
{
border-color: #D09481;
}
.TagClassName
{
border-color: #D09481;
}
</style>