Shades of Copper #D98269
Tints of Copper #D98269
RGB
CMYK
RGB Variations
Color information
#D98269 (or 0xD98269) is known color: Copper. HEX triplet: D9, 82 and 69. RGB value is (217,130,105). Sum of RGB (Red+Green+Blue) = 217+130+105=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98269 is #267D96. Grayscale: #999999. Windows color (decimal): -2522519 or 6914777. OLE color: 6914777.
HSL color Cylindrical-coordinate representation of color #D98269: hue angle of 13.39º 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 #D98269 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 105 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.15 |
| HSL | 13.39º | 0.6% | 0.63% | - |
| HSV(B) | 13.39º | 0.52% | 0.85% | - |
| XYZ | 39.15 | 31.74 | 17.43 | - |
| YUV | 153.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 105 | 0 | 0.40 | 0.52 | 0.15 | 13.39 | 0.6 | 0.63 |
| Hex | D9 | 82 | 69 | 0 | 28 | 34 | F | D | 3C | 3F |
| Octal | 331 | 202 | 151 | 0 | 50 | 64 | 17 | 15 | 74 | 77 |
| Binary | 11011001 | 10000010 | 1101001 | 0 | 101000 | 110100 | 1111 | 1101 | 111100 | 111111 |
Color Harmonies of #D98269
Complementary color
Monochromatic Colors of #D98269
Black with #D98269
Text Example
Text Example
White with #D98269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98269; }
p { color: rgb(217,130,105); }
H1.HeaderClassName
{
color: #D98269;
}
.AnyTagClassName
{
color: #D98269;
}
</style>
background-color css
<style>
a { background-color: #D98269; }
a { background-color: rgb(217,130,105); }
div.DivClassName
{
background-color: #D98269;
}
.BgClassName
{
background-color: #D98269;
}
</style>
border-color css
<style>
span { border-color: #D98269; }
span { border-color: rgb(217,130,105); }
td.TdClassName
{
border-color: #D98269;
}
.TagClassName
{
border-color: #D98269;
}
</style>