Shades of Copper #D9946C
Tints of Copper #D9946C
RGB
CMYK
RGB Variations
Color information
#D9946C (or 0xD9946C) is known color: Copper. HEX triplet: D9, 94 and 6C. RGB value is (217,148,108). Sum of RGB (Red+Green+Blue) = 217+148+108=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946C is #266B93. Grayscale: #A4A4A4. Windows color (decimal): -2517908 or 7115993. OLE color: 7115993.
HSL color Cylindrical-coordinate representation of color #D9946C: hue angle of 22.02º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9946C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 108 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.15 |
| HSL | 22.02º | 0.59% | 0.64% | - |
| HSV(B) | 22.02º | 0.5% | 0.85% | - |
| XYZ | 41.91 | 37.01 | 19.12 | - |
| YUV | 164.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 108 | 0 | 0.32 | 0.50 | 0.15 | 22.02 | 0.59 | 0.64 |
| Hex | D9 | 94 | 6C | 0 | 20 | 32 | F | 16 | 3B | 40 |
| Octal | 331 | 224 | 154 | 0 | 40 | 62 | 17 | 26 | 73 | 100 |
| Binary | 11011001 | 10010100 | 1101100 | 0 | 100000 | 110010 | 1111 | 10110 | 111011 | 1000000 |
Color Harmonies of #D9946C
Complementary color
Monochromatic Colors of #D9946C
Black with #D9946C
Text Example
Text Example
White with #D9946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9946C; }
p { color: rgb(217,148,108); }
H1.HeaderClassName
{
color: #D9946C;
}
.AnyTagClassName
{
color: #D9946C;
}
</style>
background-color css
<style>
a { background-color: #D9946C; }
a { background-color: rgb(217,148,108); }
div.DivClassName
{
background-color: #D9946C;
}
.BgClassName
{
background-color: #D9946C;
}
</style>
border-color css
<style>
span { border-color: #D9946C; }
span { border-color: rgb(217,148,108); }
td.TdClassName
{
border-color: #D9946C;
}
.TagClassName
{
border-color: #D9946C;
}
</style>