Shades of Feldspar #D09870
Tints of Feldspar #D09870
RGB
CMYK
RGB Variations
Color information
#D09870 (or 0xD09870) is known color: Feldspar. HEX triplet: D0, 98 and 70. RGB value is (208,152,112). Sum of RGB (Red+Green+Blue) = 208+152+112=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09870 is #2F678F. Grayscale: #A4A4A4. Windows color (decimal): -3106704 or 7379152. OLE color: 7379152.
HSL color Cylindrical-coordinate representation of color #D09870: hue angle of 25º 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 #D09870 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 112 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.18 |
| HSL | 25º | 0.51% | 0.63% | - |
| HSV(B) | 25º | 0.46% | 0.82% | - |
| XYZ | 40.17 | 37.04 | 20.36 | - |
| YUV | 164.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 112 | 0 | 0.27 | 0.46 | 0.18 | 25 | 0.51 | 0.63 |
| Hex | D0 | 98 | 70 | 0 | 1B | 2E | 12 | 19 | 33 | 3F |
| Octal | 320 | 230 | 160 | 0 | 33 | 56 | 22 | 31 | 63 | 77 |
| Binary | 11010000 | 10011000 | 1110000 | 0 | 11011 | 101110 | 10010 | 11001 | 110011 | 111111 |
Color Harmonies of #D09870
Complementary color
Monochromatic Colors of #D09870
Black with #D09870
Text Example
Text Example
White with #D09870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09870; }
p { color: rgb(208,152,112); }
H1.HeaderClassName
{
color: #D09870;
}
.AnyTagClassName
{
color: #D09870;
}
</style>
background-color css
<style>
a { background-color: #D09870; }
a { background-color: rgb(208,152,112); }
div.DivClassName
{
background-color: #D09870;
}
.BgClassName
{
background-color: #D09870;
}
</style>
border-color css
<style>
span { border-color: #D09870; }
span { border-color: rgb(208,152,112); }
td.TdClassName
{
border-color: #D09870;
}
.TagClassName
{
border-color: #D09870;
}
</style>