Shades of Copper #DD865A
Tints of Copper #DD865A
RGB
CMYK
RGB Variations
Color information
#DD865A (or 0xDD865A) is known color: Copper. HEX triplet: DD, 86 and 5A. RGB value is (221,134,90). Sum of RGB (Red+Green+Blue) = 221+134+90=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865A is #2279A5. Grayscale: #9B9B9B. Windows color (decimal): -2259366 or 5932765. OLE color: 5932765.
HSL color Cylindrical-coordinate representation of color #DD865A: hue angle of 20.15º 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 #DD865A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 90 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.13 |
| HSL | 20.15º | 0.66% | 0.61% | - |
| HSV(B) | 20.15º | 0.59% | 0.87% | - |
| XYZ | 40.19 | 33.16 | 13.96 | - |
| YUV | 155 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 90 | 0 | 0.39 | 0.59 | 0.13 | 20.15 | 0.66 | 0.61 |
| Hex | DD | 86 | 5A | 0 | 27 | 3B | D | 14 | 42 | 3D |
| Octal | 335 | 206 | 132 | 0 | 47 | 73 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000110 | 1011010 | 0 | 100111 | 111011 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD865A
Complementary color
Monochromatic Colors of #DD865A
Black with #DD865A
Text Example
Text Example
White with #DD865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD865A; }
p { color: rgb(221,134,90); }
H1.HeaderClassName
{
color: #DD865A;
}
.AnyTagClassName
{
color: #DD865A;
}
</style>
background-color css
<style>
a { background-color: #DD865A; }
a { background-color: rgb(221,134,90); }
div.DivClassName
{
background-color: #DD865A;
}
.BgClassName
{
background-color: #DD865A;
}
</style>
border-color css
<style>
span { border-color: #DD865A; }
span { border-color: rgb(221,134,90); }
td.TdClassName
{
border-color: #DD865A;
}
.TagClassName
{
border-color: #DD865A;
}
</style>