Shades of Feldspar #DC996E
Tints of Feldspar #DC996E
RGB
CMYK
RGB Variations
Color information
#DC996E (or 0xDC996E) is known color: Feldspar. HEX triplet: DC, 99 and 6E. RGB value is (220,153,110). Sum of RGB (Red+Green+Blue) = 220+153+110=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC996E is #236691. Grayscale: #A8A8A8. Windows color (decimal): -2320018 or 7248348. OLE color: 7248348.
HSL color Cylindrical-coordinate representation of color #DC996E: hue angle of 23.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC996E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 110 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.14 |
| HSL | 23.45º | 0.61% | 0.65% | - |
| HSV(B) | 23.45º | 0.5% | 0.86% | - |
| XYZ | 43.72 | 39.12 | 20 | - |
| YUV | 168.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 110 | 0 | 0.30 | 0.50 | 0.14 | 23.45 | 0.61 | 0.65 |
| Hex | DC | 99 | 6E | 0 | 1E | 32 | E | 17 | 3D | 41 |
| Octal | 334 | 231 | 156 | 0 | 36 | 62 | 16 | 27 | 75 | 101 |
| Binary | 11011100 | 10011001 | 1101110 | 0 | 11110 | 110010 | 1110 | 10111 | 111101 | 1000001 |
Color Harmonies of #DC996E
Complementary color
Monochromatic Colors of #DC996E
Black with #DC996E
Text Example
Text Example
White with #DC996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC996E; }
p { color: rgb(220,153,110); }
H1.HeaderClassName
{
color: #DC996E;
}
.AnyTagClassName
{
color: #DC996E;
}
</style>
background-color css
<style>
a { background-color: #DC996E; }
a { background-color: rgb(220,153,110); }
div.DivClassName
{
background-color: #DC996E;
}
.BgClassName
{
background-color: #DC996E;
}
</style>
border-color css
<style>
span { border-color: #DC996E; }
span { border-color: rgb(220,153,110); }
td.TdClassName
{
border-color: #DC996E;
}
.TagClassName
{
border-color: #DC996E;
}
</style>