Shades of Copper #D28A68
Tints of Copper #D28A68
RGB
CMYK
RGB Variations
Color information
#D28A68 (or 0xD28A68) is known color: Copper. HEX triplet: D2, 8A and 68. RGB value is (210,138,104). Sum of RGB (Red+Green+Blue) = 210+138+104=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A68 is #2D7597. Grayscale: #9B9B9B. Windows color (decimal): -2979224 or 6851282. OLE color: 6851282.
HSL color Cylindrical-coordinate representation of color #D28A68: hue angle of 19.25º 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 #D28A68 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 104 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.18 |
| HSL | 19.25º | 0.54% | 0.62% | - |
| HSV(B) | 19.25º | 0.5% | 0.82% | - |
| XYZ | 38.17 | 32.88 | 17.43 | - |
| YUV | 155.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 104 | 0 | 0.34 | 0.50 | 0.18 | 19.25 | 0.54 | 0.62 |
| Hex | D2 | 8A | 68 | 0 | 22 | 32 | 12 | 13 | 36 | 3E |
| Octal | 322 | 212 | 150 | 0 | 42 | 62 | 22 | 23 | 66 | 76 |
| Binary | 11010010 | 10001010 | 1101000 | 0 | 100010 | 110010 | 10010 | 10011 | 110110 | 111110 |
Color Harmonies of #D28A68
Complementary color
Monochromatic Colors of #D28A68
Black with #D28A68
Text Example
Text Example
White with #D28A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A68; }
p { color: rgb(210,138,104); }
H1.HeaderClassName
{
color: #D28A68;
}
.AnyTagClassName
{
color: #D28A68;
}
</style>
background-color css
<style>
a { background-color: #D28A68; }
a { background-color: rgb(210,138,104); }
div.DivClassName
{
background-color: #D28A68;
}
.BgClassName
{
background-color: #D28A68;
}
</style>
border-color css
<style>
span { border-color: #D28A68; }
span { border-color: rgb(210,138,104); }
td.TdClassName
{
border-color: #D28A68;
}
.TagClassName
{
border-color: #D28A68;
}
</style>