Shades of Feldspar #D0936F
Tints of Feldspar #D0936F
RGB
CMYK
RGB Variations
Color information
#D0936F (or 0xD0936F) is known color: Feldspar. HEX triplet: D0, 93 and 6F. RGB value is (208,147,111). Sum of RGB (Red+Green+Blue) = 208+147+111=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0936F is #2F6C90. Grayscale: #A1A1A1. Windows color (decimal): -3107985 or 7312336. OLE color: 7312336.
HSL color Cylindrical-coordinate representation of color #D0936F: hue angle of 22.27º 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 #D0936F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 111 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.18 |
| HSL | 22.27º | 0.51% | 0.63% | - |
| HSV(B) | 22.27º | 0.47% | 0.82% | - |
| XYZ | 39.32 | 35.43 | 19.8 | - |
| YUV | 161.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 111 | 0 | 0.29 | 0.47 | 0.18 | 22.27 | 0.51 | 0.63 |
| Hex | D0 | 93 | 6F | 0 | 1D | 2F | 12 | 16 | 33 | 3F |
| Octal | 320 | 223 | 157 | 0 | 35 | 57 | 22 | 26 | 63 | 77 |
| Binary | 11010000 | 10010011 | 1101111 | 0 | 11101 | 101111 | 10010 | 10110 | 110011 | 111111 |
Color Harmonies of #D0936F
Complementary color
Monochromatic Colors of #D0936F
Black with #D0936F
Text Example
Text Example
White with #D0936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0936F; }
p { color: rgb(208,147,111); }
H1.HeaderClassName
{
color: #D0936F;
}
.AnyTagClassName
{
color: #D0936F;
}
</style>
background-color css
<style>
a { background-color: #D0936F; }
a { background-color: rgb(208,147,111); }
div.DivClassName
{
background-color: #D0936F;
}
.BgClassName
{
background-color: #D0936F;
}
</style>
border-color css
<style>
span { border-color: #D0936F; }
span { border-color: rgb(208,147,111); }
td.TdClassName
{
border-color: #D0936F;
}
.TagClassName
{
border-color: #D0936F;
}
</style>