Shades of Feldspar #D09376
Tints of Feldspar #D09376
RGB
CMYK
RGB Variations
Color information
#D09376 (or 0xD09376) is known color: Feldspar. HEX triplet: D0, 93 and 76. RGB value is (208,147,118). Sum of RGB (Red+Green+Blue) = 208+147+118=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D09376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09376 is #2F6C89. Grayscale: #A2A2A2. Windows color (decimal): -3107978 or 7771088. OLE color: 7771088.
HSL color Cylindrical-coordinate representation of color #D09376: hue angle of 19.33º 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 #D09376 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 118 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.18 |
| HSL | 19.33º | 0.49% | 0.64% | - |
| HSV(B) | 19.33º | 0.43% | 0.82% | - |
| XYZ | 39.72 | 35.59 | 21.91 | - |
| YUV | 161.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 118 | 0 | 0.29 | 0.43 | 0.18 | 19.33 | 0.49 | 0.64 |
| Hex | D0 | 93 | 76 | 0 | 1D | 2B | 12 | 13 | 31 | 40 |
| Octal | 320 | 223 | 166 | 0 | 35 | 53 | 22 | 23 | 61 | 100 |
| Binary | 11010000 | 10010011 | 1110110 | 0 | 11101 | 101011 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D09376
Complementary color
Monochromatic Colors of #D09376
Black with #D09376
Text Example
Text Example
White with #D09376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09376; }
p { color: rgb(208,147,118); }
H1.HeaderClassName
{
color: #D09376;
}
.AnyTagClassName
{
color: #D09376;
}
</style>
background-color css
<style>
a { background-color: #D09376; }
a { background-color: rgb(208,147,118); }
div.DivClassName
{
background-color: #D09376;
}
.BgClassName
{
background-color: #D09376;
}
</style>
border-color css
<style>
span { border-color: #D09376; }
span { border-color: rgb(208,147,118); }
td.TdClassName
{
border-color: #D09376;
}
.TagClassName
{
border-color: #D09376;
}
</style>