Shades of Feldspar #D2946D
Tints of Feldspar #D2946D
RGB
CMYK
RGB Variations
Color information
#D2946D (or 0xD2946D) is known color: Feldspar. HEX triplet: D2, 94 and 6D. RGB value is (210,148,109). Sum of RGB (Red+Green+Blue) = 210+148+109=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2946D is #2D6B92. Grayscale: #A2A2A2. Windows color (decimal): -2976659 or 7181522. OLE color: 7181522.
HSL color Cylindrical-coordinate representation of color #D2946D: hue angle of 23.17º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2946D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 109 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.18 |
| HSL | 23.17º | 0.53% | 0.63% | - |
| HSV(B) | 23.17º | 0.48% | 0.82% | - |
| XYZ | 39.93 | 35.99 | 19.31 | - |
| YUV | 162.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 109 | 0 | 0.30 | 0.48 | 0.18 | 23.17 | 0.53 | 0.63 |
| Hex | D2 | 94 | 6D | 0 | 1E | 30 | 12 | 17 | 35 | 3F |
| Octal | 322 | 224 | 155 | 0 | 36 | 60 | 22 | 27 | 65 | 77 |
| Binary | 11010010 | 10010100 | 1101101 | 0 | 11110 | 110000 | 10010 | 10111 | 110101 | 111111 |
Color Harmonies of #D2946D
Complementary color
Monochromatic Colors of #D2946D
Black with #D2946D
Text Example
Text Example
White with #D2946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2946D; }
p { color: rgb(210,148,109); }
H1.HeaderClassName
{
color: #D2946D;
}
.AnyTagClassName
{
color: #D2946D;
}
</style>
background-color css
<style>
a { background-color: #D2946D; }
a { background-color: rgb(210,148,109); }
div.DivClassName
{
background-color: #D2946D;
}
.BgClassName
{
background-color: #D2946D;
}
</style>
border-color css
<style>
span { border-color: #D2946D; }
span { border-color: rgb(210,148,109); }
td.TdClassName
{
border-color: #D2946D;
}
.TagClassName
{
border-color: #D2946D;
}
</style>