Shades of Copper #DC906B
Tints of Copper #DC906B
RGB
CMYK
RGB Variations
Color information
#DC906B (or 0xDC906B) is known color: Copper. HEX triplet: DC, 90 and 6B. RGB value is (220,144,107). Sum of RGB (Red+Green+Blue) = 220+144+107=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC906B is #236F94. Grayscale: #A2A2A2. Windows color (decimal): -2322325 or 7049436. OLE color: 7049436.
HSL color Cylindrical-coordinate representation of color #DC906B: hue angle of 19.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC906B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 107 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.14 |
| HSL | 19.65º | 0.62% | 0.64% | - |
| HSV(B) | 19.65º | 0.51% | 0.86% | - |
| XYZ | 42.14 | 36.22 | 18.68 | - |
| YUV | 162.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 107 | 0 | 0.35 | 0.51 | 0.14 | 19.65 | 0.62 | 0.64 |
| Hex | DC | 90 | 6B | 0 | 23 | 33 | E | 14 | 3E | 40 |
| Octal | 334 | 220 | 153 | 0 | 43 | 63 | 16 | 24 | 76 | 100 |
| Binary | 11011100 | 10010000 | 1101011 | 0 | 100011 | 110011 | 1110 | 10100 | 111110 | 1000000 |
Color Harmonies of #DC906B
Complementary color
Monochromatic Colors of #DC906B
Black with #DC906B
Text Example
Text Example
White with #DC906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC906B; }
p { color: rgb(220,144,107); }
H1.HeaderClassName
{
color: #DC906B;
}
.AnyTagClassName
{
color: #DC906B;
}
</style>
background-color css
<style>
a { background-color: #DC906B; }
a { background-color: rgb(220,144,107); }
div.DivClassName
{
background-color: #DC906B;
}
.BgClassName
{
background-color: #DC906B;
}
</style>
border-color css
<style>
span { border-color: #DC906B; }
span { border-color: rgb(220,144,107); }
td.TdClassName
{
border-color: #DC906B;
}
.TagClassName
{
border-color: #DC906B;
}
</style>