Shades of Feldspar #DC9B76
Tints of Feldspar #DC9B76
RGB
CMYK
RGB Variations
Color information
#DC9B76 (or 0xDC9B76) is known color: Feldspar. HEX triplet: DC, 9B and 76. RGB value is (220,155,118). Sum of RGB (Red+Green+Blue) = 220+155+118=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B76 is #236489. Grayscale: #AAAAAA. Windows color (decimal): -2319498 or 7773148. OLE color: 7773148.
HSL color Cylindrical-coordinate representation of color #DC9B76: hue angle of 21.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9B76 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 118 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.14 |
| HSL | 21.76º | 0.59% | 0.66% | - |
| HSV(B) | 21.76º | 0.46% | 0.86% | - |
| XYZ | 44.51 | 39.97 | 22.51 | - |
| YUV | 170.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 118 | 0 | 0.30 | 0.46 | 0.14 | 21.76 | 0.59 | 0.66 |
| Hex | DC | 9B | 76 | 0 | 1E | 2E | E | 16 | 3B | 42 |
| Octal | 334 | 233 | 166 | 0 | 36 | 56 | 16 | 26 | 73 | 102 |
| Binary | 11011100 | 10011011 | 1110110 | 0 | 11110 | 101110 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DC9B76
Complementary color
Monochromatic Colors of #DC9B76
Black with #DC9B76
Text Example
Text Example
White with #DC9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B76; }
p { color: rgb(220,155,118); }
H1.HeaderClassName
{
color: #DC9B76;
}
.AnyTagClassName
{
color: #DC9B76;
}
</style>
background-color css
<style>
a { background-color: #DC9B76; }
a { background-color: rgb(220,155,118); }
div.DivClassName
{
background-color: #DC9B76;
}
.BgClassName
{
background-color: #DC9B76;
}
</style>
border-color css
<style>
span { border-color: #DC9B76; }
span { border-color: rgb(220,155,118); }
td.TdClassName
{
border-color: #DC9B76;
}
.TagClassName
{
border-color: #DC9B76;
}
</style>