Shades of Feldspar #DC9278
Tints of Feldspar #DC9278
RGB
CMYK
RGB Variations
Color information
#DC9278 (or 0xDC9278) is known color: Feldspar. HEX triplet: DC, 92 and 78. RGB value is (220,146,120). Sum of RGB (Red+Green+Blue) = 220+146+120=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9278 is #236D87. Grayscale: #A5A5A5. Windows color (decimal): -2321800 or 7901916. OLE color: 7901916.
HSL color Cylindrical-coordinate representation of color #DC9278: hue angle of 15.6º 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 #DC9278 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 120 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.14 |
| HSL | 15.6º | 0.59% | 0.67% | - |
| HSV(B) | 15.6º | 0.45% | 0.86% | - |
| XYZ | 43.18 | 37.13 | 22.66 | - |
| YUV | 165.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 120 | 0 | 0.34 | 0.45 | 0.14 | 15.6 | 0.59 | 0.67 |
| Hex | DC | 92 | 78 | 0 | 22 | 2D | E | 10 | 3B | 43 |
| Octal | 334 | 222 | 170 | 0 | 42 | 55 | 16 | 20 | 73 | 103 |
| Binary | 11011100 | 10010010 | 1111000 | 0 | 100010 | 101101 | 1110 | 10000 | 111011 | 1000011 |
Color Harmonies of #DC9278
Complementary color
Monochromatic Colors of #DC9278
Black with #DC9278
Text Example
Text Example
White with #DC9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9278; }
p { color: rgb(220,146,120); }
H1.HeaderClassName
{
color: #DC9278;
}
.AnyTagClassName
{
color: #DC9278;
}
</style>
background-color css
<style>
a { background-color: #DC9278; }
a { background-color: rgb(220,146,120); }
div.DivClassName
{
background-color: #DC9278;
}
.BgClassName
{
background-color: #DC9278;
}
</style>
border-color css
<style>
span { border-color: #DC9278; }
span { border-color: rgb(220,146,120); }
td.TdClassName
{
border-color: #DC9278;
}
.TagClassName
{
border-color: #DC9278;
}
</style>