Shades of Feldspar #D09570
Tints of Feldspar #D09570
RGB
CMYK
RGB Variations
Color information
#D09570 (or 0xD09570) is known color: Feldspar. HEX triplet: D0, 95 and 70. RGB value is (208,149,112). Sum of RGB (Red+Green+Blue) = 208+149+112=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D09570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09570 is #2F6A8F. Grayscale: #A2A2A2. Windows color (decimal): -3107472 or 7378384. OLE color: 7378384.
HSL color Cylindrical-coordinate representation of color #D09570: hue angle of 23.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D09570 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 112 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.18 |
| HSL | 23.13º | 0.51% | 0.63% | - |
| HSV(B) | 23.13º | 0.46% | 0.82% | - |
| XYZ | 39.68 | 36.07 | 20.2 | - |
| YUV | 162.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 112 | 0 | 0.28 | 0.46 | 0.18 | 23.13 | 0.51 | 0.63 |
| Hex | D0 | 95 | 70 | 0 | 1C | 2E | 12 | 17 | 33 | 3F |
| Octal | 320 | 225 | 160 | 0 | 34 | 56 | 22 | 27 | 63 | 77 |
| Binary | 11010000 | 10010101 | 1110000 | 0 | 11100 | 101110 | 10010 | 10111 | 110011 | 111111 |
Color Harmonies of #D09570
Complementary color
Monochromatic Colors of #D09570
Black with #D09570
Text Example
Text Example
White with #D09570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09570; }
p { color: rgb(208,149,112); }
H1.HeaderClassName
{
color: #D09570;
}
.AnyTagClassName
{
color: #D09570;
}
</style>
background-color css
<style>
a { background-color: #D09570; }
a { background-color: rgb(208,149,112); }
div.DivClassName
{
background-color: #D09570;
}
.BgClassName
{
background-color: #D09570;
}
</style>
border-color css
<style>
span { border-color: #D09570; }
span { border-color: rgb(208,149,112); }
td.TdClassName
{
border-color: #D09570;
}
.TagClassName
{
border-color: #D09570;
}
</style>