Shades of Feldspar #D09270
Tints of Feldspar #D09270
RGB
CMYK
RGB Variations
Color information
#D09270 (or 0xD09270) is known color: Feldspar. HEX triplet: D0, 92 and 70. RGB value is (208,146,112). Sum of RGB (Red+Green+Blue) = 208+146+112=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09270 is #2F6D8F. Grayscale: #A0A0A0. Windows color (decimal): -3108240 or 7377616. OLE color: 7377616.
HSL color Cylindrical-coordinate representation of color #D09270: hue angle of 21.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 #D09270 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 112 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.18 |
| HSL | 21.25º | 0.51% | 0.63% | - |
| HSV(B) | 21.25º | 0.46% | 0.82% | - |
| XYZ | 39.22 | 35.14 | 20.04 | - |
| YUV | 160.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 112 | 0 | 0.30 | 0.46 | 0.18 | 21.25 | 0.51 | 0.63 |
| Hex | D0 | 92 | 70 | 0 | 1E | 2E | 12 | 15 | 33 | 3F |
| Octal | 320 | 222 | 160 | 0 | 36 | 56 | 22 | 25 | 63 | 77 |
| Binary | 11010000 | 10010010 | 1110000 | 0 | 11110 | 101110 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D09270
Complementary color
Monochromatic Colors of #D09270
Black with #D09270
Text Example
Text Example
White with #D09270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09270; }
p { color: rgb(208,146,112); }
H1.HeaderClassName
{
color: #D09270;
}
.AnyTagClassName
{
color: #D09270;
}
</style>
background-color css
<style>
a { background-color: #D09270; }
a { background-color: rgb(208,146,112); }
div.DivClassName
{
background-color: #D09270;
}
.BgClassName
{
background-color: #D09270;
}
</style>
border-color css
<style>
span { border-color: #D09270; }
span { border-color: rgb(208,146,112); }
td.TdClassName
{
border-color: #D09270;
}
.TagClassName
{
border-color: #D09270;
}
</style>