Shades of Feldspar #D0916F
Tints of Feldspar #D0916F
RGB
CMYK
RGB Variations
Color information
#D0916F (or 0xD0916F) is known color: Feldspar. HEX triplet: D0, 91 and 6F. RGB value is (208,145,111). Sum of RGB (Red+Green+Blue) = 208+145+111=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0916F is #2F6E90. Grayscale: #A0A0A0. Windows color (decimal): -3108497 or 7311824. OLE color: 7311824.
HSL color Cylindrical-coordinate representation of color #D0916F: hue angle of 21.03º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0916F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 111 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.18 |
| HSL | 21.03º | 0.51% | 0.63% | - |
| HSV(B) | 21.03º | 0.47% | 0.82% | - |
| XYZ | 39.01 | 34.81 | 19.7 | - |
| YUV | 159.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 111 | 0 | 0.30 | 0.47 | 0.18 | 21.03 | 0.51 | 0.63 |
| Hex | D0 | 91 | 6F | 0 | 1E | 2F | 12 | 15 | 33 | 3F |
| Octal | 320 | 221 | 157 | 0 | 36 | 57 | 22 | 25 | 63 | 77 |
| Binary | 11010000 | 10010001 | 1101111 | 0 | 11110 | 101111 | 10010 | 10101 | 110011 | 111111 |
Color Harmonies of #D0916F
Complementary color
Monochromatic Colors of #D0916F
Black with #D0916F
Text Example
Text Example
White with #D0916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0916F; }
p { color: rgb(208,145,111); }
H1.HeaderClassName
{
color: #D0916F;
}
.AnyTagClassName
{
color: #D0916F;
}
</style>
background-color css
<style>
a { background-color: #D0916F; }
a { background-color: rgb(208,145,111); }
div.DivClassName
{
background-color: #D0916F;
}
.BgClassName
{
background-color: #D0916F;
}
</style>
border-color css
<style>
span { border-color: #D0916F; }
span { border-color: rgb(208,145,111); }
td.TdClassName
{
border-color: #D0916F;
}
.TagClassName
{
border-color: #D0916F;
}
</style>