Shades of Feldspar #D09575
Tints of Feldspar #D09575
RGB
CMYK
RGB Variations
Color information
#D09575 (or 0xD09575) is known color: Feldspar. HEX triplet: D0, 95 and 75. RGB value is (208,149,117). Sum of RGB (Red+Green+Blue) = 208+149+117=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09575 is #2F6A8A. Grayscale: #A3A3A3. Windows color (decimal): -3107467 or 7706064. OLE color: 7706064.
HSL color Cylindrical-coordinate representation of color #D09575: hue angle of 21.1º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D09575 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 117 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.18 |
| HSL | 21.1º | 0.49% | 0.64% | - |
| HSV(B) | 21.1º | 0.44% | 0.82% | - |
| XYZ | 39.97 | 36.19 | 21.71 | - |
| YUV | 162.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 117 | 0 | 0.28 | 0.44 | 0.18 | 21.1 | 0.49 | 0.64 |
| Hex | D0 | 95 | 75 | 0 | 1C | 2C | 12 | 15 | 31 | 40 |
| Octal | 320 | 225 | 165 | 0 | 34 | 54 | 22 | 25 | 61 | 100 |
| Binary | 11010000 | 10010101 | 1110101 | 0 | 11100 | 101100 | 10010 | 10101 | 110001 | 1000000 |
Color Harmonies of #D09575
Complementary color
Monochromatic Colors of #D09575
Black with #D09575
Text Example
Text Example
White with #D09575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09575; }
p { color: rgb(208,149,117); }
H1.HeaderClassName
{
color: #D09575;
}
.AnyTagClassName
{
color: #D09575;
}
</style>
background-color css
<style>
a { background-color: #D09575; }
a { background-color: rgb(208,149,117); }
div.DivClassName
{
background-color: #D09575;
}
.BgClassName
{
background-color: #D09575;
}
</style>
border-color css
<style>
span { border-color: #D09575; }
span { border-color: rgb(208,149,117); }
td.TdClassName
{
border-color: #D09575;
}
.TagClassName
{
border-color: #D09575;
}
</style>