Shades of Feldspar #D09672
Tints of Feldspar #D09672
RGB
CMYK
RGB Variations
Color information
#D09672 (or 0xD09672) is known color: Feldspar. HEX triplet: D0, 96 and 72. RGB value is (208,150,114). Sum of RGB (Red+Green+Blue) = 208+150+114=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09672 is #2F698D. Grayscale: #A3A3A3. Windows color (decimal): -3107214 or 7509712. OLE color: 7509712.
HSL color Cylindrical-coordinate representation of color #D09672: hue angle of 22.98º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D09672 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 114 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.18 |
| HSL | 22.98º | 0.5% | 0.63% | - |
| HSV(B) | 22.98º | 0.45% | 0.82% | - |
| XYZ | 39.96 | 36.44 | 20.85 | - |
| YUV | 163.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 114 | 0 | 0.28 | 0.45 | 0.18 | 22.98 | 0.5 | 0.63 |
| Hex | D0 | 96 | 72 | 0 | 1C | 2D | 12 | 17 | 32 | 3F |
| Octal | 320 | 226 | 162 | 0 | 34 | 55 | 22 | 27 | 62 | 77 |
| Binary | 11010000 | 10010110 | 1110010 | 0 | 11100 | 101101 | 10010 | 10111 | 110010 | 111111 |
Color Harmonies of #D09672
Complementary color
Monochromatic Colors of #D09672
Black with #D09672
Text Example
Text Example
White with #D09672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09672; }
p { color: rgb(208,150,114); }
H1.HeaderClassName
{
color: #D09672;
}
.AnyTagClassName
{
color: #D09672;
}
</style>
background-color css
<style>
a { background-color: #D09672; }
a { background-color: rgb(208,150,114); }
div.DivClassName
{
background-color: #D09672;
}
.BgClassName
{
background-color: #D09672;
}
</style>
border-color css
<style>
span { border-color: #D09672; }
span { border-color: rgb(208,150,114); }
td.TdClassName
{
border-color: #D09672;
}
.TagClassName
{
border-color: #D09672;
}
</style>