Shades of Copper #DD9268
Tints of Copper #DD9268
RGB
CMYK
RGB Variations
Color information
#DD9268 (or 0xDD9268) is known color: Copper. HEX triplet: DD, 92 and 68. RGB value is (221,146,104). Sum of RGB (Red+Green+Blue) = 221+146+104=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9268 is #226D97. Grayscale: #A3A3A3. Windows color (decimal): -2256280 or 6853341. OLE color: 6853341.
HSL color Cylindrical-coordinate representation of color #DD9268: hue angle of 21.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD9268 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 104 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.13 |
| HSL | 21.54º | 0.63% | 0.64% | - |
| HSV(B) | 21.54º | 0.53% | 0.87% | - |
| XYZ | 42.6 | 36.93 | 17.98 | - |
| YUV | 163.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 104 | 0 | 0.34 | 0.53 | 0.13 | 21.54 | 0.63 | 0.64 |
| Hex | DD | 92 | 68 | 0 | 22 | 35 | D | 16 | 3F | 40 |
| Octal | 335 | 222 | 150 | 0 | 42 | 65 | 15 | 26 | 77 | 100 |
| Binary | 11011101 | 10010010 | 1101000 | 0 | 100010 | 110101 | 1101 | 10110 | 111111 | 1000000 |
Color Harmonies of #DD9268
Complementary color
Monochromatic Colors of #DD9268
Black with #DD9268
Text Example
Text Example
White with #DD9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9268; }
p { color: rgb(221,146,104); }
H1.HeaderClassName
{
color: #DD9268;
}
.AnyTagClassName
{
color: #DD9268;
}
</style>
background-color css
<style>
a { background-color: #DD9268; }
a { background-color: rgb(221,146,104); }
div.DivClassName
{
background-color: #DD9268;
}
.BgClassName
{
background-color: #DD9268;
}
</style>
border-color css
<style>
span { border-color: #DD9268; }
span { border-color: rgb(221,146,104); }
td.TdClassName
{
border-color: #DD9268;
}
.TagClassName
{
border-color: #DD9268;
}
</style>