Shades of Feldspar #DC9B6E
Tints of Feldspar #DC9B6E
RGB
CMYK
RGB Variations
Color information
#DC9B6E (or 0xDC9B6E) is known color: Feldspar. HEX triplet: DC, 9B and 6E. RGB value is (220,155,110). Sum of RGB (Red+Green+Blue) = 220+155+110=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B6E is #236491. Grayscale: #A9A9A9. Windows color (decimal): -2319506 or 7248860. OLE color: 7248860.
HSL color Cylindrical-coordinate representation of color #DC9B6E: hue angle of 24.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC9B6E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 110 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.14 |
| HSL | 24.55º | 0.61% | 0.65% | - |
| HSV(B) | 24.55º | 0.5% | 0.86% | - |
| XYZ | 44.05 | 39.78 | 20.11 | - |
| YUV | 169.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 110 | 0 | 0.30 | 0.50 | 0.14 | 24.55 | 0.61 | 0.65 |
| Hex | DC | 9B | 6E | 0 | 1E | 32 | E | 19 | 3D | 41 |
| Octal | 334 | 233 | 156 | 0 | 36 | 62 | 16 | 31 | 75 | 101 |
| Binary | 11011100 | 10011011 | 1101110 | 0 | 11110 | 110010 | 1110 | 11001 | 111101 | 1000001 |
Color Harmonies of #DC9B6E
Complementary color
Monochromatic Colors of #DC9B6E
Black with #DC9B6E
Text Example
Text Example
White with #DC9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B6E; }
p { color: rgb(220,155,110); }
H1.HeaderClassName
{
color: #DC9B6E;
}
.AnyTagClassName
{
color: #DC9B6E;
}
</style>
background-color css
<style>
a { background-color: #DC9B6E; }
a { background-color: rgb(220,155,110); }
div.DivClassName
{
background-color: #DC9B6E;
}
.BgClassName
{
background-color: #DC9B6E;
}
</style>
border-color css
<style>
span { border-color: #DC9B6E; }
span { border-color: rgb(220,155,110); }
td.TdClassName
{
border-color: #DC9B6E;
}
.TagClassName
{
border-color: #DC9B6E;
}
</style>