Shades of Copper #D9885C
Tints of Copper #D9885C
RGB
CMYK
RGB Variations
Color information
#D9885C (or 0xD9885C) is known color: Copper. HEX triplet: D9, 88 and 5C. RGB value is (217,136,92). Sum of RGB (Red+Green+Blue) = 217+136+92=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9885C is #2677A3. Grayscale: #9B9B9B. Windows color (decimal): -2520996 or 6064345. OLE color: 6064345.
HSL color Cylindrical-coordinate representation of color #D9885C: hue angle of 21.12º degrees, saturation: 0.62, 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 #D9885C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 92 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.15 |
| HSL | 21.12º | 0.62% | 0.61% | - |
| HSV(B) | 21.12º | 0.58% | 0.85% | - |
| XYZ | 39.35 | 33.13 | 14.45 | - |
| YUV | 155.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 92 | 0 | 0.37 | 0.58 | 0.15 | 21.12 | 0.62 | 0.61 |
| Hex | D9 | 88 | 5C | 0 | 25 | 3A | F | 15 | 3E | 3D |
| Octal | 331 | 210 | 134 | 0 | 45 | 72 | 17 | 25 | 76 | 75 |
| Binary | 11011001 | 10001000 | 1011100 | 0 | 100101 | 111010 | 1111 | 10101 | 111110 | 111101 |
Color Harmonies of #D9885C
Complementary color
Monochromatic Colors of #D9885C
Black with #D9885C
Text Example
Text Example
White with #D9885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9885C; }
p { color: rgb(217,136,92); }
H1.HeaderClassName
{
color: #D9885C;
}
.AnyTagClassName
{
color: #D9885C;
}
</style>
background-color css
<style>
a { background-color: #D9885C; }
a { background-color: rgb(217,136,92); }
div.DivClassName
{
background-color: #D9885C;
}
.BgClassName
{
background-color: #D9885C;
}
</style>
border-color css
<style>
span { border-color: #D9885C; }
span { border-color: rgb(217,136,92); }
td.TdClassName
{
border-color: #D9885C;
}
.TagClassName
{
border-color: #D9885C;
}
</style>