Shades of Feldspar #D2906F
Tints of Feldspar #D2906F
RGB
CMYK
RGB Variations
Color information
#D2906F (or 0xD2906F) is known color: Feldspar. HEX triplet: D2, 90 and 6F. RGB value is (210,144,111). Sum of RGB (Red+Green+Blue) = 210+144+111=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2906F is #2D6F90. Grayscale: #A0A0A0. Windows color (decimal): -2977681 or 7311570. OLE color: 7311570.
HSL color Cylindrical-coordinate representation of color #D2906F: hue angle of 20º 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 #D2906F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 111 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.18 |
| HSL | 20º | 0.52% | 0.63% | - |
| HSV(B) | 20º | 0.47% | 0.82% | - |
| XYZ | 39.42 | 34.8 | 19.68 | - |
| YUV | 159.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 111 | 0 | 0.31 | 0.47 | 0.18 | 20 | 0.52 | 0.63 |
| Hex | D2 | 90 | 6F | 0 | 1F | 2F | 12 | 14 | 34 | 3F |
| Octal | 322 | 220 | 157 | 0 | 37 | 57 | 22 | 24 | 64 | 77 |
| Binary | 11010010 | 10010000 | 1101111 | 0 | 11111 | 101111 | 10010 | 10100 | 110100 | 111111 |
Color Harmonies of #D2906F
Complementary color
Monochromatic Colors of #D2906F
Black with #D2906F
Text Example
Text Example
White with #D2906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2906F; }
p { color: rgb(210,144,111); }
H1.HeaderClassName
{
color: #D2906F;
}
.AnyTagClassName
{
color: #D2906F;
}
</style>
background-color css
<style>
a { background-color: #D2906F; }
a { background-color: rgb(210,144,111); }
div.DivClassName
{
background-color: #D2906F;
}
.BgClassName
{
background-color: #D2906F;
}
</style>
border-color css
<style>
span { border-color: #D2906F; }
span { border-color: rgb(210,144,111); }
td.TdClassName
{
border-color: #D2906F;
}
.TagClassName
{
border-color: #D2906F;
}
</style>