Shades of Feldspar #D09A6E
Tints of Feldspar #D09A6E
RGB
CMYK
RGB Variations
Color information
#D09A6E (or 0xD09A6E) is known color: Feldspar. HEX triplet: D0, 9A and 6E. RGB value is (208,154,110). Sum of RGB (Red+Green+Blue) = 208+154+110=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A6E is #2F6591. Grayscale: #A5A5A5. Windows color (decimal): -3106194 or 7248592. OLE color: 7248592.
HSL color Cylindrical-coordinate representation of color #D09A6E: hue angle of 26.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D09A6E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 110 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.18 |
| HSL | 26.94º | 0.51% | 0.62% | - |
| HSV(B) | 26.94º | 0.47% | 0.82% | - |
| XYZ | 40.38 | 37.65 | 19.89 | - |
| YUV | 165.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 110 | 0 | 0.26 | 0.47 | 0.18 | 26.94 | 0.51 | 0.62 |
| Hex | D0 | 9A | 6E | 0 | 1A | 2F | 12 | 1B | 33 | 3E |
| Octal | 320 | 232 | 156 | 0 | 32 | 57 | 22 | 33 | 63 | 76 |
| Binary | 11010000 | 10011010 | 1101110 | 0 | 11010 | 101111 | 10010 | 11011 | 110011 | 111110 |
Color Harmonies of #D09A6E
Complementary color
Monochromatic Colors of #D09A6E
Black with #D09A6E
Text Example
Text Example
White with #D09A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A6E; }
p { color: rgb(208,154,110); }
H1.HeaderClassName
{
color: #D09A6E;
}
.AnyTagClassName
{
color: #D09A6E;
}
</style>
background-color css
<style>
a { background-color: #D09A6E; }
a { background-color: rgb(208,154,110); }
div.DivClassName
{
background-color: #D09A6E;
}
.BgClassName
{
background-color: #D09A6E;
}
</style>
border-color css
<style>
span { border-color: #D09A6E; }
span { border-color: rgb(208,154,110); }
td.TdClassName
{
border-color: #D09A6E;
}
.TagClassName
{
border-color: #D09A6E;
}
</style>