Shades of Copper #D1896C
Tints of Copper #D1896C
RGB
CMYK
RGB Variations
Color information
#D1896C (or 0xD1896C) is known color: Copper. HEX triplet: D1, 89 and 6C. RGB value is (209,137,108). Sum of RGB (Red+Green+Blue) = 209+137+108=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1896C is #2E7693. Grayscale: #9B9B9B. Windows color (decimal): -3045012 or 7113169. OLE color: 7113169.
HSL color Cylindrical-coordinate representation of color #D1896C: hue angle of 17.23º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1896C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 108 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.18 |
| HSL | 17.23º | 0.52% | 0.62% | - |
| HSV(B) | 17.23º | 0.48% | 0.82% | - |
| XYZ | 37.95 | 32.53 | 18.47 | - |
| YUV | 155.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 108 | 0 | 0.34 | 0.48 | 0.18 | 17.23 | 0.52 | 0.62 |
| Hex | D1 | 89 | 6C | 0 | 22 | 30 | 12 | 11 | 34 | 3E |
| Octal | 321 | 211 | 154 | 0 | 42 | 60 | 22 | 21 | 64 | 76 |
| Binary | 11010001 | 10001001 | 1101100 | 0 | 100010 | 110000 | 10010 | 10001 | 110100 | 111110 |
Color Harmonies of #D1896C
Complementary color
Monochromatic Colors of #D1896C
Black with #D1896C
Text Example
Text Example
White with #D1896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1896C; }
p { color: rgb(209,137,108); }
H1.HeaderClassName
{
color: #D1896C;
}
.AnyTagClassName
{
color: #D1896C;
}
</style>
background-color css
<style>
a { background-color: #D1896C; }
a { background-color: rgb(209,137,108); }
div.DivClassName
{
background-color: #D1896C;
}
.BgClassName
{
background-color: #D1896C;
}
</style>
border-color css
<style>
span { border-color: #D1896C; }
span { border-color: rgb(209,137,108); }
td.TdClassName
{
border-color: #D1896C;
}
.TagClassName
{
border-color: #D1896C;
}
</style>