Shades of Copper #D9936C
Tints of Copper #D9936C
RGB
CMYK
RGB Variations
Color information
#D9936C (or 0xD9936C) is known color: Copper. HEX triplet: D9, 93 and 6C. RGB value is (217,147,108). Sum of RGB (Red+Green+Blue) = 217+147+108=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9936C is #266C93. Grayscale: #A3A3A3. Windows color (decimal): -2518164 or 7115737. OLE color: 7115737.
HSL color Cylindrical-coordinate representation of color #D9936C: hue angle of 21.47º 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 #D9936C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 108 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.15 |
| HSL | 21.47º | 0.59% | 0.64% | - |
| HSV(B) | 21.47º | 0.5% | 0.85% | - |
| XYZ | 41.76 | 36.7 | 19.07 | - |
| YUV | 163.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 108 | 0 | 0.32 | 0.50 | 0.15 | 21.47 | 0.59 | 0.64 |
| Hex | D9 | 93 | 6C | 0 | 20 | 32 | F | 15 | 3B | 40 |
| Octal | 331 | 223 | 154 | 0 | 40 | 62 | 17 | 25 | 73 | 100 |
| Binary | 11011001 | 10010011 | 1101100 | 0 | 100000 | 110010 | 1111 | 10101 | 111011 | 1000000 |
Color Harmonies of #D9936C
Complementary color
Monochromatic Colors of #D9936C
Black with #D9936C
Text Example
Text Example
White with #D9936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9936C; }
p { color: rgb(217,147,108); }
H1.HeaderClassName
{
color: #D9936C;
}
.AnyTagClassName
{
color: #D9936C;
}
</style>
background-color css
<style>
a { background-color: #D9936C; }
a { background-color: rgb(217,147,108); }
div.DivClassName
{
background-color: #D9936C;
}
.BgClassName
{
background-color: #D9936C;
}
</style>
border-color css
<style>
span { border-color: #D9936C; }
span { border-color: rgb(217,147,108); }
td.TdClassName
{
border-color: #D9936C;
}
.TagClassName
{
border-color: #D9936C;
}
</style>