Shades of Feldspar #DC976F
Tints of Feldspar #DC976F
RGB
CMYK
RGB Variations
Color information
#DC976F (or 0xDC976F) is known color: Feldspar. HEX triplet: DC, 97 and 6F. RGB value is (220,151,111). Sum of RGB (Red+Green+Blue) = 220+151+111=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976F is #236890. Grayscale: #A7A7A7. Windows color (decimal): -2320529 or 7313372. OLE color: 7313372.
HSL color Cylindrical-coordinate representation of color #DC976F: hue angle of 22.02º 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 #DC976F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 111 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.14 |
| HSL | 22.02º | 0.61% | 0.65% | - |
| HSV(B) | 22.02º | 0.5% | 0.86% | - |
| XYZ | 43.45 | 38.5 | 20.18 | - |
| YUV | 167.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 111 | 0 | 0.31 | 0.50 | 0.14 | 22.02 | 0.61 | 0.65 |
| Hex | DC | 97 | 6F | 0 | 1F | 32 | E | 16 | 3D | 41 |
| Octal | 334 | 227 | 157 | 0 | 37 | 62 | 16 | 26 | 75 | 101 |
| Binary | 11011100 | 10010111 | 1101111 | 0 | 11111 | 110010 | 1110 | 10110 | 111101 | 1000001 |
Color Harmonies of #DC976F
Complementary color
Monochromatic Colors of #DC976F
Black with #DC976F
Text Example
Text Example
White with #DC976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC976F; }
p { color: rgb(220,151,111); }
H1.HeaderClassName
{
color: #DC976F;
}
.AnyTagClassName
{
color: #DC976F;
}
</style>
background-color css
<style>
a { background-color: #DC976F; }
a { background-color: rgb(220,151,111); }
div.DivClassName
{
background-color: #DC976F;
}
.BgClassName
{
background-color: #DC976F;
}
</style>
border-color css
<style>
span { border-color: #DC976F; }
span { border-color: rgb(220,151,111); }
td.TdClassName
{
border-color: #DC976F;
}
.TagClassName
{
border-color: #DC976F;
}
</style>