Shades of Copper #DD835B
Tints of Copper #DD835B
RGB
CMYK
RGB Variations
Color information
#DD835B (or 0xDD835B) is known color: Copper. HEX triplet: DD, 83 and 5B. RGB value is (221,131,91). Sum of RGB (Red+Green+Blue) = 221+131+91=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835B is #227CA4. Grayscale: #999999. Windows color (decimal): -2260133 or 5997533. OLE color: 5997533.
HSL color Cylindrical-coordinate representation of color #DD835B: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD835B is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 91 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.13 |
| HSL | 18.46º | 0.66% | 0.61% | - |
| HSV(B) | 18.46º | 0.59% | 0.87% | - |
| XYZ | 39.82 | 32.36 | 14.04 | - |
| YUV | 153.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 91 | 0 | 0.41 | 0.59 | 0.13 | 18.46 | 0.66 | 0.61 |
| Hex | DD | 83 | 5B | 0 | 29 | 3B | D | 12 | 42 | 3D |
| Octal | 335 | 203 | 133 | 0 | 51 | 73 | 15 | 22 | 102 | 75 |
| Binary | 11011101 | 10000011 | 1011011 | 0 | 101001 | 111011 | 1101 | 10010 | 1000010 | 111101 |
Color Harmonies of #DD835B
Complementary color
Monochromatic Colors of #DD835B
Black with #DD835B
Text Example
Text Example
White with #DD835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD835B; }
p { color: rgb(221,131,91); }
H1.HeaderClassName
{
color: #DD835B;
}
.AnyTagClassName
{
color: #DD835B;
}
</style>
background-color css
<style>
a { background-color: #DD835B; }
a { background-color: rgb(221,131,91); }
div.DivClassName
{
background-color: #DD835B;
}
.BgClassName
{
background-color: #DD835B;
}
</style>
border-color css
<style>
span { border-color: #DD835B; }
span { border-color: rgb(221,131,91); }
td.TdClassName
{
border-color: #DD835B;
}
.TagClassName
{
border-color: #DD835B;
}
</style>