Shades of Copper #DD9669
Tints of Copper #DD9669
RGB
CMYK
RGB Variations
Color information
#DD9669 (or 0xDD9669) is known color: Copper. HEX triplet: DD, 96 and 69. RGB value is (221,150,105). Sum of RGB (Red+Green+Blue) = 221+150+105=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9669 is #226996. Grayscale: #A6A6A6. Windows color (decimal): -2255255 or 6919901. OLE color: 6919901.
HSL color Cylindrical-coordinate representation of color #DD9669: hue angle of 23.28º 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 #DD9669 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 105 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.13 |
| HSL | 23.28º | 0.63% | 0.64% | - |
| HSV(B) | 23.28º | 0.52% | 0.87% | - |
| XYZ | 43.27 | 38.2 | 18.46 | - |
| YUV | 166.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 105 | 0 | 0.32 | 0.52 | 0.13 | 23.28 | 0.63 | 0.64 |
| Hex | DD | 96 | 69 | 0 | 20 | 34 | D | 17 | 3F | 40 |
| Octal | 335 | 226 | 151 | 0 | 40 | 64 | 15 | 27 | 77 | 100 |
| Binary | 11011101 | 10010110 | 1101001 | 0 | 100000 | 110100 | 1101 | 10111 | 111111 | 1000000 |
Color Harmonies of #DD9669
Complementary color
Monochromatic Colors of #DD9669
Black with #DD9669
Text Example
Text Example
White with #DD9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9669; }
p { color: rgb(221,150,105); }
H1.HeaderClassName
{
color: #DD9669;
}
.AnyTagClassName
{
color: #DD9669;
}
</style>
background-color css
<style>
a { background-color: #DD9669; }
a { background-color: rgb(221,150,105); }
div.DivClassName
{
background-color: #DD9669;
}
.BgClassName
{
background-color: #DD9669;
}
</style>
border-color css
<style>
span { border-color: #DD9669; }
span { border-color: rgb(221,150,105); }
td.TdClassName
{
border-color: #DD9669;
}
.TagClassName
{
border-color: #DD9669;
}
</style>