Shades of Copper #DD956C
Tints of Copper #DD956C
RGB
CMYK
RGB Variations
Color information
#DD956C (or 0xDD956C) is known color: Copper. HEX triplet: DD, 95 and 6C. RGB value is (221,149,108). Sum of RGB (Red+Green+Blue) = 221+149+108=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD956C is #226A93. Grayscale: #A6A6A6. Windows color (decimal): -2255508 or 7116253. OLE color: 7116253.
HSL color Cylindrical-coordinate representation of color #DD956C: hue angle of 21.77º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD956C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.13 |
| HSL | 21.77º | 0.62% | 0.65% | - |
| HSV(B) | 21.77º | 0.51% | 0.87% | - |
| XYZ | 43.27 | 37.95 | 19.23 | - |
| YUV | 165.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 108 | 0 | 0.33 | 0.51 | 0.13 | 21.77 | 0.62 | 0.65 |
| Hex | DD | 95 | 6C | 0 | 21 | 33 | D | 16 | 3E | 41 |
| Octal | 335 | 225 | 154 | 0 | 41 | 63 | 15 | 26 | 76 | 101 |
| Binary | 11011101 | 10010101 | 1101100 | 0 | 100001 | 110011 | 1101 | 10110 | 111110 | 1000001 |
Color Harmonies of #DD956C
Complementary color
Monochromatic Colors of #DD956C
Black with #DD956C
Text Example
Text Example
White with #DD956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD956C; }
p { color: rgb(221,149,108); }
H1.HeaderClassName
{
color: #DD956C;
}
.AnyTagClassName
{
color: #DD956C;
}
</style>
background-color css
<style>
a { background-color: #DD956C; }
a { background-color: rgb(221,149,108); }
div.DivClassName
{
background-color: #DD956C;
}
.BgClassName
{
background-color: #DD956C;
}
</style>
border-color css
<style>
span { border-color: #DD956C; }
span { border-color: rgb(221,149,108); }
td.TdClassName
{
border-color: #DD956C;
}
.TagClassName
{
border-color: #DD956C;
}
</style>