Shades of Copper #DC9169
Tints of Copper #DC9169
RGB
CMYK
RGB Variations
Color information
#DC9169 (or 0xDC9169) is known color: Copper. HEX triplet: DC, 91 and 69. RGB value is (220,145,105). Sum of RGB (Red+Green+Blue) = 220+145+105=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9169 is #236E96. Grayscale: #A3A3A3. Windows color (decimal): -2322071 or 6918620. OLE color: 6918620.
HSL color Cylindrical-coordinate representation of color #DC9169: hue angle of 20.87º 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 #DC9169 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 105 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.14 |
| HSL | 20.87º | 0.62% | 0.64% | - |
| HSV(B) | 20.87º | 0.52% | 0.86% | - |
| XYZ | 42.19 | 36.49 | 18.18 | - |
| YUV | 162.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 105 | 0 | 0.34 | 0.52 | 0.14 | 20.87 | 0.62 | 0.64 |
| Hex | DC | 91 | 69 | 0 | 22 | 34 | E | 15 | 3E | 40 |
| Octal | 334 | 221 | 151 | 0 | 42 | 64 | 16 | 25 | 76 | 100 |
| Binary | 11011100 | 10010001 | 1101001 | 0 | 100010 | 110100 | 1110 | 10101 | 111110 | 1000000 |
Color Harmonies of #DC9169
Complementary color
Monochromatic Colors of #DC9169
Black with #DC9169
Text Example
Text Example
White with #DC9169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9169; }
p { color: rgb(220,145,105); }
H1.HeaderClassName
{
color: #DC9169;
}
.AnyTagClassName
{
color: #DC9169;
}
</style>
background-color css
<style>
a { background-color: #DC9169; }
a { background-color: rgb(220,145,105); }
div.DivClassName
{
background-color: #DC9169;
}
.BgClassName
{
background-color: #DC9169;
}
</style>
border-color css
<style>
span { border-color: #DC9169; }
span { border-color: rgb(220,145,105); }
td.TdClassName
{
border-color: #DC9169;
}
.TagClassName
{
border-color: #DC9169;
}
</style>