Shades of Feldspar #DD996E
Tints of Feldspar #DD996E
RGB
CMYK
RGB Variations
Color information
#DD996E (or 0xDD996E) is known color: Feldspar. HEX triplet: DD, 99 and 6E. RGB value is (221,153,110). Sum of RGB (Red+Green+Blue) = 221+153+110=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD996E is #226691. Grayscale: #A8A8A8. Windows color (decimal): -2254482 or 7248349. OLE color: 7248349.
HSL color Cylindrical-coordinate representation of color #DD996E: hue angle of 23.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD996E is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 110 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.13 |
| HSL | 23.24º | 0.62% | 0.65% | - |
| HSV(B) | 23.24º | 0.5% | 0.87% | - |
| XYZ | 44.02 | 39.28 | 20.01 | - |
| YUV | 168.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 110 | 0 | 0.31 | 0.50 | 0.13 | 23.24 | 0.62 | 0.65 |
| Hex | DD | 99 | 6E | 0 | 1F | 32 | D | 17 | 3E | 41 |
| Octal | 335 | 231 | 156 | 0 | 37 | 62 | 15 | 27 | 76 | 101 |
| Binary | 11011101 | 10011001 | 1101110 | 0 | 11111 | 110010 | 1101 | 10111 | 111110 | 1000001 |
Color Harmonies of #DD996E
Complementary color
Monochromatic Colors of #DD996E
Black with #DD996E
Text Example
Text Example
White with #DD996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD996E; }
p { color: rgb(221,153,110); }
H1.HeaderClassName
{
color: #DD996E;
}
.AnyTagClassName
{
color: #DD996E;
}
</style>
background-color css
<style>
a { background-color: #DD996E; }
a { background-color: rgb(221,153,110); }
div.DivClassName
{
background-color: #DD996E;
}
.BgClassName
{
background-color: #DD996E;
}
</style>
border-color css
<style>
span { border-color: #DD996E; }
span { border-color: rgb(221,153,110); }
td.TdClassName
{
border-color: #DD996E;
}
.TagClassName
{
border-color: #DD996E;
}
</style>