Shades of Copper #DD956B
Tints of Copper #DD956B
RGB
CMYK
RGB Variations
Color information
#DD956B (or 0xDD956B) is known color: Copper. HEX triplet: DD, 95 and 6B. RGB value is (221,149,107). Sum of RGB (Red+Green+Blue) = 221+149+107=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD956B is #226A94. Grayscale: #A5A5A5. Windows color (decimal): -2255509 or 7050717. OLE color: 7050717.
HSL color Cylindrical-coordinate representation of color #DD956B: hue angle of 22.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD956B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 107 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 22.11º | 0.63% | 0.64% | - |
| HSV(B) | 22.11º | 0.52% | 0.87% | - |
| XYZ | 43.22 | 37.93 | 18.95 | - |
| YUV | 165.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 107 | 0 | 0.33 | 0.52 | 0.13 | 22.11 | 0.63 | 0.64 |
| Hex | DD | 95 | 6B | 0 | 21 | 34 | D | 16 | 3F | 40 |
| Octal | 335 | 225 | 153 | 0 | 41 | 64 | 15 | 26 | 77 | 100 |
| Binary | 11011101 | 10010101 | 1101011 | 0 | 100001 | 110100 | 1101 | 10110 | 111111 | 1000000 |
Color Harmonies of #DD956B
Complementary color
Monochromatic Colors of #DD956B
Black with #DD956B
Text Example
Text Example
White with #DD956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD956B; }
p { color: rgb(221,149,107); }
H1.HeaderClassName
{
color: #DD956B;
}
.AnyTagClassName
{
color: #DD956B;
}
</style>
background-color css
<style>
a { background-color: #DD956B; }
a { background-color: rgb(221,149,107); }
div.DivClassName
{
background-color: #DD956B;
}
.BgClassName
{
background-color: #DD956B;
}
</style>
border-color css
<style>
span { border-color: #DD956B; }
span { border-color: rgb(221,149,107); }
td.TdClassName
{
border-color: #DD956B;
}
.TagClassName
{
border-color: #DD956B;
}
</style>