Shades of Feldspar #DC9A78
Tints of Feldspar #DC9A78
RGB
CMYK
RGB Variations
Color information
#DC9A78 (or 0xDC9A78) is known color: Feldspar. HEX triplet: DC, 9A and 78. RGB value is (220,154,120). Sum of RGB (Red+Green+Blue) = 220+154+120=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A78 is #236587. Grayscale: #AAAAAA. Windows color (decimal): -2319752 or 7903964. OLE color: 7903964.
HSL color Cylindrical-coordinate representation of color #DC9A78: hue angle of 20.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9A78 is Cyan = 0, Magento = 0.3, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 120 | - |
| CMYK | 0 | 0.3 | 0.45 | 0.14 |
| HSL | 20.4º | 0.59% | 0.67% | - |
| HSV(B) | 20.4º | 0.45% | 0.86% | - |
| XYZ | 44.46 | 39.68 | 23.09 | - |
| YUV | 169.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 120 | 0 | 0.3 | 0.45 | 0.14 | 20.4 | 0.59 | 0.67 |
| Hex | DC | 9A | 78 | 0 | 1E | 2D | E | 14 | 3B | 43 |
| Octal | 334 | 232 | 170 | 0 | 36 | 55 | 16 | 24 | 73 | 103 |
| Binary | 11011100 | 10011010 | 1111000 | 0 | 11110 | 101101 | 1110 | 10100 | 111011 | 1000011 |
Color Harmonies of #DC9A78
Complementary color
Monochromatic Colors of #DC9A78
Black with #DC9A78
Text Example
Text Example
White with #DC9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A78; }
p { color: rgb(220,154,120); }
H1.HeaderClassName
{
color: #DC9A78;
}
.AnyTagClassName
{
color: #DC9A78;
}
</style>
background-color css
<style>
a { background-color: #DC9A78; }
a { background-color: rgb(220,154,120); }
div.DivClassName
{
background-color: #DC9A78;
}
.BgClassName
{
background-color: #DC9A78;
}
</style>
border-color css
<style>
span { border-color: #DC9A78; }
span { border-color: rgb(220,154,120); }
td.TdClassName
{
border-color: #DC9A78;
}
.TagClassName
{
border-color: #DC9A78;
}
</style>