Shades of Copper #D18A6C
Tints of Copper #D18A6C
RGB
CMYK
RGB Variations
Color information
#D18A6C (or 0xD18A6C) is known color: Copper. HEX triplet: D1, 8A and 6C. RGB value is (209,138,108). Sum of RGB (Red+Green+Blue) = 209+138+108=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A6C is #2E7593. Grayscale: #9C9C9C. Windows color (decimal): -3044756 or 7113425. OLE color: 7113425.
HSL color Cylindrical-coordinate representation of color #D18A6C: hue angle of 17.82º 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 #D18A6C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 108 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.18 |
| HSL | 17.82º | 0.52% | 0.62% | - |
| HSV(B) | 17.82º | 0.48% | 0.82% | - |
| XYZ | 38.09 | 32.81 | 18.51 | - |
| YUV | 155.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 108 | 0 | 0.34 | 0.48 | 0.18 | 17.82 | 0.52 | 0.62 |
| Hex | D1 | 8A | 6C | 0 | 22 | 30 | 12 | 12 | 34 | 3E |
| Octal | 321 | 212 | 154 | 0 | 42 | 60 | 22 | 22 | 64 | 76 |
| Binary | 11010001 | 10001010 | 1101100 | 0 | 100010 | 110000 | 10010 | 10010 | 110100 | 111110 |
Color Harmonies of #D18A6C
Complementary color
Monochromatic Colors of #D18A6C
Black with #D18A6C
Text Example
Text Example
White with #D18A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A6C; }
p { color: rgb(209,138,108); }
H1.HeaderClassName
{
color: #D18A6C;
}
.AnyTagClassName
{
color: #D18A6C;
}
</style>
background-color css
<style>
a { background-color: #D18A6C; }
a { background-color: rgb(209,138,108); }
div.DivClassName
{
background-color: #D18A6C;
}
.BgClassName
{
background-color: #D18A6C;
}
</style>
border-color css
<style>
span { border-color: #D18A6C; }
span { border-color: rgb(209,138,108); }
td.TdClassName
{
border-color: #D18A6C;
}
.TagClassName
{
border-color: #D18A6C;
}
</style>