Shades of Copper #D9936D
Tints of Copper #D9936D
RGB
CMYK
RGB Variations
Color information
#D9936D (or 0xD9936D) is known color: Copper. HEX triplet: D9, 93 and 6D. RGB value is (217,147,109). Sum of RGB (Red+Green+Blue) = 217+147+109=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9936D is #266C92. Grayscale: #A3A3A3. Windows color (decimal): -2518163 or 7181273. OLE color: 7181273.
HSL color Cylindrical-coordinate representation of color #D9936D: hue angle of 21.11º 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 #D9936D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 109 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.15 |
| HSL | 21.11º | 0.59% | 0.64% | - |
| HSV(B) | 21.11º | 0.5% | 0.85% | - |
| XYZ | 41.81 | 36.72 | 19.35 | - |
| YUV | 163.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 109 | 0 | 0.32 | 0.50 | 0.15 | 21.11 | 0.59 | 0.64 |
| Hex | D9 | 93 | 6D | 0 | 20 | 32 | F | 15 | 3B | 40 |
| Octal | 331 | 223 | 155 | 0 | 40 | 62 | 17 | 25 | 73 | 100 |
| Binary | 11011001 | 10010011 | 1101101 | 0 | 100000 | 110010 | 1111 | 10101 | 111011 | 1000000 |
Color Harmonies of #D9936D
Complementary color
Monochromatic Colors of #D9936D
Black with #D9936D
Text Example
Text Example
White with #D9936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9936D; }
p { color: rgb(217,147,109); }
H1.HeaderClassName
{
color: #D9936D;
}
.AnyTagClassName
{
color: #D9936D;
}
</style>
background-color css
<style>
a { background-color: #D9936D; }
a { background-color: rgb(217,147,109); }
div.DivClassName
{
background-color: #D9936D;
}
.BgClassName
{
background-color: #D9936D;
}
</style>
border-color css
<style>
span { border-color: #D9936D; }
span { border-color: rgb(217,147,109); }
td.TdClassName
{
border-color: #D9936D;
}
.TagClassName
{
border-color: #D9936D;
}
</style>