Shades of Feldspar #D2986E
Tints of Feldspar #D2986E
RGB
CMYK
RGB Variations
Color information
#D2986E (or 0xD2986E) is known color: Feldspar. HEX triplet: D2, 98 and 6E. RGB value is (210,152,110). Sum of RGB (Red+Green+Blue) = 210+152+110=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2986E is #2D6791. Grayscale: #A4A4A4. Windows color (decimal): -2975634 or 7248082. OLE color: 7248082.
HSL color Cylindrical-coordinate representation of color #D2986E: hue angle of 25.2º 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 #D2986E is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 110 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.18 |
| HSL | 25.2º | 0.53% | 0.63% | - |
| HSV(B) | 25.2º | 0.48% | 0.82% | - |
| XYZ | 40.62 | 37.28 | 19.81 | - |
| YUV | 164.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 110 | 0 | 0.28 | 0.48 | 0.18 | 25.2 | 0.53 | 0.63 |
| Hex | D2 | 98 | 6E | 0 | 1C | 30 | 12 | 19 | 35 | 3F |
| Octal | 322 | 230 | 156 | 0 | 34 | 60 | 22 | 31 | 65 | 77 |
| Binary | 11010010 | 10011000 | 1101110 | 0 | 11100 | 110000 | 10010 | 11001 | 110101 | 111111 |
Color Harmonies of #D2986E
Complementary color
Monochromatic Colors of #D2986E
Black with #D2986E
Text Example
Text Example
White with #D2986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2986E; }
p { color: rgb(210,152,110); }
H1.HeaderClassName
{
color: #D2986E;
}
.AnyTagClassName
{
color: #D2986E;
}
</style>
background-color css
<style>
a { background-color: #D2986E; }
a { background-color: rgb(210,152,110); }
div.DivClassName
{
background-color: #D2986E;
}
.BgClassName
{
background-color: #D2986E;
}
</style>
border-color css
<style>
span { border-color: #D2986E; }
span { border-color: rgb(210,152,110); }
td.TdClassName
{
border-color: #D2986E;
}
.TagClassName
{
border-color: #D2986E;
}
</style>