Shades of Copper #D18B69
Tints of Copper #D18B69
RGB
CMYK
RGB Variations
Color information
#D18B69 (or 0xD18B69) is known color: Copper. HEX triplet: D1, 8B and 69. RGB value is (209,139,105). Sum of RGB (Red+Green+Blue) = 209+139+105=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B69 is #2E7496. Grayscale: #9C9C9C. Windows color (decimal): -3044503 or 6917073. OLE color: 6917073.
HSL color Cylindrical-coordinate representation of color #D18B69: hue angle of 19.62º degrees, saturation: 0.53, 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 #D18B69 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 105 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.18 |
| HSL | 19.62º | 0.53% | 0.62% | - |
| HSV(B) | 19.62º | 0.5% | 0.82% | - |
| XYZ | 38.08 | 33.04 | 17.74 | - |
| YUV | 156.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 105 | 0 | 0.33 | 0.50 | 0.18 | 19.62 | 0.53 | 0.62 |
| Hex | D1 | 8B | 69 | 0 | 21 | 32 | 12 | 14 | 35 | 3E |
| Octal | 321 | 213 | 151 | 0 | 41 | 62 | 22 | 24 | 65 | 76 |
| Binary | 11010001 | 10001011 | 1101001 | 0 | 100001 | 110010 | 10010 | 10100 | 110101 | 111110 |
Color Harmonies of #D18B69
Complementary color
Monochromatic Colors of #D18B69
Black with #D18B69
Text Example
Text Example
White with #D18B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B69; }
p { color: rgb(209,139,105); }
H1.HeaderClassName
{
color: #D18B69;
}
.AnyTagClassName
{
color: #D18B69;
}
</style>
background-color css
<style>
a { background-color: #D18B69; }
a { background-color: rgb(209,139,105); }
div.DivClassName
{
background-color: #D18B69;
}
.BgClassName
{
background-color: #D18B69;
}
</style>
border-color css
<style>
span { border-color: #D18B69; }
span { border-color: rgb(209,139,105); }
td.TdClassName
{
border-color: #D18B69;
}
.TagClassName
{
border-color: #D18B69;
}
</style>