Shades of Copper #D98569
Tints of Copper #D98569
RGB
CMYK
RGB Variations
Color information
#D98569 (or 0xD98569) is known color: Copper. HEX triplet: D9, 85 and 69. RGB value is (217,133,105). Sum of RGB (Red+Green+Blue) = 217+133+105=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D98569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98569 is #267A96. Grayscale: #9B9B9B. Windows color (decimal): -2521751 or 6915545. OLE color: 6915545.
HSL color Cylindrical-coordinate representation of color #D98569: hue angle of 15º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D98569 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 105 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.15 |
| HSL | 15º | 0.6% | 0.63% | - |
| HSV(B) | 15º | 0.52% | 0.85% | - |
| XYZ | 39.55 | 32.55 | 17.56 | - |
| YUV | 154.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 105 | 0 | 0.39 | 0.52 | 0.15 | 15 | 0.6 | 0.63 |
| Hex | D9 | 85 | 69 | 0 | 27 | 34 | F | F | 3C | 3F |
| Octal | 331 | 205 | 151 | 0 | 47 | 64 | 17 | 17 | 74 | 77 |
| Binary | 11011001 | 10000101 | 1101001 | 0 | 100111 | 110100 | 1111 | 1111 | 111100 | 111111 |
Color Harmonies of #D98569
Complementary color
Monochromatic Colors of #D98569
Black with #D98569
Text Example
Text Example
White with #D98569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98569; }
p { color: rgb(217,133,105); }
H1.HeaderClassName
{
color: #D98569;
}
.AnyTagClassName
{
color: #D98569;
}
</style>
background-color css
<style>
a { background-color: #D98569; }
a { background-color: rgb(217,133,105); }
div.DivClassName
{
background-color: #D98569;
}
.BgClassName
{
background-color: #D98569;
}
</style>
border-color css
<style>
span { border-color: #D98569; }
span { border-color: rgb(217,133,105); }
td.TdClassName
{
border-color: #D98569;
}
.TagClassName
{
border-color: #D98569;
}
</style>