Shades of Copper #DD9369
Tints of Copper #DD9369
RGB
CMYK
RGB Variations
Color information
#DD9369 (or 0xDD9369) is known color: Copper. HEX triplet: DD, 93 and 69. RGB value is (221,147,105). Sum of RGB (Red+Green+Blue) = 221+147+105=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9369 is #226C96. Grayscale: #A4A4A4. Windows color (decimal): -2256023 or 6919133. OLE color: 6919133.
HSL color Cylindrical-coordinate representation of color #DD9369: hue angle of 21.72º 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 #DD9369 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 105 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 21.72º | 0.63% | 0.64% | - |
| HSV(B) | 21.72º | 0.52% | 0.87% | - |
| XYZ | 42.8 | 37.26 | 18.3 | - |
| YUV | 164.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 105 | 0 | 0.33 | 0.52 | 0.13 | 21.72 | 0.63 | 0.64 |
| Hex | DD | 93 | 69 | 0 | 21 | 34 | D | 16 | 3F | 40 |
| Octal | 335 | 223 | 151 | 0 | 41 | 64 | 15 | 26 | 77 | 100 |
| Binary | 11011101 | 10010011 | 1101001 | 0 | 100001 | 110100 | 1101 | 10110 | 111111 | 1000000 |
Color Harmonies of #DD9369
Complementary color
Monochromatic Colors of #DD9369
Black with #DD9369
Text Example
Text Example
White with #DD9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9369; }
p { color: rgb(221,147,105); }
H1.HeaderClassName
{
color: #DD9369;
}
.AnyTagClassName
{
color: #DD9369;
}
</style>
background-color css
<style>
a { background-color: #DD9369; }
a { background-color: rgb(221,147,105); }
div.DivClassName
{
background-color: #DD9369;
}
.BgClassName
{
background-color: #DD9369;
}
</style>
border-color css
<style>
span { border-color: #DD9369; }
span { border-color: rgb(221,147,105); }
td.TdClassName
{
border-color: #DD9369;
}
.TagClassName
{
border-color: #DD9369;
}
</style>