Shades of Feldspar #DC9870
Tints of Feldspar #DC9870
RGB
CMYK
RGB Variations
Color information
#DC9870 (or 0xDC9870) is known color: Feldspar. HEX triplet: DC, 98 and 70. RGB value is (220,152,112). Sum of RGB (Red+Green+Blue) = 220+152+112=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9870 is #23678F. Grayscale: #A8A8A8. Windows color (decimal): -2320272 or 7379164. OLE color: 7379164.
HSL color Cylindrical-coordinate representation of color #DC9870: hue angle of 22.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9870 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 112 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.14 |
| HSL | 22.22º | 0.61% | 0.65% | - |
| HSV(B) | 22.22º | 0.49% | 0.86% | - |
| XYZ | 43.67 | 38.84 | 20.52 | - |
| YUV | 167.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 112 | 0 | 0.31 | 0.49 | 0.14 | 22.22 | 0.61 | 0.65 |
| Hex | DC | 98 | 70 | 0 | 1F | 31 | E | 16 | 3D | 41 |
| Octal | 334 | 230 | 160 | 0 | 37 | 61 | 16 | 26 | 75 | 101 |
| Binary | 11011100 | 10011000 | 1110000 | 0 | 11111 | 110001 | 1110 | 10110 | 111101 | 1000001 |
Color Harmonies of #DC9870
Complementary color
Monochromatic Colors of #DC9870
Black with #DC9870
Text Example
Text Example
White with #DC9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9870; }
p { color: rgb(220,152,112); }
H1.HeaderClassName
{
color: #DC9870;
}
.AnyTagClassName
{
color: #DC9870;
}
</style>
background-color css
<style>
a { background-color: #DC9870; }
a { background-color: rgb(220,152,112); }
div.DivClassName
{
background-color: #DC9870;
}
.BgClassName
{
background-color: #DC9870;
}
</style>
border-color css
<style>
span { border-color: #DC9870; }
span { border-color: rgb(220,152,112); }
td.TdClassName
{
border-color: #DC9870;
}
.TagClassName
{
border-color: #DC9870;
}
</style>