Shades of Feldspar #DC9975
Tints of Feldspar #DC9975
RGB
CMYK
RGB Variations
Color information
#DC9975 (or 0xDC9975) is known color: Feldspar. HEX triplet: DC, 99 and 75. RGB value is (220,153,117). Sum of RGB (Red+Green+Blue) = 220+153+117=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9975 is #23668A. Grayscale: #A9A9A9. Windows color (decimal): -2320011 or 7707100. OLE color: 7707100.
HSL color Cylindrical-coordinate representation of color #DC9975: hue angle of 20.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC9975 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 117 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 20.97º | 0.6% | 0.66% | - |
| HSV(B) | 20.97º | 0.47% | 0.86% | - |
| XYZ | 44.12 | 39.28 | 22.09 | - |
| YUV | 168.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 117 | 0 | 0.30 | 0.47 | 0.14 | 20.97 | 0.6 | 0.66 |
| Hex | DC | 99 | 75 | 0 | 1E | 2F | E | 15 | 3C | 42 |
| Octal | 334 | 231 | 165 | 0 | 36 | 57 | 16 | 25 | 74 | 102 |
| Binary | 11011100 | 10011001 | 1110101 | 0 | 11110 | 101111 | 1110 | 10101 | 111100 | 1000010 |
Color Harmonies of #DC9975
Complementary color
Monochromatic Colors of #DC9975
Black with #DC9975
Text Example
Text Example
White with #DC9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9975; }
p { color: rgb(220,153,117); }
H1.HeaderClassName
{
color: #DC9975;
}
.AnyTagClassName
{
color: #DC9975;
}
</style>
background-color css
<style>
a { background-color: #DC9975; }
a { background-color: rgb(220,153,117); }
div.DivClassName
{
background-color: #DC9975;
}
.BgClassName
{
background-color: #DC9975;
}
</style>
border-color css
<style>
span { border-color: #DC9975; }
span { border-color: rgb(220,153,117); }
td.TdClassName
{
border-color: #DC9975;
}
.TagClassName
{
border-color: #DC9975;
}
</style>