Shades of Copper #DC9269
Tints of Copper #DC9269
RGB
CMYK
RGB Variations
Color information
#DC9269 (or 0xDC9269) is known color: Copper. HEX triplet: DC, 92 and 69. RGB value is (220,146,105). Sum of RGB (Red+Green+Blue) = 220+146+105=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9269 is #236D96. Grayscale: #A3A3A3. Windows color (decimal): -2321815 or 6918876. OLE color: 6918876.
HSL color Cylindrical-coordinate representation of color #DC9269: hue angle of 21.39º 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 #DC9269 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 105 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.14 |
| HSL | 21.39º | 0.62% | 0.64% | - |
| HSV(B) | 21.39º | 0.52% | 0.86% | - |
| XYZ | 42.34 | 36.79 | 18.23 | - |
| YUV | 163.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 105 | 0 | 0.34 | 0.52 | 0.14 | 21.39 | 0.62 | 0.64 |
| Hex | DC | 92 | 69 | 0 | 22 | 34 | E | 15 | 3E | 40 |
| Octal | 334 | 222 | 151 | 0 | 42 | 64 | 16 | 25 | 76 | 100 |
| Binary | 11011100 | 10010010 | 1101001 | 0 | 100010 | 110100 | 1110 | 10101 | 111110 | 1000000 |
Color Harmonies of #DC9269
Complementary color
Monochromatic Colors of #DC9269
Black with #DC9269
Text Example
Text Example
White with #DC9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9269; }
p { color: rgb(220,146,105); }
H1.HeaderClassName
{
color: #DC9269;
}
.AnyTagClassName
{
color: #DC9269;
}
</style>
background-color css
<style>
a { background-color: #DC9269; }
a { background-color: rgb(220,146,105); }
div.DivClassName
{
background-color: #DC9269;
}
.BgClassName
{
background-color: #DC9269;
}
</style>
border-color css
<style>
span { border-color: #DC9269; }
span { border-color: rgb(220,146,105); }
td.TdClassName
{
border-color: #DC9269;
}
.TagClassName
{
border-color: #DC9269;
}
</style>