Shades of Copper #D98369
Tints of Copper #D98369
RGB
CMYK
RGB Variations
Color information
#D98369 (or 0xD98369) is known color: Copper. HEX triplet: D9, 83 and 69. RGB value is (217,131,105). Sum of RGB (Red+Green+Blue) = 217+131+105=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98369 is #267C96. Grayscale: #999999. Windows color (decimal): -2522263 or 6915033. OLE color: 6915033.
HSL color Cylindrical-coordinate representation of color #D98369: hue angle of 13.93º 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 #D98369 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 105 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.15 |
| HSL | 13.93º | 0.6% | 0.63% | - |
| HSV(B) | 13.93º | 0.52% | 0.85% | - |
| XYZ | 39.28 | 32 | 17.47 | - |
| YUV | 153.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 105 | 0 | 0.40 | 0.52 | 0.15 | 13.93 | 0.6 | 0.63 |
| Hex | D9 | 83 | 69 | 0 | 28 | 34 | F | E | 3C | 3F |
| Octal | 331 | 203 | 151 | 0 | 50 | 64 | 17 | 16 | 74 | 77 |
| Binary | 11011001 | 10000011 | 1101001 | 0 | 101000 | 110100 | 1111 | 1110 | 111100 | 111111 |
Color Harmonies of #D98369
Complementary color
Monochromatic Colors of #D98369
Black with #D98369
Text Example
Text Example
White with #D98369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98369; }
p { color: rgb(217,131,105); }
H1.HeaderClassName
{
color: #D98369;
}
.AnyTagClassName
{
color: #D98369;
}
</style>
background-color css
<style>
a { background-color: #D98369; }
a { background-color: rgb(217,131,105); }
div.DivClassName
{
background-color: #D98369;
}
.BgClassName
{
background-color: #D98369;
}
</style>
border-color css
<style>
span { border-color: #D98369; }
span { border-color: rgb(217,131,105); }
td.TdClassName
{
border-color: #D98369;
}
.TagClassName
{
border-color: #D98369;
}
</style>