Shades of Feldspar #D09276
Tints of Feldspar #D09276
RGB
CMYK
RGB Variations
Color information
#D09276 (or 0xD09276) is known color: Feldspar. HEX triplet: D0, 92 and 76. RGB value is (208,146,118). Sum of RGB (Red+Green+Blue) = 208+146+118=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09276 is #2F6D89. Grayscale: #A1A1A1. Windows color (decimal): -3108234 or 7770832. OLE color: 7770832.
HSL color Cylindrical-coordinate representation of color #D09276: hue angle of 18.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D09276 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 118 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.18 |
| HSL | 18.67º | 0.49% | 0.64% | - |
| HSV(B) | 18.67º | 0.43% | 0.82% | - |
| XYZ | 39.56 | 35.28 | 21.86 | - |
| YUV | 161.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 118 | 0 | 0.30 | 0.43 | 0.18 | 18.67 | 0.49 | 0.64 |
| Hex | D0 | 92 | 76 | 0 | 1E | 2B | 12 | 13 | 31 | 40 |
| Octal | 320 | 222 | 166 | 0 | 36 | 53 | 22 | 23 | 61 | 100 |
| Binary | 11010000 | 10010010 | 1110110 | 0 | 11110 | 101011 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D09276
Complementary color
Monochromatic Colors of #D09276
Black with #D09276
Text Example
Text Example
White with #D09276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09276; }
p { color: rgb(208,146,118); }
H1.HeaderClassName
{
color: #D09276;
}
.AnyTagClassName
{
color: #D09276;
}
</style>
background-color css
<style>
a { background-color: #D09276; }
a { background-color: rgb(208,146,118); }
div.DivClassName
{
background-color: #D09276;
}
.BgClassName
{
background-color: #D09276;
}
</style>
border-color css
<style>
span { border-color: #D09276; }
span { border-color: rgb(208,146,118); }
td.TdClassName
{
border-color: #D09276;
}
.TagClassName
{
border-color: #D09276;
}
</style>