Shades of Copper #DD835A
Tints of Copper #DD835A
RGB
CMYK
RGB Variations
Color information
#DD835A (or 0xDD835A) is known color: Copper. HEX triplet: DD, 83 and 5A. RGB value is (221,131,90). Sum of RGB (Red+Green+Blue) = 221+131+90=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835A is #227CA5. Grayscale: #999999. Windows color (decimal): -2260134 or 5931997. OLE color: 5931997.
HSL color Cylindrical-coordinate representation of color #DD835A: hue angle of 18.78º 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 #DD835A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 90 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.13 |
| HSL | 18.78º | 0.66% | 0.61% | - |
| HSV(B) | 18.78º | 0.59% | 0.87% | - |
| XYZ | 39.78 | 32.34 | 13.82 | - |
| YUV | 153.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 90 | 0 | 0.41 | 0.59 | 0.13 | 18.78 | 0.66 | 0.61 |
| Hex | DD | 83 | 5A | 0 | 29 | 3B | D | 13 | 42 | 3D |
| Octal | 335 | 203 | 132 | 0 | 51 | 73 | 15 | 23 | 102 | 75 |
| Binary | 11011101 | 10000011 | 1011010 | 0 | 101001 | 111011 | 1101 | 10011 | 1000010 | 111101 |
Color Harmonies of #DD835A
Complementary color
Monochromatic Colors of #DD835A
Black with #DD835A
Text Example
Text Example
White with #DD835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD835A; }
p { color: rgb(221,131,90); }
H1.HeaderClassName
{
color: #DD835A;
}
.AnyTagClassName
{
color: #DD835A;
}
</style>
background-color css
<style>
a { background-color: #DD835A; }
a { background-color: rgb(221,131,90); }
div.DivClassName
{
background-color: #DD835A;
}
.BgClassName
{
background-color: #DD835A;
}
</style>
border-color css
<style>
span { border-color: #DD835A; }
span { border-color: rgb(221,131,90); }
td.TdClassName
{
border-color: #DD835A;
}
.TagClassName
{
border-color: #DD835A;
}
</style>