Shades of Copper #D98A6D
Tints of Copper #D98A6D
RGB
CMYK
RGB Variations
Color information
#D98A6D (or 0xD98A6D) is known color: Copper. HEX triplet: D9, 8A and 6D. RGB value is (217,138,109). Sum of RGB (Red+Green+Blue) = 217+138+109=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A6D is #267592. Grayscale: #9E9E9E. Windows color (decimal): -2520467 or 7178969. OLE color: 7178969.
HSL color Cylindrical-coordinate representation of color #D98A6D: hue angle of 16.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D98A6D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 109 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.15 |
| HSL | 16.11º | 0.59% | 0.64% | - |
| HSV(B) | 16.11º | 0.5% | 0.85% | - |
| XYZ | 40.46 | 34.03 | 18.9 | - |
| YUV | 158.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 109 | 0 | 0.36 | 0.50 | 0.15 | 16.11 | 0.59 | 0.64 |
| Hex | D9 | 8A | 6D | 0 | 24 | 32 | F | 10 | 3B | 40 |
| Octal | 331 | 212 | 155 | 0 | 44 | 62 | 17 | 20 | 73 | 100 |
| Binary | 11011001 | 10001010 | 1101101 | 0 | 100100 | 110010 | 1111 | 10000 | 111011 | 1000000 |
Color Harmonies of #D98A6D
Complementary color
Monochromatic Colors of #D98A6D
Black with #D98A6D
Text Example
Text Example
White with #D98A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A6D; }
p { color: rgb(217,138,109); }
H1.HeaderClassName
{
color: #D98A6D;
}
.AnyTagClassName
{
color: #D98A6D;
}
</style>
background-color css
<style>
a { background-color: #D98A6D; }
a { background-color: rgb(217,138,109); }
div.DivClassName
{
background-color: #D98A6D;
}
.BgClassName
{
background-color: #D98A6D;
}
</style>
border-color css
<style>
span { border-color: #D98A6D; }
span { border-color: rgb(217,138,109); }
td.TdClassName
{
border-color: #D98A6D;
}
.TagClassName
{
border-color: #D98A6D;
}
</style>