Shades of Copper #D2896A
Tints of Copper #D2896A
RGB
CMYK
RGB Variations
Color information
#D2896A (or 0xD2896A) is known color: Copper. HEX triplet: D2, 89 and 6A. RGB value is (210,137,106). Sum of RGB (Red+Green+Blue) = 210+137+106=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2896A is #2D7695. Grayscale: #9B9B9B. Windows color (decimal): -2979478 or 6982098. OLE color: 6982098.
HSL color Cylindrical-coordinate representation of color #D2896A: hue angle of 17.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2896A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 106 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.18 |
| HSL | 17.88º | 0.54% | 0.62% | - |
| HSV(B) | 17.88º | 0.5% | 0.82% | - |
| XYZ | 38.13 | 32.63 | 17.93 | - |
| YUV | 155.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 106 | 0 | 0.35 | 0.50 | 0.18 | 17.88 | 0.54 | 0.62 |
| Hex | D2 | 89 | 6A | 0 | 23 | 32 | 12 | 12 | 36 | 3E |
| Octal | 322 | 211 | 152 | 0 | 43 | 62 | 22 | 22 | 66 | 76 |
| Binary | 11010010 | 10001001 | 1101010 | 0 | 100011 | 110010 | 10010 | 10010 | 110110 | 111110 |
Color Harmonies of #D2896A
Complementary color
Monochromatic Colors of #D2896A
Black with #D2896A
Text Example
Text Example
White with #D2896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2896A; }
p { color: rgb(210,137,106); }
H1.HeaderClassName
{
color: #D2896A;
}
.AnyTagClassName
{
color: #D2896A;
}
</style>
background-color css
<style>
a { background-color: #D2896A; }
a { background-color: rgb(210,137,106); }
div.DivClassName
{
background-color: #D2896A;
}
.BgClassName
{
background-color: #D2896A;
}
</style>
border-color css
<style>
span { border-color: #D2896A; }
span { border-color: rgb(210,137,106); }
td.TdClassName
{
border-color: #D2896A;
}
.TagClassName
{
border-color: #D2896A;
}
</style>