Shades of Feldspar #D09075
Tints of Feldspar #D09075
RGB
CMYK
RGB Variations
Color information
#D09075 (or 0xD09075) is known color: Feldspar. HEX triplet: D0, 90 and 75. RGB value is (208,144,117). Sum of RGB (Red+Green+Blue) = 208+144+117=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D09075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09075 is #2F6F8A. Grayscale: #A0A0A0. Windows color (decimal): -3108747 or 7704784. OLE color: 7704784.
HSL color Cylindrical-coordinate representation of color #D09075: hue angle of 17.8º 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 #D09075 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 117 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 17.8º | 0.49% | 0.64% | - |
| HSV(B) | 17.8º | 0.44% | 0.82% | - |
| XYZ | 39.2 | 34.64 | 21.45 | - |
| YUV | 160.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 117 | 0 | 0.31 | 0.44 | 0.18 | 17.8 | 0.49 | 0.64 |
| Hex | D0 | 90 | 75 | 0 | 1F | 2C | 12 | 12 | 31 | 40 |
| Octal | 320 | 220 | 165 | 0 | 37 | 54 | 22 | 22 | 61 | 100 |
| Binary | 11010000 | 10010000 | 1110101 | 0 | 11111 | 101100 | 10010 | 10010 | 110001 | 1000000 |
Color Harmonies of #D09075
Complementary color
Monochromatic Colors of #D09075
Black with #D09075
Text Example
Text Example
White with #D09075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09075; }
p { color: rgb(208,144,117); }
H1.HeaderClassName
{
color: #D09075;
}
.AnyTagClassName
{
color: #D09075;
}
</style>
background-color css
<style>
a { background-color: #D09075; }
a { background-color: rgb(208,144,117); }
div.DivClassName
{
background-color: #D09075;
}
.BgClassName
{
background-color: #D09075;
}
</style>
border-color css
<style>
span { border-color: #D09075; }
span { border-color: rgb(208,144,117); }
td.TdClassName
{
border-color: #D09075;
}
.TagClassName
{
border-color: #D09075;
}
</style>