Shades of Feldspar #DC9C75
Tints of Feldspar #DC9C75
RGB
CMYK
RGB Variations
Color information
#DC9C75 (or 0xDC9C75) is known color: Feldspar. HEX triplet: DC, 9C and 75. RGB value is (220,156,117). Sum of RGB (Red+Green+Blue) = 220+156+117=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C75 is #23638A. Grayscale: #AAAAAA. Windows color (decimal): -2319243 or 7707868. OLE color: 7707868.
HSL color Cylindrical-coordinate representation of color #DC9C75: hue angle of 22.72º 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 #DC9C75 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 117 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.14 |
| HSL | 22.72º | 0.6% | 0.66% | - |
| HSV(B) | 22.72º | 0.47% | 0.86% | - |
| XYZ | 44.61 | 40.28 | 22.25 | - |
| YUV | 170.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 117 | 0 | 0.29 | 0.47 | 0.14 | 22.72 | 0.6 | 0.66 |
| Hex | DC | 9C | 75 | 0 | 1D | 2F | E | 17 | 3C | 42 |
| Octal | 334 | 234 | 165 | 0 | 35 | 57 | 16 | 27 | 74 | 102 |
| Binary | 11011100 | 10011100 | 1110101 | 0 | 11101 | 101111 | 1110 | 10111 | 111100 | 1000010 |
Color Harmonies of #DC9C75
Complementary color
Monochromatic Colors of #DC9C75
Black with #DC9C75
Text Example
Text Example
White with #DC9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C75; }
p { color: rgb(220,156,117); }
H1.HeaderClassName
{
color: #DC9C75;
}
.AnyTagClassName
{
color: #DC9C75;
}
</style>
background-color css
<style>
a { background-color: #DC9C75; }
a { background-color: rgb(220,156,117); }
div.DivClassName
{
background-color: #DC9C75;
}
.BgClassName
{
background-color: #DC9C75;
}
</style>
border-color css
<style>
span { border-color: #DC9C75; }
span { border-color: rgb(220,156,117); }
td.TdClassName
{
border-color: #DC9C75;
}
.TagClassName
{
border-color: #DC9C75;
}
</style>