Shades of Feldspar #D09582
Tints of Feldspar #D09582
RGB
CMYK
RGB Variations
Color information
#D09582 (or 0xD09582) is known color: Feldspar. HEX triplet: D0, 95 and 82. RGB value is (208,149,130). Sum of RGB (Red+Green+Blue) = 208+149+130=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09582 is #2F6A7D. Grayscale: #A4A4A4. Windows color (decimal): -3107454 or 8558032. OLE color: 8558032.
HSL color Cylindrical-coordinate representation of color #D09582: hue angle of 14.62º degrees, saturation: 0.45, 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 #D09582 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 14.62º | 0.45% | 0.66% | - |
| HSV(B) | 14.62º | 0.38% | 0.82% | - |
| XYZ | 40.79 | 36.52 | 26.02 | - |
| YUV | 164.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 130 | 0 | 0.28 | 0.38 | 0.18 | 14.62 | 0.45 | 0.66 |
| Hex | D0 | 95 | 82 | 0 | 1C | 26 | 12 | F | 2D | 42 |
| Octal | 320 | 225 | 202 | 0 | 34 | 46 | 22 | 17 | 55 | 102 |
| Binary | 11010000 | 10010101 | 10000010 | 0 | 11100 | 100110 | 10010 | 1111 | 101101 | 1000010 |
Color Harmonies of #D09582
Complementary color
Monochromatic Colors of #D09582
Black with #D09582
Text Example
Text Example
White with #D09582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09582; }
p { color: rgb(208,149,130); }
H1.HeaderClassName
{
color: #D09582;
}
.AnyTagClassName
{
color: #D09582;
}
</style>
background-color css
<style>
a { background-color: #D09582; }
a { background-color: rgb(208,149,130); }
div.DivClassName
{
background-color: #D09582;
}
.BgClassName
{
background-color: #D09582;
}
</style>
border-color css
<style>
span { border-color: #D09582; }
span { border-color: rgb(208,149,130); }
td.TdClassName
{
border-color: #D09582;
}
.TagClassName
{
border-color: #D09582;
}
</style>