Shades of Copper #DD836A
Tints of Copper #DD836A
RGB
CMYK
RGB Variations
Color information
#DD836A (or 0xDD836A) is known color: Copper. HEX triplet: DD, 83 and 6A. RGB value is (221,131,106). Sum of RGB (Red+Green+Blue) = 221+131+106=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836A is #227C95. Grayscale: #9B9B9B. Windows color (decimal): -2260118 or 6980573. OLE color: 6980573.
HSL color Cylindrical-coordinate representation of color #DD836A: hue angle of 13.04º 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 #DD836A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 106 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.13 |
| HSL | 13.04º | 0.63% | 0.64% | - |
| HSV(B) | 13.04º | 0.52% | 0.87% | - |
| XYZ | 40.54 | 32.65 | 17.8 | - |
| YUV | 155.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 106 | 0 | 0.41 | 0.52 | 0.13 | 13.04 | 0.63 | 0.64 |
| Hex | DD | 83 | 6A | 0 | 29 | 34 | D | D | 3F | 40 |
| Octal | 335 | 203 | 152 | 0 | 51 | 64 | 15 | 15 | 77 | 100 |
| Binary | 11011101 | 10000011 | 1101010 | 0 | 101001 | 110100 | 1101 | 1101 | 111111 | 1000000 |
Color Harmonies of #DD836A
Complementary color
Monochromatic Colors of #DD836A
Black with #DD836A
Text Example
Text Example
White with #DD836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD836A; }
p { color: rgb(221,131,106); }
H1.HeaderClassName
{
color: #DD836A;
}
.AnyTagClassName
{
color: #DD836A;
}
</style>
background-color css
<style>
a { background-color: #DD836A; }
a { background-color: rgb(221,131,106); }
div.DivClassName
{
background-color: #DD836A;
}
.BgClassName
{
background-color: #DD836A;
}
</style>
border-color css
<style>
span { border-color: #DD836A; }
span { border-color: rgb(221,131,106); }
td.TdClassName
{
border-color: #DD836A;
}
.TagClassName
{
border-color: #DD836A;
}
</style>