Shades of Feldspar #DC9B71
Tints of Feldspar #DC9B71
RGB
CMYK
RGB Variations
Color information
#DC9B71 (or 0xDC9B71) is known color: Feldspar. HEX triplet: DC, 9B and 71. RGB value is (220,155,113). Sum of RGB (Red+Green+Blue) = 220+155+113=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B71 is #23648E. Grayscale: #A9A9A9. Windows color (decimal): -2319503 or 7445468. OLE color: 7445468.
HSL color Cylindrical-coordinate representation of color #DC9B71: hue angle of 23.55º degrees, saturation: 0.6, 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 #DC9B71 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 113 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.14 |
| HSL | 23.55º | 0.6% | 0.65% | - |
| HSV(B) | 23.55º | 0.49% | 0.86% | - |
| XYZ | 44.22 | 39.85 | 20.98 | - |
| YUV | 169.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 113 | 0 | 0.30 | 0.49 | 0.14 | 23.55 | 0.6 | 0.65 |
| Hex | DC | 9B | 71 | 0 | 1E | 31 | E | 18 | 3C | 41 |
| Octal | 334 | 233 | 161 | 0 | 36 | 61 | 16 | 30 | 74 | 101 |
| Binary | 11011100 | 10011011 | 1110001 | 0 | 11110 | 110001 | 1110 | 11000 | 111100 | 1000001 |
Color Harmonies of #DC9B71
Complementary color
Monochromatic Colors of #DC9B71
Black with #DC9B71
Text Example
Text Example
White with #DC9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B71; }
p { color: rgb(220,155,113); }
H1.HeaderClassName
{
color: #DC9B71;
}
.AnyTagClassName
{
color: #DC9B71;
}
</style>
background-color css
<style>
a { background-color: #DC9B71; }
a { background-color: rgb(220,155,113); }
div.DivClassName
{
background-color: #DC9B71;
}
.BgClassName
{
background-color: #DC9B71;
}
</style>
border-color css
<style>
span { border-color: #DC9B71; }
span { border-color: rgb(220,155,113); }
td.TdClassName
{
border-color: #DC9B71;
}
.TagClassName
{
border-color: #DC9B71;
}
</style>