Shades of Copper #DA885C
Tints of Copper #DA885C
RGB
CMYK
RGB Variations
Color information
#DA885C (or 0xDA885C) is known color: Copper. HEX triplet: DA, 88 and 5C. RGB value is (218,136,92). Sum of RGB (Red+Green+Blue) = 218+136+92=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885C is #2577A3. Grayscale: #9B9B9B. Windows color (decimal): -2455460 or 6064346. OLE color: 6064346.
HSL color Cylindrical-coordinate representation of color #DA885C: hue angle of 20.95º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA885C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 92 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.15 |
| HSL | 20.95º | 0.63% | 0.61% | - |
| HSV(B) | 20.95º | 0.58% | 0.85% | - |
| XYZ | 39.65 | 33.29 | 14.46 | - |
| YUV | 155.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 92 | 0 | 0.38 | 0.58 | 0.15 | 20.95 | 0.63 | 0.61 |
| Hex | DA | 88 | 5C | 0 | 26 | 3A | F | 15 | 3F | 3D |
| Octal | 332 | 210 | 134 | 0 | 46 | 72 | 17 | 25 | 77 | 75 |
| Binary | 11011010 | 10001000 | 1011100 | 0 | 100110 | 111010 | 1111 | 10101 | 111111 | 111101 |
Color Harmonies of #DA885C
Complementary color
Monochromatic Colors of #DA885C
Black with #DA885C
Text Example
Text Example
White with #DA885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA885C; }
p { color: rgb(218,136,92); }
H1.HeaderClassName
{
color: #DA885C;
}
.AnyTagClassName
{
color: #DA885C;
}
</style>
background-color css
<style>
a { background-color: #DA885C; }
a { background-color: rgb(218,136,92); }
div.DivClassName
{
background-color: #DA885C;
}
.BgClassName
{
background-color: #DA885C;
}
</style>
border-color css
<style>
span { border-color: #DA885C; }
span { border-color: rgb(218,136,92); }
td.TdClassName
{
border-color: #DA885C;
}
.TagClassName
{
border-color: #DA885C;
}
</style>