Shades of Feldspar #DC9973
Tints of Feldspar #DC9973
RGB
CMYK
RGB Variations
Color information
#DC9973 (or 0xDC9973) is known color: Feldspar. HEX triplet: DC, 99 and 73. RGB value is (220,153,115). Sum of RGB (Red+Green+Blue) = 220+153+115=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9973 is #23668C. Grayscale: #A8A8A8. Windows color (decimal): -2320013 or 7576028. OLE color: 7576028.
HSL color Cylindrical-coordinate representation of color #DC9973: hue angle of 21.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9973 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 115 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.14 |
| HSL | 21.71º | 0.6% | 0.66% | - |
| HSV(B) | 21.71º | 0.48% | 0.86% | - |
| XYZ | 44 | 39.24 | 21.47 | - |
| YUV | 168.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 115 | 0 | 0.30 | 0.48 | 0.14 | 21.71 | 0.6 | 0.66 |
| Hex | DC | 99 | 73 | 0 | 1E | 30 | E | 16 | 3C | 42 |
| Octal | 334 | 231 | 163 | 0 | 36 | 60 | 16 | 26 | 74 | 102 |
| Binary | 11011100 | 10011001 | 1110011 | 0 | 11110 | 110000 | 1110 | 10110 | 111100 | 1000010 |
Color Harmonies of #DC9973
Complementary color
Monochromatic Colors of #DC9973
Black with #DC9973
Text Example
Text Example
White with #DC9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9973; }
p { color: rgb(220,153,115); }
H1.HeaderClassName
{
color: #DC9973;
}
.AnyTagClassName
{
color: #DC9973;
}
</style>
background-color css
<style>
a { background-color: #DC9973; }
a { background-color: rgb(220,153,115); }
div.DivClassName
{
background-color: #DC9973;
}
.BgClassName
{
background-color: #DC9973;
}
</style>
border-color css
<style>
span { border-color: #DC9973; }
span { border-color: rgb(220,153,115); }
td.TdClassName
{
border-color: #DC9973;
}
.TagClassName
{
border-color: #DC9973;
}
</style>