Shades of Feldspar #DC9574
Tints of Feldspar #DC9574
RGB
CMYK
RGB Variations
Color information
#DC9574 (or 0xDC9574) is known color: Feldspar. HEX triplet: DC, 95 and 74. RGB value is (220,149,116). Sum of RGB (Red+Green+Blue) = 220+149+116=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9574 is #236A8B. Grayscale: #A6A6A6. Windows color (decimal): -2321036 or 7640540. OLE color: 7640540.
HSL color Cylindrical-coordinate representation of color #DC9574: hue angle of 19.04º 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 #DC9574 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 116 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.14 |
| HSL | 19.04º | 0.6% | 0.66% | - |
| HSV(B) | 19.04º | 0.47% | 0.86% | - |
| XYZ | 43.42 | 37.97 | 21.56 | - |
| YUV | 166.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 116 | 0 | 0.32 | 0.47 | 0.14 | 19.04 | 0.6 | 0.66 |
| Hex | DC | 95 | 74 | 0 | 20 | 2F | E | 13 | 3C | 42 |
| Octal | 334 | 225 | 164 | 0 | 40 | 57 | 16 | 23 | 74 | 102 |
| Binary | 11011100 | 10010101 | 1110100 | 0 | 100000 | 101111 | 1110 | 10011 | 111100 | 1000010 |
Color Harmonies of #DC9574
Complementary color
Monochromatic Colors of #DC9574
Black with #DC9574
Text Example
Text Example
White with #DC9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9574; }
p { color: rgb(220,149,116); }
H1.HeaderClassName
{
color: #DC9574;
}
.AnyTagClassName
{
color: #DC9574;
}
</style>
background-color css
<style>
a { background-color: #DC9574; }
a { background-color: rgb(220,149,116); }
div.DivClassName
{
background-color: #DC9574;
}
.BgClassName
{
background-color: #DC9574;
}
</style>
border-color css
<style>
span { border-color: #DC9574; }
span { border-color: rgb(220,149,116); }
td.TdClassName
{
border-color: #DC9574;
}
.TagClassName
{
border-color: #DC9574;
}
</style>