Shades of Copper #DC9369
Tints of Copper #DC9369
RGB
CMYK
RGB Variations
Color information
#DC9369 (or 0xDC9369) is known color: Copper. HEX triplet: DC, 93 and 69. RGB value is (220,147,105). Sum of RGB (Red+Green+Blue) = 220+147+105=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9369 is #236C96. Grayscale: #A4A4A4. Windows color (decimal): -2321559 or 6919132. OLE color: 6919132.
HSL color Cylindrical-coordinate representation of color #DC9369: hue angle of 21.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC9369 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 105 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.14 |
| HSL | 21.91º | 0.62% | 0.64% | - |
| HSV(B) | 21.91º | 0.52% | 0.86% | - |
| XYZ | 42.5 | 37.1 | 18.29 | - |
| YUV | 164.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 105 | 0 | 0.33 | 0.52 | 0.14 | 21.91 | 0.62 | 0.64 |
| Hex | DC | 93 | 69 | 0 | 21 | 34 | E | 16 | 3E | 40 |
| Octal | 334 | 223 | 151 | 0 | 41 | 64 | 16 | 26 | 76 | 100 |
| Binary | 11011100 | 10010011 | 1101001 | 0 | 100001 | 110100 | 1110 | 10110 | 111110 | 1000000 |
Color Harmonies of #DC9369
Complementary color
Monochromatic Colors of #DC9369
Black with #DC9369
Text Example
Text Example
White with #DC9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9369; }
p { color: rgb(220,147,105); }
H1.HeaderClassName
{
color: #DC9369;
}
.AnyTagClassName
{
color: #DC9369;
}
</style>
background-color css
<style>
a { background-color: #DC9369; }
a { background-color: rgb(220,147,105); }
div.DivClassName
{
background-color: #DC9369;
}
.BgClassName
{
background-color: #DC9369;
}
</style>
border-color css
<style>
span { border-color: #DC9369; }
span { border-color: rgb(220,147,105); }
td.TdClassName
{
border-color: #DC9369;
}
.TagClassName
{
border-color: #DC9369;
}
</style>