Shades of Copper #DC8F69
Tints of Copper #DC8F69
RGB
CMYK
RGB Variations
Color information
#DC8F69 (or 0xDC8F69) is known color: Copper. HEX triplet: DC, 8F and 69. RGB value is (220,143,105). Sum of RGB (Red+Green+Blue) = 220+143+105=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F69 is #237096. Grayscale: #A1A1A1. Windows color (decimal): -2322583 or 6918108. OLE color: 6918108.
HSL color Cylindrical-coordinate representation of color #DC8F69: hue angle of 19.83º 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 #DC8F69 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 105 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.14 |
| HSL | 19.83º | 0.62% | 0.64% | - |
| HSV(B) | 19.83º | 0.52% | 0.86% | - |
| XYZ | 41.89 | 35.88 | 18.08 | - |
| YUV | 161.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 105 | 0 | 0.35 | 0.52 | 0.14 | 19.83 | 0.62 | 0.64 |
| Hex | DC | 8F | 69 | 0 | 23 | 34 | E | 14 | 3E | 40 |
| Octal | 334 | 217 | 151 | 0 | 43 | 64 | 16 | 24 | 76 | 100 |
| Binary | 11011100 | 10001111 | 1101001 | 0 | 100011 | 110100 | 1110 | 10100 | 111110 | 1000000 |
Color Harmonies of #DC8F69
Complementary color
Monochromatic Colors of #DC8F69
Black with #DC8F69
Text Example
Text Example
White with #DC8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F69; }
p { color: rgb(220,143,105); }
H1.HeaderClassName
{
color: #DC8F69;
}
.AnyTagClassName
{
color: #DC8F69;
}
</style>
background-color css
<style>
a { background-color: #DC8F69; }
a { background-color: rgb(220,143,105); }
div.DivClassName
{
background-color: #DC8F69;
}
.BgClassName
{
background-color: #DC8F69;
}
</style>
border-color css
<style>
span { border-color: #DC8F69; }
span { border-color: rgb(220,143,105); }
td.TdClassName
{
border-color: #DC8F69;
}
.TagClassName
{
border-color: #DC8F69;
}
</style>