Shades of Feldspar #D09A72
Tints of Feldspar #D09A72
RGB
CMYK
RGB Variations
Color information
#D09A72 (or 0xD09A72) is known color: Feldspar. HEX triplet: D0, 9A and 72. RGB value is (208,154,114). Sum of RGB (Red+Green+Blue) = 208+154+114=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A72 is #2F658D. Grayscale: #A5A5A5. Windows color (decimal): -3106190 or 7510736. OLE color: 7510736.
HSL color Cylindrical-coordinate representation of color #D09A72: hue angle of 25.53º 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 #D09A72 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 114 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.18 |
| HSL | 25.53º | 0.5% | 0.63% | - |
| HSV(B) | 25.53º | 0.45% | 0.82% | - |
| XYZ | 40.61 | 37.74 | 21.06 | - |
| YUV | 165.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 114 | 0 | 0.26 | 0.45 | 0.18 | 25.53 | 0.5 | 0.63 |
| Hex | D0 | 9A | 72 | 0 | 1A | 2D | 12 | 1A | 32 | 3F |
| Octal | 320 | 232 | 162 | 0 | 32 | 55 | 22 | 32 | 62 | 77 |
| Binary | 11010000 | 10011010 | 1110010 | 0 | 11010 | 101101 | 10010 | 11010 | 110010 | 111111 |
Color Harmonies of #D09A72
Complementary color
Monochromatic Colors of #D09A72
Black with #D09A72
Text Example
Text Example
White with #D09A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A72; }
p { color: rgb(208,154,114); }
H1.HeaderClassName
{
color: #D09A72;
}
.AnyTagClassName
{
color: #D09A72;
}
</style>
background-color css
<style>
a { background-color: #D09A72; }
a { background-color: rgb(208,154,114); }
div.DivClassName
{
background-color: #D09A72;
}
.BgClassName
{
background-color: #D09A72;
}
</style>
border-color css
<style>
span { border-color: #D09A72; }
span { border-color: rgb(208,154,114); }
td.TdClassName
{
border-color: #D09A72;
}
.TagClassName
{
border-color: #D09A72;
}
</style>