Shades of Feldspar #D5996F
Tints of Feldspar #D5996F
RGB
CMYK
RGB Variations
Color information
#D5996F (or 0xD5996F) is known color: Feldspar. HEX triplet: D5, 99 and 6F. RGB value is (213,153,111). Sum of RGB (Red+Green+Blue) = 213+153+111=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5996F is #2A6690. Grayscale: #A6A6A6. Windows color (decimal): -2778769 or 7313877. OLE color: 7313877.
HSL color Cylindrical-coordinate representation of color #D5996F: hue angle of 24.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5996F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 111 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.16 |
| HSL | 24.71º | 0.55% | 0.64% | - |
| HSV(B) | 24.71º | 0.48% | 0.84% | - |
| XYZ | 41.7 | 38.08 | 20.19 | - |
| YUV | 166.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 111 | 0 | 0.28 | 0.48 | 0.16 | 24.71 | 0.55 | 0.64 |
| Hex | D5 | 99 | 6F | 0 | 1C | 30 | 10 | 19 | 37 | 40 |
| Octal | 325 | 231 | 157 | 0 | 34 | 60 | 20 | 31 | 67 | 100 |
| Binary | 11010101 | 10011001 | 1101111 | 0 | 11100 | 110000 | 10000 | 11001 | 110111 | 1000000 |
Color Harmonies of #D5996F
Complementary color
Monochromatic Colors of #D5996F
Black with #D5996F
Text Example
Text Example
White with #D5996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5996F; }
p { color: rgb(213,153,111); }
H1.HeaderClassName
{
color: #D5996F;
}
.AnyTagClassName
{
color: #D5996F;
}
</style>
background-color css
<style>
a { background-color: #D5996F; }
a { background-color: rgb(213,153,111); }
div.DivClassName
{
background-color: #D5996F;
}
.BgClassName
{
background-color: #D5996F;
}
</style>
border-color css
<style>
span { border-color: #D5996F; }
span { border-color: rgb(213,153,111); }
td.TdClassName
{
border-color: #D5996F;
}
.TagClassName
{
border-color: #D5996F;
}
</style>