Shades of Copper #DD906D
Tints of Copper #DD906D
RGB
CMYK
RGB Variations
Color information
#DD906D (or 0xDD906D) is known color: Copper. HEX triplet: DD, 90 and 6D. RGB value is (221,144,109). Sum of RGB (Red+Green+Blue) = 221+144+109=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD906D is #226F92. Grayscale: #A3A3A3. Windows color (decimal): -2256787 or 7180509. OLE color: 7180509.
HSL color Cylindrical-coordinate representation of color #DD906D: hue angle of 18.75º 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 #DD906D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 109 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.13 |
| HSL | 18.75º | 0.62% | 0.65% | - |
| HSV(B) | 18.75º | 0.51% | 0.87% | - |
| XYZ | 42.55 | 36.42 | 19.26 | - |
| YUV | 163.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 109 | 0 | 0.35 | 0.51 | 0.13 | 18.75 | 0.62 | 0.65 |
| Hex | DD | 90 | 6D | 0 | 23 | 33 | D | 13 | 3E | 41 |
| Octal | 335 | 220 | 155 | 0 | 43 | 63 | 15 | 23 | 76 | 101 |
| Binary | 11011101 | 10010000 | 1101101 | 0 | 100011 | 110011 | 1101 | 10011 | 111110 | 1000001 |
Color Harmonies of #DD906D
Complementary color
Monochromatic Colors of #DD906D
Black with #DD906D
Text Example
Text Example
White with #DD906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD906D; }
p { color: rgb(221,144,109); }
H1.HeaderClassName
{
color: #DD906D;
}
.AnyTagClassName
{
color: #DD906D;
}
</style>
background-color css
<style>
a { background-color: #DD906D; }
a { background-color: rgb(221,144,109); }
div.DivClassName
{
background-color: #DD906D;
}
.BgClassName
{
background-color: #DD906D;
}
</style>
border-color css
<style>
span { border-color: #DD906D; }
span { border-color: rgb(221,144,109); }
td.TdClassName
{
border-color: #DD906D;
}
.TagClassName
{
border-color: #DD906D;
}
</style>