Shades of Feldspar #D09379
Tints of Feldspar #D09379
RGB
CMYK
RGB Variations
Color information
#D09379 (or 0xD09379) is known color: Feldspar. HEX triplet: D0, 93 and 79. RGB value is (208,147,121). Sum of RGB (Red+Green+Blue) = 208+147+121=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09379 is #2F6C86. Grayscale: #A2A2A2. Windows color (decimal): -3107975 or 7967696. OLE color: 7967696.
HSL color Cylindrical-coordinate representation of color #D09379: hue angle of 17.93º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D09379 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 121 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.18 |
| HSL | 17.93º | 0.48% | 0.65% | - |
| HSV(B) | 17.93º | 0.42% | 0.82% | - |
| XYZ | 39.9 | 35.66 | 22.87 | - |
| YUV | 162.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 121 | 0 | 0.29 | 0.42 | 0.18 | 17.93 | 0.48 | 0.65 |
| Hex | D0 | 93 | 79 | 0 | 1D | 2A | 12 | 12 | 30 | 41 |
| Octal | 320 | 223 | 171 | 0 | 35 | 52 | 22 | 22 | 60 | 101 |
| Binary | 11010000 | 10010011 | 1111001 | 0 | 11101 | 101010 | 10010 | 10010 | 110000 | 1000001 |
Color Harmonies of #D09379
Complementary color
Monochromatic Colors of #D09379
Black with #D09379
Text Example
Text Example
White with #D09379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09379; }
p { color: rgb(208,147,121); }
H1.HeaderClassName
{
color: #D09379;
}
.AnyTagClassName
{
color: #D09379;
}
</style>
background-color css
<style>
a { background-color: #D09379; }
a { background-color: rgb(208,147,121); }
div.DivClassName
{
background-color: #D09379;
}
.BgClassName
{
background-color: #D09379;
}
</style>
border-color css
<style>
span { border-color: #D09379; }
span { border-color: rgb(208,147,121); }
td.TdClassName
{
border-color: #D09379;
}
.TagClassName
{
border-color: #D09379;
}
</style>