Shades of Feldspar #D09470
Tints of Feldspar #D09470
RGB
CMYK
RGB Variations
Color information
#D09470 (or 0xD09470) is known color: Feldspar. HEX triplet: D0, 94 and 70. RGB value is (208,148,112). Sum of RGB (Red+Green+Blue) = 208+148+112=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D09470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09470 is #2F6B8F. Grayscale: #A2A2A2. Windows color (decimal): -3107728 or 7378128. OLE color: 7378128.
HSL color Cylindrical-coordinate representation of color #D09470: hue angle of 22.5º 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 #D09470 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 112 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.18 |
| HSL | 22.5º | 0.51% | 0.63% | - |
| HSV(B) | 22.5º | 0.46% | 0.82% | - |
| XYZ | 39.53 | 35.76 | 20.15 | - |
| YUV | 161.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 112 | 0 | 0.29 | 0.46 | 0.18 | 22.5 | 0.51 | 0.63 |
| Hex | D0 | 94 | 70 | 0 | 1D | 2E | 12 | 16 | 33 | 3F |
| Octal | 320 | 224 | 160 | 0 | 35 | 56 | 22 | 26 | 63 | 77 |
| Binary | 11010000 | 10010100 | 1110000 | 0 | 11101 | 101110 | 10010 | 10110 | 110011 | 111111 |
Color Harmonies of #D09470
Complementary color
Monochromatic Colors of #D09470
Black with #D09470
Text Example
Text Example
White with #D09470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09470; }
p { color: rgb(208,148,112); }
H1.HeaderClassName
{
color: #D09470;
}
.AnyTagClassName
{
color: #D09470;
}
</style>
background-color css
<style>
a { background-color: #D09470; }
a { background-color: rgb(208,148,112); }
div.DivClassName
{
background-color: #D09470;
}
.BgClassName
{
background-color: #D09470;
}
</style>
border-color css
<style>
span { border-color: #D09470; }
span { border-color: rgb(208,148,112); }
td.TdClassName
{
border-color: #D09470;
}
.TagClassName
{
border-color: #D09470;
}
</style>