Shades of Feldspar #DC9575
Tints of Feldspar #DC9575
RGB
CMYK
RGB Variations
Color information
#DC9575 (or 0xDC9575) is known color: Feldspar. HEX triplet: DC, 95 and 75. RGB value is (220,149,117). Sum of RGB (Red+Green+Blue) = 220+149+117=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9575 is #236A8A. Grayscale: #A6A6A6. Windows color (decimal): -2321035 or 7706076. OLE color: 7706076.
HSL color Cylindrical-coordinate representation of color #DC9575: hue angle of 18.64º 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 #DC9575 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 117 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.14 |
| HSL | 18.64º | 0.6% | 0.66% | - |
| HSV(B) | 18.64º | 0.47% | 0.86% | - |
| XYZ | 43.47 | 37.99 | 21.87 | - |
| YUV | 166.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 117 | 0 | 0.32 | 0.47 | 0.14 | 18.64 | 0.6 | 0.66 |
| Hex | DC | 95 | 75 | 0 | 20 | 2F | E | 13 | 3C | 42 |
| Octal | 334 | 225 | 165 | 0 | 40 | 57 | 16 | 23 | 74 | 102 |
| Binary | 11011100 | 10010101 | 1110101 | 0 | 100000 | 101111 | 1110 | 10011 | 111100 | 1000010 |
Color Harmonies of #DC9575
Complementary color
Monochromatic Colors of #DC9575
Black with #DC9575
Text Example
Text Example
White with #DC9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9575; }
p { color: rgb(220,149,117); }
H1.HeaderClassName
{
color: #DC9575;
}
.AnyTagClassName
{
color: #DC9575;
}
</style>
background-color css
<style>
a { background-color: #DC9575; }
a { background-color: rgb(220,149,117); }
div.DivClassName
{
background-color: #DC9575;
}
.BgClassName
{
background-color: #DC9575;
}
</style>
border-color css
<style>
span { border-color: #DC9575; }
span { border-color: rgb(220,149,117); }
td.TdClassName
{
border-color: #DC9575;
}
.TagClassName
{
border-color: #DC9575;
}
</style>