Shades of Feldspar #D09574
Tints of Feldspar #D09574
RGB
CMYK
RGB Variations
Color information
#D09574 (or 0xD09574) is known color: Feldspar. HEX triplet: D0, 95 and 74. RGB value is (208,149,116). Sum of RGB (Red+Green+Blue) = 208+149+116=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D09574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09574 is #2F6A8B. Grayscale: #A3A3A3. Windows color (decimal): -3107468 or 7640528. OLE color: 7640528.
HSL color Cylindrical-coordinate representation of color #D09574: hue angle of 21.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D09574 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 116 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.18 |
| HSL | 21.52º | 0.49% | 0.64% | - |
| HSV(B) | 21.52º | 0.44% | 0.82% | - |
| XYZ | 39.91 | 36.17 | 21.4 | - |
| YUV | 162.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 116 | 0 | 0.28 | 0.44 | 0.18 | 21.52 | 0.49 | 0.64 |
| Hex | D0 | 95 | 74 | 0 | 1C | 2C | 12 | 16 | 31 | 40 |
| Octal | 320 | 225 | 164 | 0 | 34 | 54 | 22 | 26 | 61 | 100 |
| Binary | 11010000 | 10010101 | 1110100 | 0 | 11100 | 101100 | 10010 | 10110 | 110001 | 1000000 |
Color Harmonies of #D09574
Complementary color
Monochromatic Colors of #D09574
Black with #D09574
Text Example
Text Example
White with #D09574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09574; }
p { color: rgb(208,149,116); }
H1.HeaderClassName
{
color: #D09574;
}
.AnyTagClassName
{
color: #D09574;
}
</style>
background-color css
<style>
a { background-color: #D09574; }
a { background-color: rgb(208,149,116); }
div.DivClassName
{
background-color: #D09574;
}
.BgClassName
{
background-color: #D09574;
}
</style>
border-color css
<style>
span { border-color: #D09574; }
span { border-color: rgb(208,149,116); }
td.TdClassName
{
border-color: #D09574;
}
.TagClassName
{
border-color: #D09574;
}
</style>