Shades of Copper #D98E6A
Tints of Copper #D98E6A
RGB
CMYK
RGB Variations
Color information
#D98E6A (or 0xD98E6A) is known color: Copper. HEX triplet: D9, 8E and 6A. RGB value is (217,142,106). Sum of RGB (Red+Green+Blue) = 217+142+106=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E6A is #267195. Grayscale: #A0A0A0. Windows color (decimal): -2519446 or 6983385. OLE color: 6983385.
HSL color Cylindrical-coordinate representation of color #D98E6A: hue angle of 19.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D98E6A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 106 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.15 |
| HSL | 19.46º | 0.59% | 0.63% | - |
| HSV(B) | 19.46º | 0.51% | 0.85% | - |
| XYZ | 40.89 | 35.14 | 18.26 | - |
| YUV | 160.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 106 | 0 | 0.35 | 0.51 | 0.15 | 19.46 | 0.59 | 0.63 |
| Hex | D9 | 8E | 6A | 0 | 23 | 33 | F | 13 | 3B | 3F |
| Octal | 331 | 216 | 152 | 0 | 43 | 63 | 17 | 23 | 73 | 77 |
| Binary | 11011001 | 10001110 | 1101010 | 0 | 100011 | 110011 | 1111 | 10011 | 111011 | 111111 |
Color Harmonies of #D98E6A
Complementary color
Monochromatic Colors of #D98E6A
Black with #D98E6A
Text Example
Text Example
White with #D98E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E6A; }
p { color: rgb(217,142,106); }
H1.HeaderClassName
{
color: #D98E6A;
}
.AnyTagClassName
{
color: #D98E6A;
}
</style>
background-color css
<style>
a { background-color: #D98E6A; }
a { background-color: rgb(217,142,106); }
div.DivClassName
{
background-color: #D98E6A;
}
.BgClassName
{
background-color: #D98E6A;
}
</style>
border-color css
<style>
span { border-color: #D98E6A; }
span { border-color: rgb(217,142,106); }
td.TdClassName
{
border-color: #D98E6A;
}
.TagClassName
{
border-color: #D98E6A;
}
</style>