Shades of Feldspar #D08975
Tints of Feldspar #D08975
RGB
CMYK
RGB Variations
Color information
#D08975 (or 0xD08975) is known color: Feldspar. HEX triplet: D0, 89 and 75. RGB value is (208,137,117). Sum of RGB (Red+Green+Blue) = 208+137+117=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D08975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08975 is #2F768A. Grayscale: #9C9C9C. Windows color (decimal): -3110539 or 7702992. OLE color: 7702992.
HSL color Cylindrical-coordinate representation of color #D08975: hue angle of 13.19º 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 #D08975 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 117 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.18 |
| HSL | 13.19º | 0.49% | 0.64% | - |
| HSV(B) | 13.19º | 0.44% | 0.82% | - |
| XYZ | 38.17 | 32.59 | 21.11 | - |
| YUV | 155.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 117 | 0 | 0.34 | 0.44 | 0.18 | 13.19 | 0.49 | 0.64 |
| Hex | D0 | 89 | 75 | 0 | 22 | 2C | 12 | D | 31 | 40 |
| Octal | 320 | 211 | 165 | 0 | 42 | 54 | 22 | 15 | 61 | 100 |
| Binary | 11010000 | 10001001 | 1110101 | 0 | 100010 | 101100 | 10010 | 1101 | 110001 | 1000000 |
Color Harmonies of #D08975
Complementary color
Monochromatic Colors of #D08975
Black with #D08975
Text Example
Text Example
White with #D08975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08975; }
p { color: rgb(208,137,117); }
H1.HeaderClassName
{
color: #D08975;
}
.AnyTagClassName
{
color: #D08975;
}
</style>
background-color css
<style>
a { background-color: #D08975; }
a { background-color: rgb(208,137,117); }
div.DivClassName
{
background-color: #D08975;
}
.BgClassName
{
background-color: #D08975;
}
</style>
border-color css
<style>
span { border-color: #D08975; }
span { border-color: rgb(208,137,117); }
td.TdClassName
{
border-color: #D08975;
}
.TagClassName
{
border-color: #D08975;
}
</style>