Shades of Copper #DA885B
Tints of Copper #DA885B
RGB
CMYK
RGB Variations
Color information
#DA885B (or 0xDA885B) is known color: Copper. HEX triplet: DA, 88 and 5B. RGB value is (218,136,91). Sum of RGB (Red+Green+Blue) = 218+136+91=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885B is #2577A4. Grayscale: #9B9B9B. Windows color (decimal): -2455461 or 5998810. OLE color: 5998810.
HSL color Cylindrical-coordinate representation of color #DA885B: hue angle of 21.26º 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 #DA885B is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 91 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.15 |
| HSL | 21.26º | 0.63% | 0.61% | - |
| HSV(B) | 21.26º | 0.58% | 0.85% | - |
| XYZ | 39.61 | 33.27 | 14.23 | - |
| YUV | 155.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 91 | 0 | 0.38 | 0.58 | 0.15 | 21.26 | 0.63 | 0.61 |
| Hex | DA | 88 | 5B | 0 | 26 | 3A | F | 15 | 3F | 3D |
| Octal | 332 | 210 | 133 | 0 | 46 | 72 | 17 | 25 | 77 | 75 |
| Binary | 11011010 | 10001000 | 1011011 | 0 | 100110 | 111010 | 1111 | 10101 | 111111 | 111101 |
Color Harmonies of #DA885B
Complementary color
Monochromatic Colors of #DA885B
Black with #DA885B
Text Example
Text Example
White with #DA885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA885B; }
p { color: rgb(218,136,91); }
H1.HeaderClassName
{
color: #DA885B;
}
.AnyTagClassName
{
color: #DA885B;
}
</style>
background-color css
<style>
a { background-color: #DA885B; }
a { background-color: rgb(218,136,91); }
div.DivClassName
{
background-color: #DA885B;
}
.BgClassName
{
background-color: #DA885B;
}
</style>
border-color css
<style>
span { border-color: #DA885B; }
span { border-color: rgb(218,136,91); }
td.TdClassName
{
border-color: #DA885B;
}
.TagClassName
{
border-color: #DA885B;
}
</style>