Shades of Copper #DC906F
Tints of Copper #DC906F
RGB
CMYK
RGB Variations
Color information
#DC906F (or 0xDC906F) is known color: Copper. HEX triplet: DC, 90 and 6F. RGB value is (220,144,111). Sum of RGB (Red+Green+Blue) = 220+144+111=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC906F is #236F90. Grayscale: #A3A3A3. Windows color (decimal): -2322321 or 7311580. OLE color: 7311580.
HSL color Cylindrical-coordinate representation of color #DC906F: hue angle of 18.17º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC906F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 111 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.14 |
| HSL | 18.17º | 0.61% | 0.65% | - |
| HSV(B) | 18.17º | 0.5% | 0.86% | - |
| XYZ | 42.36 | 36.31 | 19.81 | - |
| YUV | 162.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 111 | 0 | 0.35 | 0.50 | 0.14 | 18.17 | 0.61 | 0.65 |
| Hex | DC | 90 | 6F | 0 | 23 | 32 | E | 12 | 3D | 41 |
| Octal | 334 | 220 | 157 | 0 | 43 | 62 | 16 | 22 | 75 | 101 |
| Binary | 11011100 | 10010000 | 1101111 | 0 | 100011 | 110010 | 1110 | 10010 | 111101 | 1000001 |
Color Harmonies of #DC906F
Complementary color
Monochromatic Colors of #DC906F
Black with #DC906F
Text Example
Text Example
White with #DC906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC906F; }
p { color: rgb(220,144,111); }
H1.HeaderClassName
{
color: #DC906F;
}
.AnyTagClassName
{
color: #DC906F;
}
</style>
background-color css
<style>
a { background-color: #DC906F; }
a { background-color: rgb(220,144,111); }
div.DivClassName
{
background-color: #DC906F;
}
.BgClassName
{
background-color: #DC906F;
}
</style>
border-color css
<style>
span { border-color: #DC906F; }
span { border-color: rgb(220,144,111); }
td.TdClassName
{
border-color: #DC906F;
}
.TagClassName
{
border-color: #DC906F;
}
</style>