Shades of Feldspar #D2996F
Tints of Feldspar #D2996F
RGB
CMYK
RGB Variations
Color information
#D2996F (or 0xD2996F) is known color: Feldspar. HEX triplet: D2, 99 and 6F. RGB value is (210,153,111). Sum of RGB (Red+Green+Blue) = 210+153+111=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996F is #2D6690. Grayscale: #A5A5A5. Windows color (decimal): -2975377 or 7313874. OLE color: 7313874.
HSL color Cylindrical-coordinate representation of color #D2996F: hue angle of 25.45º 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 #D2996F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 111 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.18 |
| HSL | 25.45º | 0.52% | 0.63% | - |
| HSV(B) | 25.45º | 0.47% | 0.82% | - |
| XYZ | 40.84 | 37.63 | 20.15 | - |
| YUV | 165.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 111 | 0 | 0.27 | 0.47 | 0.18 | 25.45 | 0.52 | 0.63 |
| Hex | D2 | 99 | 6F | 0 | 1B | 2F | 12 | 19 | 34 | 3F |
| Octal | 322 | 231 | 157 | 0 | 33 | 57 | 22 | 31 | 64 | 77 |
| Binary | 11010010 | 10011001 | 1101111 | 0 | 11011 | 101111 | 10010 | 11001 | 110100 | 111111 |
Color Harmonies of #D2996F
Complementary color
Monochromatic Colors of #D2996F
Black with #D2996F
Text Example
Text Example
White with #D2996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2996F; }
p { color: rgb(210,153,111); }
H1.HeaderClassName
{
color: #D2996F;
}
.AnyTagClassName
{
color: #D2996F;
}
</style>
background-color css
<style>
a { background-color: #D2996F; }
a { background-color: rgb(210,153,111); }
div.DivClassName
{
background-color: #D2996F;
}
.BgClassName
{
background-color: #D2996F;
}
</style>
border-color css
<style>
span { border-color: #D2996F; }
span { border-color: rgb(210,153,111); }
td.TdClassName
{
border-color: #D2996F;
}
.TagClassName
{
border-color: #D2996F;
}
</style>