Shades of Copper #DD906A
Tints of Copper #DD906A
RGB
CMYK
RGB Variations
Color information
#DD906A (or 0xDD906A) is known color: Copper. HEX triplet: DD, 90 and 6A. RGB value is (221,144,106). Sum of RGB (Red+Green+Blue) = 221+144+106=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD906A is #226F95. Grayscale: #A2A2A2. Windows color (decimal): -2256790 or 6983901. OLE color: 6983901.
HSL color Cylindrical-coordinate representation of color #DD906A: hue angle of 19.83º 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 #DD906A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 106 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.13 |
| HSL | 19.83º | 0.63% | 0.64% | - |
| HSV(B) | 19.83º | 0.52% | 0.87% | - |
| XYZ | 42.39 | 36.36 | 18.42 | - |
| YUV | 162.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 106 | 0 | 0.35 | 0.52 | 0.13 | 19.83 | 0.63 | 0.64 |
| Hex | DD | 90 | 6A | 0 | 23 | 34 | D | 14 | 3F | 40 |
| Octal | 335 | 220 | 152 | 0 | 43 | 64 | 15 | 24 | 77 | 100 |
| Binary | 11011101 | 10010000 | 1101010 | 0 | 100011 | 110100 | 1101 | 10100 | 111111 | 1000000 |
Color Harmonies of #DD906A
Complementary color
Monochromatic Colors of #DD906A
Black with #DD906A
Text Example
Text Example
White with #DD906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD906A; }
p { color: rgb(221,144,106); }
H1.HeaderClassName
{
color: #DD906A;
}
.AnyTagClassName
{
color: #DD906A;
}
</style>
background-color css
<style>
a { background-color: #DD906A; }
a { background-color: rgb(221,144,106); }
div.DivClassName
{
background-color: #DD906A;
}
.BgClassName
{
background-color: #DD906A;
}
</style>
border-color css
<style>
span { border-color: #DD906A; }
span { border-color: rgb(221,144,106); }
td.TdClassName
{
border-color: #DD906A;
}
.TagClassName
{
border-color: #DD906A;
}
</style>