Shades of Feldspar #D2936F
Tints of Feldspar #D2936F
RGB
CMYK
RGB Variations
Color information
#D2936F (or 0xD2936F) is known color: Feldspar. HEX triplet: D2, 93 and 6F. RGB value is (210,147,111). Sum of RGB (Red+Green+Blue) = 210+147+111=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2936F is #2D6C90. Grayscale: #A1A1A1. Windows color (decimal): -2976913 or 7312338. OLE color: 7312338.
HSL color Cylindrical-coordinate representation of color #D2936F: hue angle of 21.82º degrees, saturation: 0.52, 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 #D2936F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 111 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.18 |
| HSL | 21.82º | 0.52% | 0.63% | - |
| HSV(B) | 21.82º | 0.47% | 0.82% | - |
| XYZ | 39.88 | 35.72 | 19.83 | - |
| YUV | 161.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 111 | 0 | 0.30 | 0.47 | 0.18 | 21.82 | 0.52 | 0.63 |
| Hex | D2 | 93 | 6F | 0 | 1E | 2F | 12 | 16 | 34 | 3F |
| Octal | 322 | 223 | 157 | 0 | 36 | 57 | 22 | 26 | 64 | 77 |
| Binary | 11010010 | 10010011 | 1101111 | 0 | 11110 | 101111 | 10010 | 10110 | 110100 | 111111 |
Color Harmonies of #D2936F
Complementary color
Monochromatic Colors of #D2936F
Black with #D2936F
Text Example
Text Example
White with #D2936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2936F; }
p { color: rgb(210,147,111); }
H1.HeaderClassName
{
color: #D2936F;
}
.AnyTagClassName
{
color: #D2936F;
}
</style>
background-color css
<style>
a { background-color: #D2936F; }
a { background-color: rgb(210,147,111); }
div.DivClassName
{
background-color: #D2936F;
}
.BgClassName
{
background-color: #D2936F;
}
</style>
border-color css
<style>
span { border-color: #D2936F; }
span { border-color: rgb(210,147,111); }
td.TdClassName
{
border-color: #D2936F;
}
.TagClassName
{
border-color: #D2936F;
}
</style>