Shades of Feldspar #DC9B78
Tints of Feldspar #DC9B78
RGB
CMYK
RGB Variations
Color information
#DC9B78 (or 0xDC9B78) is known color: Feldspar. HEX triplet: DC, 9B and 78. RGB value is (220,155,120). Sum of RGB (Red+Green+Blue) = 220+155+120=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B78 is #236487. Grayscale: #AAAAAA. Windows color (decimal): -2319496 or 7904220. OLE color: 7904220.
HSL color Cylindrical-coordinate representation of color #DC9B78: hue angle of 21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9B78 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 120 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.14 |
| HSL | 21º | 0.59% | 0.67% | - |
| HSV(B) | 21º | 0.45% | 0.86% | - |
| XYZ | 44.63 | 40.01 | 23.14 | - |
| YUV | 170.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 120 | 0 | 0.30 | 0.45 | 0.14 | 21 | 0.59 | 0.67 |
| Hex | DC | 9B | 78 | 0 | 1E | 2D | E | 15 | 3B | 43 |
| Octal | 334 | 233 | 170 | 0 | 36 | 55 | 16 | 25 | 73 | 103 |
| Binary | 11011100 | 10011011 | 1111000 | 0 | 11110 | 101101 | 1110 | 10101 | 111011 | 1000011 |
Color Harmonies of #DC9B78
Complementary color
Monochromatic Colors of #DC9B78
Black with #DC9B78
Text Example
Text Example
White with #DC9B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B78; }
p { color: rgb(220,155,120); }
H1.HeaderClassName
{
color: #DC9B78;
}
.AnyTagClassName
{
color: #DC9B78;
}
</style>
background-color css
<style>
a { background-color: #DC9B78; }
a { background-color: rgb(220,155,120); }
div.DivClassName
{
background-color: #DC9B78;
}
.BgClassName
{
background-color: #DC9B78;
}
</style>
border-color css
<style>
span { border-color: #DC9B78; }
span { border-color: rgb(220,155,120); }
td.TdClassName
{
border-color: #DC9B78;
}
.TagClassName
{
border-color: #DC9B78;
}
</style>