Shades of Copper #D18B68
Tints of Copper #D18B68
RGB
CMYK
RGB Variations
Color information
#D18B68 (or 0xD18B68) is known color: Copper. HEX triplet: D1, 8B and 68. RGB value is (209,139,104). Sum of RGB (Red+Green+Blue) = 209+139+104=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B68 is #2E7497. Grayscale: #9C9C9C. Windows color (decimal): -3044504 or 6851537. OLE color: 6851537.
HSL color Cylindrical-coordinate representation of color #D18B68: hue angle of 20º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18B68 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 104 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.18 |
| HSL | 20º | 0.53% | 0.61% | - |
| HSV(B) | 20º | 0.5% | 0.82% | - |
| XYZ | 38.03 | 33.02 | 17.47 | - |
| YUV | 155.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 104 | 0 | 0.33 | 0.50 | 0.18 | 20 | 0.53 | 0.61 |
| Hex | D1 | 8B | 68 | 0 | 21 | 32 | 12 | 14 | 35 | 3D |
| Octal | 321 | 213 | 150 | 0 | 41 | 62 | 22 | 24 | 65 | 75 |
| Binary | 11010001 | 10001011 | 1101000 | 0 | 100001 | 110010 | 10010 | 10100 | 110101 | 111101 |
Color Harmonies of #D18B68
Complementary color
Monochromatic Colors of #D18B68
Black with #D18B68
Text Example
Text Example
White with #D18B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B68; }
p { color: rgb(209,139,104); }
H1.HeaderClassName
{
color: #D18B68;
}
.AnyTagClassName
{
color: #D18B68;
}
</style>
background-color css
<style>
a { background-color: #D18B68; }
a { background-color: rgb(209,139,104); }
div.DivClassName
{
background-color: #D18B68;
}
.BgClassName
{
background-color: #D18B68;
}
</style>
border-color css
<style>
span { border-color: #D18B68; }
span { border-color: rgb(209,139,104); }
td.TdClassName
{
border-color: #D18B68;
}
.TagClassName
{
border-color: #D18B68;
}
</style>