Shades of Feldspar #D09175
Tints of Feldspar #D09175
RGB
CMYK
RGB Variations
Color information
#D09175 (or 0xD09175) is known color: Feldspar. HEX triplet: D0, 91 and 75. RGB value is (208,145,117). Sum of RGB (Red+Green+Blue) = 208+145+117=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D09175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09175 is #2F6E8A. Grayscale: #A0A0A0. Windows color (decimal): -3108491 or 7705040. OLE color: 7705040.
HSL color Cylindrical-coordinate representation of color #D09175: hue angle of 18.46º 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 #D09175 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 117 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 18.46º | 0.49% | 0.64% | - |
| HSV(B) | 18.46º | 0.44% | 0.82% | - |
| XYZ | 39.35 | 34.95 | 21.5 | - |
| YUV | 160.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 117 | 0 | 0.30 | 0.44 | 0.18 | 18.46 | 0.49 | 0.64 |
| Hex | D0 | 91 | 75 | 0 | 1E | 2C | 12 | 12 | 31 | 40 |
| Octal | 320 | 221 | 165 | 0 | 36 | 54 | 22 | 22 | 61 | 100 |
| Binary | 11010000 | 10010001 | 1110101 | 0 | 11110 | 101100 | 10010 | 10010 | 110001 | 1000000 |
Color Harmonies of #D09175
Complementary color
Monochromatic Colors of #D09175
Black with #D09175
Text Example
Text Example
White with #D09175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09175; }
p { color: rgb(208,145,117); }
H1.HeaderClassName
{
color: #D09175;
}
.AnyTagClassName
{
color: #D09175;
}
</style>
background-color css
<style>
a { background-color: #D09175; }
a { background-color: rgb(208,145,117); }
div.DivClassName
{
background-color: #D09175;
}
.BgClassName
{
background-color: #D09175;
}
</style>
border-color css
<style>
span { border-color: #D09175; }
span { border-color: rgb(208,145,117); }
td.TdClassName
{
border-color: #D09175;
}
.TagClassName
{
border-color: #D09175;
}
</style>