Shades of Copper #D08A6C
Tints of Copper #D08A6C
RGB
CMYK
RGB Variations
Color information
#D08A6C (or 0xD08A6C) is known color: Copper. HEX triplet: D0, 8A and 6C. RGB value is (208,138,108). Sum of RGB (Red+Green+Blue) = 208+138+108=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A6C is #2F7593. Grayscale: #9B9B9B. Windows color (decimal): -3110292 or 7113424. OLE color: 7113424.
HSL color Cylindrical-coordinate representation of color #D08A6C: hue angle of 18º 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 #D08A6C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 108 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.18 |
| HSL | 18º | 0.52% | 0.62% | - |
| HSV(B) | 18º | 0.48% | 0.82% | - |
| XYZ | 37.81 | 32.67 | 18.5 | - |
| YUV | 155.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 108 | 0 | 0.34 | 0.48 | 0.18 | 18 | 0.52 | 0.62 |
| Hex | D0 | 8A | 6C | 0 | 22 | 30 | 12 | 12 | 34 | 3E |
| Octal | 320 | 212 | 154 | 0 | 42 | 60 | 22 | 22 | 64 | 76 |
| Binary | 11010000 | 10001010 | 1101100 | 0 | 100010 | 110000 | 10010 | 10010 | 110100 | 111110 |
Color Harmonies of #D08A6C
Complementary color
Monochromatic Colors of #D08A6C
Black with #D08A6C
Text Example
Text Example
White with #D08A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A6C; }
p { color: rgb(208,138,108); }
H1.HeaderClassName
{
color: #D08A6C;
}
.AnyTagClassName
{
color: #D08A6C;
}
</style>
background-color css
<style>
a { background-color: #D08A6C; }
a { background-color: rgb(208,138,108); }
div.DivClassName
{
background-color: #D08A6C;
}
.BgClassName
{
background-color: #D08A6C;
}
</style>
border-color css
<style>
span { border-color: #D08A6C; }
span { border-color: rgb(208,138,108); }
td.TdClassName
{
border-color: #D08A6C;
}
.TagClassName
{
border-color: #D08A6C;
}
</style>