Shades of Feldspar #DC9A75
Tints of Feldspar #DC9A75
RGB
CMYK
RGB Variations
Color information
#DC9A75 (or 0xDC9A75) is known color: Feldspar. HEX triplet: DC, 9A and 75. RGB value is (220,154,117). Sum of RGB (Red+Green+Blue) = 220+154+117=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A75 is #23658A. Grayscale: #A9A9A9. Windows color (decimal): -2319755 or 7707356. OLE color: 7707356.
HSL color Cylindrical-coordinate representation of color #DC9A75: hue angle of 21.55º 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 #DC9A75 is Cyan = 0, Magento = 0.3, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 117 | - |
| CMYK | 0 | 0.3 | 0.47 | 0.14 |
| HSL | 21.55º | 0.6% | 0.66% | - |
| HSV(B) | 21.55º | 0.47% | 0.86% | - |
| XYZ | 44.28 | 39.61 | 22.14 | - |
| YUV | 169.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 117 | 0 | 0.3 | 0.47 | 0.14 | 21.55 | 0.6 | 0.66 |
| Hex | DC | 9A | 75 | 0 | 1E | 2F | E | 16 | 3C | 42 |
| Octal | 334 | 232 | 165 | 0 | 36 | 57 | 16 | 26 | 74 | 102 |
| Binary | 11011100 | 10011010 | 1110101 | 0 | 11110 | 101111 | 1110 | 10110 | 111100 | 1000010 |
Color Harmonies of #DC9A75
Complementary color
Monochromatic Colors of #DC9A75
Black with #DC9A75
Text Example
Text Example
White with #DC9A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A75; }
p { color: rgb(220,154,117); }
H1.HeaderClassName
{
color: #DC9A75;
}
.AnyTagClassName
{
color: #DC9A75;
}
</style>
background-color css
<style>
a { background-color: #DC9A75; }
a { background-color: rgb(220,154,117); }
div.DivClassName
{
background-color: #DC9A75;
}
.BgClassName
{
background-color: #DC9A75;
}
</style>
border-color css
<style>
span { border-color: #DC9A75; }
span { border-color: rgb(220,154,117); }
td.TdClassName
{
border-color: #DC9A75;
}
.TagClassName
{
border-color: #DC9A75;
}
</style>