Shades of Feldspar #D09170
Tints of Feldspar #D09170
RGB
CMYK
RGB Variations
Color information
#D09170 (or 0xD09170) is known color: Feldspar. HEX triplet: D0, 91 and 70. RGB value is (208,145,112). Sum of RGB (Red+Green+Blue) = 208+145+112=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09170 is #2F6E8F. Grayscale: #A0A0A0. Windows color (decimal): -3108496 or 7377360. OLE color: 7377360.
HSL color Cylindrical-coordinate representation of color #D09170: hue angle of 20.62º 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 #D09170 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 112 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 20.63º | 0.51% | 0.63% | - |
| HSV(B) | 20.63º | 0.46% | 0.82% | - |
| XYZ | 39.06 | 34.83 | 19.99 | - |
| YUV | 160.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 112 | 0 | 0.30 | 0.46 | 0.18 | 20.63 | 0.51 | 0.63 |
| Hex | D0 | 91 | 70 | 0 | 1E | 2E | 12 | 15 | 33 | 3F |
| Octal | 320 | 221 | 160 | 0 | 36 | 56 | 22 | 25 | 63 | 77 |
| Binary | 11010000 | 10010001 | 1110000 | 0 | 11110 | 101110 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D09170
Complementary color
Monochromatic Colors of #D09170
Black with #D09170
Text Example
Text Example
White with #D09170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09170; }
p { color: rgb(208,145,112); }
H1.HeaderClassName
{
color: #D09170;
}
.AnyTagClassName
{
color: #D09170;
}
</style>
background-color css
<style>
a { background-color: #D09170; }
a { background-color: rgb(208,145,112); }
div.DivClassName
{
background-color: #D09170;
}
.BgClassName
{
background-color: #D09170;
}
</style>
border-color css
<style>
span { border-color: #D09170; }
span { border-color: rgb(208,145,112); }
td.TdClassName
{
border-color: #D09170;
}
.TagClassName
{
border-color: #D09170;
}
</style>