Shades of Copper #D9895F
Tints of Copper #D9895F
RGB
CMYK
RGB Variations
Color information
#D9895F (or 0xD9895F) is known color: Copper. HEX triplet: D9, 89 and 5F. RGB value is (217,137,95). Sum of RGB (Red+Green+Blue) = 217+137+95=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9895F is #2676A0. Grayscale: #9C9C9C. Windows color (decimal): -2520737 or 6261209. OLE color: 6261209.
HSL color Cylindrical-coordinate representation of color #D9895F: hue angle of 20.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9895F is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 95 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.15 |
| HSL | 20.66º | 0.62% | 0.61% | - |
| HSV(B) | 20.66º | 0.56% | 0.85% | - |
| XYZ | 39.63 | 33.47 | 15.2 | - |
| YUV | 156.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 95 | 0 | 0.37 | 0.56 | 0.15 | 20.66 | 0.62 | 0.61 |
| Hex | D9 | 89 | 5F | 0 | 25 | 38 | F | 15 | 3E | 3D |
| Octal | 331 | 211 | 137 | 0 | 45 | 70 | 17 | 25 | 76 | 75 |
| Binary | 11011001 | 10001001 | 1011111 | 0 | 100101 | 111000 | 1111 | 10101 | 111110 | 111101 |
Color Harmonies of #D9895F
Complementary color
Monochromatic Colors of #D9895F
Black with #D9895F
Text Example
Text Example
White with #D9895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9895F; }
p { color: rgb(217,137,95); }
H1.HeaderClassName
{
color: #D9895F;
}
.AnyTagClassName
{
color: #D9895F;
}
</style>
background-color css
<style>
a { background-color: #D9895F; }
a { background-color: rgb(217,137,95); }
div.DivClassName
{
background-color: #D9895F;
}
.BgClassName
{
background-color: #D9895F;
}
</style>
border-color css
<style>
span { border-color: #D9895F; }
span { border-color: rgb(217,137,95); }
td.TdClassName
{
border-color: #D9895F;
}
.TagClassName
{
border-color: #D9895F;
}
</style>