Shades of Copper #D9906C
Tints of Copper #D9906C
RGB
CMYK
RGB Variations
Color information
#D9906C (or 0xD9906C) is known color: Copper. HEX triplet: D9, 90 and 6C. RGB value is (217,144,108). Sum of RGB (Red+Green+Blue) = 217+144+108=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9906C is #266F93. Grayscale: #A1A1A1. Windows color (decimal): -2518932 or 7114969. OLE color: 7114969.
HSL color Cylindrical-coordinate representation of color #D9906C: hue angle of 19.82º 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 #D9906C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 108 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.15 |
| HSL | 19.82º | 0.59% | 0.64% | - |
| HSV(B) | 19.82º | 0.5% | 0.85% | - |
| XYZ | 41.3 | 35.78 | 18.92 | - |
| YUV | 161.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 108 | 0 | 0.34 | 0.50 | 0.15 | 19.82 | 0.59 | 0.64 |
| Hex | D9 | 90 | 6C | 0 | 22 | 32 | F | 14 | 3B | 40 |
| Octal | 331 | 220 | 154 | 0 | 42 | 62 | 17 | 24 | 73 | 100 |
| Binary | 11011001 | 10010000 | 1101100 | 0 | 100010 | 110010 | 1111 | 10100 | 111011 | 1000000 |
Color Harmonies of #D9906C
Complementary color
Monochromatic Colors of #D9906C
Black with #D9906C
Text Example
Text Example
White with #D9906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9906C; }
p { color: rgb(217,144,108); }
H1.HeaderClassName
{
color: #D9906C;
}
.AnyTagClassName
{
color: #D9906C;
}
</style>
background-color css
<style>
a { background-color: #D9906C; }
a { background-color: rgb(217,144,108); }
div.DivClassName
{
background-color: #D9906C;
}
.BgClassName
{
background-color: #D9906C;
}
</style>
border-color css
<style>
span { border-color: #D9906C; }
span { border-color: rgb(217,144,108); }
td.TdClassName
{
border-color: #D9906C;
}
.TagClassName
{
border-color: #D9906C;
}
</style>