Shades of Feldspar #DC9276
Tints of Feldspar #DC9276
RGB
CMYK
RGB Variations
Color information
#DC9276 (or 0xDC9276) is known color: Feldspar. HEX triplet: DC, 92 and 76. RGB value is (220,146,118). Sum of RGB (Red+Green+Blue) = 220+146+118=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9276 is #236D89. Grayscale: #A5A5A5. Windows color (decimal): -2321802 or 7770844. OLE color: 7770844.
HSL color Cylindrical-coordinate representation of color #DC9276: hue angle of 16.47º 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 #DC9276 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 118 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.14 |
| HSL | 16.47º | 0.59% | 0.66% | - |
| HSV(B) | 16.47º | 0.46% | 0.86% | - |
| XYZ | 43.06 | 37.08 | 22.03 | - |
| YUV | 164.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 118 | 0 | 0.34 | 0.46 | 0.14 | 16.47 | 0.59 | 0.66 |
| Hex | DC | 92 | 76 | 0 | 22 | 2E | E | 10 | 3B | 42 |
| Octal | 334 | 222 | 166 | 0 | 42 | 56 | 16 | 20 | 73 | 102 |
| Binary | 11011100 | 10010010 | 1110110 | 0 | 100010 | 101110 | 1110 | 10000 | 111011 | 1000010 |
Color Harmonies of #DC9276
Complementary color
Monochromatic Colors of #DC9276
Black with #DC9276
Text Example
Text Example
White with #DC9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9276; }
p { color: rgb(220,146,118); }
H1.HeaderClassName
{
color: #DC9276;
}
.AnyTagClassName
{
color: #DC9276;
}
</style>
background-color css
<style>
a { background-color: #DC9276; }
a { background-color: rgb(220,146,118); }
div.DivClassName
{
background-color: #DC9276;
}
.BgClassName
{
background-color: #DC9276;
}
</style>
border-color css
<style>
span { border-color: #DC9276; }
span { border-color: rgb(220,146,118); }
td.TdClassName
{
border-color: #DC9276;
}
.TagClassName
{
border-color: #DC9276;
}
</style>