Shades of Feldspar #D0936D
Tints of Feldspar #D0936D
RGB
CMYK
RGB Variations
Color information
#D0936D (or 0xD0936D) is known color: Feldspar. HEX triplet: D0, 93 and 6D. RGB value is (208,147,109). Sum of RGB (Red+Green+Blue) = 208+147+109=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0936D is #2F6C92. Grayscale: #A1A1A1. Windows color (decimal): -3107987 or 7181264. OLE color: 7181264.
HSL color Cylindrical-coordinate representation of color #D0936D: hue angle of 23.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0936D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 109 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.18 |
| HSL | 23.03º | 0.51% | 0.62% | - |
| HSV(B) | 23.03º | 0.48% | 0.82% | - |
| XYZ | 39.21 | 35.38 | 19.23 | - |
| YUV | 160.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 109 | 0 | 0.29 | 0.48 | 0.18 | 23.03 | 0.51 | 0.62 |
| Hex | D0 | 93 | 6D | 0 | 1D | 30 | 12 | 17 | 33 | 3E |
| Octal | 320 | 223 | 155 | 0 | 35 | 60 | 22 | 27 | 63 | 76 |
| Binary | 11010000 | 10010011 | 1101101 | 0 | 11101 | 110000 | 10010 | 10111 | 110011 | 111110 |
Color Harmonies of #D0936D
Complementary color
Monochromatic Colors of #D0936D
Black with #D0936D
Text Example
Text Example
White with #D0936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0936D; }
p { color: rgb(208,147,109); }
H1.HeaderClassName
{
color: #D0936D;
}
.AnyTagClassName
{
color: #D0936D;
}
</style>
background-color css
<style>
a { background-color: #D0936D; }
a { background-color: rgb(208,147,109); }
div.DivClassName
{
background-color: #D0936D;
}
.BgClassName
{
background-color: #D0936D;
}
</style>
border-color css
<style>
span { border-color: #D0936D; }
span { border-color: rgb(208,147,109); }
td.TdClassName
{
border-color: #D0936D;
}
.TagClassName
{
border-color: #D0936D;
}
</style>