Shades of Copper #D98A5E
Tints of Copper #D98A5E
RGB
CMYK
RGB Variations
Color information
#D98A5E (or 0xD98A5E) is known color: Copper. HEX triplet: D9, 8A and 5E. RGB value is (217,138,94). Sum of RGB (Red+Green+Blue) = 217+138+94=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A5E is #2675A1. Grayscale: #9C9C9C. Windows color (decimal): -2520482 or 6195929. OLE color: 6195929.
HSL color Cylindrical-coordinate representation of color #D98A5E: hue angle of 21.46º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D98A5E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 94 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.15 |
| HSL | 21.46º | 0.62% | 0.61% | - |
| HSV(B) | 21.46º | 0.57% | 0.85% | - |
| XYZ | 39.72 | 33.74 | 15.01 | - |
| YUV | 156.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 94 | 0 | 0.36 | 0.57 | 0.15 | 21.46 | 0.62 | 0.61 |
| Hex | D9 | 8A | 5E | 0 | 24 | 39 | F | 15 | 3E | 3D |
| Octal | 331 | 212 | 136 | 0 | 44 | 71 | 17 | 25 | 76 | 75 |
| Binary | 11011001 | 10001010 | 1011110 | 0 | 100100 | 111001 | 1111 | 10101 | 111110 | 111101 |
Color Harmonies of #D98A5E
Complementary color
Monochromatic Colors of #D98A5E
Black with #D98A5E
Text Example
Text Example
White with #D98A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A5E; }
p { color: rgb(217,138,94); }
H1.HeaderClassName
{
color: #D98A5E;
}
.AnyTagClassName
{
color: #D98A5E;
}
</style>
background-color css
<style>
a { background-color: #D98A5E; }
a { background-color: rgb(217,138,94); }
div.DivClassName
{
background-color: #D98A5E;
}
.BgClassName
{
background-color: #D98A5E;
}
</style>
border-color css
<style>
span { border-color: #D98A5E; }
span { border-color: rgb(217,138,94); }
td.TdClassName
{
border-color: #D98A5E;
}
.TagClassName
{
border-color: #D98A5E;
}
</style>