Shades of Feldspar #D09275
Tints of Feldspar #D09275
RGB
CMYK
RGB Variations
Color information
#D09275 (or 0xD09275) is known color: Feldspar. HEX triplet: D0, 92 and 75. RGB value is (208,146,117). Sum of RGB (Red+Green+Blue) = 208+146+117=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D09275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09275 is #2F6D8A. Grayscale: #A1A1A1. Windows color (decimal): -3108235 or 7705296. OLE color: 7705296.
HSL color Cylindrical-coordinate representation of color #D09275: hue angle of 19.12º 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 #D09275 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 117 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 19.12º | 0.49% | 0.64% | - |
| HSV(B) | 19.12º | 0.44% | 0.82% | - |
| XYZ | 39.5 | 35.25 | 21.55 | - |
| YUV | 161.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 117 | 0 | 0.30 | 0.44 | 0.18 | 19.12 | 0.49 | 0.64 |
| Hex | D0 | 92 | 75 | 0 | 1E | 2C | 12 | 13 | 31 | 40 |
| Octal | 320 | 222 | 165 | 0 | 36 | 54 | 22 | 23 | 61 | 100 |
| Binary | 11010000 | 10010010 | 1110101 | 0 | 11110 | 101100 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D09275
Complementary color
Monochromatic Colors of #D09275
Black with #D09275
Text Example
Text Example
White with #D09275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09275; }
p { color: rgb(208,146,117); }
H1.HeaderClassName
{
color: #D09275;
}
.AnyTagClassName
{
color: #D09275;
}
</style>
background-color css
<style>
a { background-color: #D09275; }
a { background-color: rgb(208,146,117); }
div.DivClassName
{
background-color: #D09275;
}
.BgClassName
{
background-color: #D09275;
}
</style>
border-color css
<style>
span { border-color: #D09275; }
span { border-color: rgb(208,146,117); }
td.TdClassName
{
border-color: #D09275;
}
.TagClassName
{
border-color: #D09275;
}
</style>