Shades of Copper #D99268
Tints of Copper #D99268
RGB
CMYK
RGB Variations
Color information
#D99268 (or 0xD99268) is known color: Copper. HEX triplet: D9, 92 and 68. RGB value is (217,146,104). Sum of RGB (Red+Green+Blue) = 217+146+104=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99268 is #266D97. Grayscale: #A2A2A2. Windows color (decimal): -2518424 or 6853337. OLE color: 6853337.
HSL color Cylindrical-coordinate representation of color #D99268: hue angle of 22.3º 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 #D99268 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 104 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.15 |
| HSL | 22.3º | 0.6% | 0.63% | - |
| HSV(B) | 22.3º | 0.52% | 0.85% | - |
| XYZ | 41.39 | 36.31 | 17.92 | - |
| YUV | 162.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 104 | 0 | 0.33 | 0.52 | 0.15 | 22.3 | 0.6 | 0.63 |
| Hex | D9 | 92 | 68 | 0 | 21 | 34 | F | 16 | 3C | 3F |
| Octal | 331 | 222 | 150 | 0 | 41 | 64 | 17 | 26 | 74 | 77 |
| Binary | 11011001 | 10010010 | 1101000 | 0 | 100001 | 110100 | 1111 | 10110 | 111100 | 111111 |
Color Harmonies of #D99268
Complementary color
Monochromatic Colors of #D99268
Black with #D99268
Text Example
Text Example
White with #D99268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99268; }
p { color: rgb(217,146,104); }
H1.HeaderClassName
{
color: #D99268;
}
.AnyTagClassName
{
color: #D99268;
}
</style>
background-color css
<style>
a { background-color: #D99268; }
a { background-color: rgb(217,146,104); }
div.DivClassName
{
background-color: #D99268;
}
.BgClassName
{
background-color: #D99268;
}
</style>
border-color css
<style>
span { border-color: #D99268; }
span { border-color: rgb(217,146,104); }
td.TdClassName
{
border-color: #D99268;
}
.TagClassName
{
border-color: #D99268;
}
</style>