Shades of Copper #DD936C
Tints of Copper #DD936C
RGB
CMYK
RGB Variations
Color information
#DD936C (or 0xDD936C) is known color: Copper. HEX triplet: DD, 93 and 6C. RGB value is (221,147,108). Sum of RGB (Red+Green+Blue) = 221+147+108=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD936C is #226C93. Grayscale: #A4A4A4. Windows color (decimal): -2256020 or 7115741. OLE color: 7115741.
HSL color Cylindrical-coordinate representation of color #DD936C: hue angle of 20.71º 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 #DD936C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.13 |
| HSL | 20.71º | 0.62% | 0.65% | - |
| HSV(B) | 20.71º | 0.51% | 0.87% | - |
| XYZ | 42.96 | 37.32 | 19.13 | - |
| YUV | 164.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 108 | 0 | 0.33 | 0.51 | 0.13 | 20.71 | 0.62 | 0.65 |
| Hex | DD | 93 | 6C | 0 | 21 | 33 | D | 15 | 3E | 41 |
| Octal | 335 | 223 | 154 | 0 | 41 | 63 | 15 | 25 | 76 | 101 |
| Binary | 11011101 | 10010011 | 1101100 | 0 | 100001 | 110011 | 1101 | 10101 | 111110 | 1000001 |
Color Harmonies of #DD936C
Complementary color
Monochromatic Colors of #DD936C
Black with #DD936C
Text Example
Text Example
White with #DD936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD936C; }
p { color: rgb(221,147,108); }
H1.HeaderClassName
{
color: #DD936C;
}
.AnyTagClassName
{
color: #DD936C;
}
</style>
background-color css
<style>
a { background-color: #DD936C; }
a { background-color: rgb(221,147,108); }
div.DivClassName
{
background-color: #DD936C;
}
.BgClassName
{
background-color: #DD936C;
}
</style>
border-color css
<style>
span { border-color: #DD936C; }
span { border-color: rgb(221,147,108); }
td.TdClassName
{
border-color: #DD936C;
}
.TagClassName
{
border-color: #DD936C;
}
</style>