Shades of Copper #D28A6A
Tints of Copper #D28A6A
RGB
CMYK
RGB Variations
Color information
#D28A6A (or 0xD28A6A) is known color: Copper. HEX triplet: D2, 8A and 6A. RGB value is (210,138,106). Sum of RGB (Red+Green+Blue) = 210+138+106=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A6A is #2D7595. Grayscale: #9C9C9C. Windows color (decimal): -2979222 or 6982354. OLE color: 6982354.
HSL color Cylindrical-coordinate representation of color #D28A6A: hue angle of 18.46º 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 #D28A6A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 106 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.18 |
| HSL | 18.46º | 0.54% | 0.62% | - |
| HSV(B) | 18.46º | 0.5% | 0.82% | - |
| XYZ | 38.27 | 32.92 | 17.97 | - |
| YUV | 155.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 106 | 0 | 0.34 | 0.50 | 0.18 | 18.46 | 0.54 | 0.62 |
| Hex | D2 | 8A | 6A | 0 | 22 | 32 | 12 | 12 | 36 | 3E |
| Octal | 322 | 212 | 152 | 0 | 42 | 62 | 22 | 22 | 66 | 76 |
| Binary | 11010010 | 10001010 | 1101010 | 0 | 100010 | 110010 | 10010 | 10010 | 110110 | 111110 |
Color Harmonies of #D28A6A
Complementary color
Monochromatic Colors of #D28A6A
Black with #D28A6A
Text Example
Text Example
White with #D28A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A6A; }
p { color: rgb(210,138,106); }
H1.HeaderClassName
{
color: #D28A6A;
}
.AnyTagClassName
{
color: #D28A6A;
}
</style>
background-color css
<style>
a { background-color: #D28A6A; }
a { background-color: rgb(210,138,106); }
div.DivClassName
{
background-color: #D28A6A;
}
.BgClassName
{
background-color: #D28A6A;
}
</style>
border-color css
<style>
span { border-color: #D28A6A; }
span { border-color: rgb(210,138,106); }
td.TdClassName
{
border-color: #D28A6A;
}
.TagClassName
{
border-color: #D28A6A;
}
</style>