Shades of Feldspar #D09375
Tints of Feldspar #D09375
RGB
CMYK
RGB Variations
Color information
#D09375 (or 0xD09375) is known color: Feldspar. HEX triplet: D0, 93 and 75. RGB value is (208,147,117). Sum of RGB (Red+Green+Blue) = 208+147+117=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D09375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09375 is #2F6C8A. Grayscale: #A2A2A2. Windows color (decimal): -3107979 or 7705552. OLE color: 7705552.
HSL color Cylindrical-coordinate representation of color #D09375: hue angle of 19.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D09375 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 117 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.18 |
| HSL | 19.78º | 0.49% | 0.64% | - |
| HSV(B) | 19.78º | 0.44% | 0.82% | - |
| XYZ | 39.66 | 35.56 | 21.6 | - |
| YUV | 161.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 117 | 0 | 0.29 | 0.44 | 0.18 | 19.78 | 0.49 | 0.64 |
| Hex | D0 | 93 | 75 | 0 | 1D | 2C | 12 | 14 | 31 | 40 |
| Octal | 320 | 223 | 165 | 0 | 35 | 54 | 22 | 24 | 61 | 100 |
| Binary | 11010000 | 10010011 | 1110101 | 0 | 11101 | 101100 | 10010 | 10100 | 110001 | 1000000 |
Color Harmonies of #D09375
Complementary color
Monochromatic Colors of #D09375
Black with #D09375
Text Example
Text Example
White with #D09375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09375; }
p { color: rgb(208,147,117); }
H1.HeaderClassName
{
color: #D09375;
}
.AnyTagClassName
{
color: #D09375;
}
</style>
background-color css
<style>
a { background-color: #D09375; }
a { background-color: rgb(208,147,117); }
div.DivClassName
{
background-color: #D09375;
}
.BgClassName
{
background-color: #D09375;
}
</style>
border-color css
<style>
span { border-color: #D09375; }
span { border-color: rgb(208,147,117); }
td.TdClassName
{
border-color: #D09375;
}
.TagClassName
{
border-color: #D09375;
}
</style>