Shades of Feldspar #D2926D
Tints of Feldspar #D2926D
RGB
CMYK
RGB Variations
Color information
#D2926D (or 0xD2926D) is known color: Feldspar. HEX triplet: D2, 92 and 6D. RGB value is (210,146,109). Sum of RGB (Red+Green+Blue) = 210+146+109=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2926D is #2D6D92. Grayscale: #A1A1A1. Windows color (decimal): -2977171 or 7181010. OLE color: 7181010.
HSL color Cylindrical-coordinate representation of color #D2926D: hue angle of 21.98º 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 #D2926D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 109 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.18 |
| HSL | 21.98º | 0.53% | 0.63% | - |
| HSV(B) | 21.98º | 0.48% | 0.82% | - |
| XYZ | 39.62 | 35.36 | 19.21 | - |
| YUV | 160.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 109 | 0 | 0.30 | 0.48 | 0.18 | 21.98 | 0.53 | 0.63 |
| Hex | D2 | 92 | 6D | 0 | 1E | 30 | 12 | 16 | 35 | 3F |
| Octal | 322 | 222 | 155 | 0 | 36 | 60 | 22 | 26 | 65 | 77 |
| Binary | 11010010 | 10010010 | 1101101 | 0 | 11110 | 110000 | 10010 | 10110 | 110101 | 111111 |
Color Harmonies of #D2926D
Complementary color
Monochromatic Colors of #D2926D
Black with #D2926D
Text Example
Text Example
White with #D2926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2926D; }
p { color: rgb(210,146,109); }
H1.HeaderClassName
{
color: #D2926D;
}
.AnyTagClassName
{
color: #D2926D;
}
</style>
background-color css
<style>
a { background-color: #D2926D; }
a { background-color: rgb(210,146,109); }
div.DivClassName
{
background-color: #D2926D;
}
.BgClassName
{
background-color: #D2926D;
}
</style>
border-color css
<style>
span { border-color: #D2926D; }
span { border-color: rgb(210,146,109); }
td.TdClassName
{
border-color: #D2926D;
}
.TagClassName
{
border-color: #D2926D;
}
</style>