Shades of Copper #D48A66
Tints of Copper #D48A66
RGB
CMYK
RGB Variations
Color information
#D48A66 (or 0xD48A66) is known color: Copper. HEX triplet: D4, 8A and 66. RGB value is (212,138,102). Sum of RGB (Red+Green+Blue) = 212+138+102=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A66 is #2B7599. Grayscale: #9C9C9C. Windows color (decimal): -2848154 or 6720212. OLE color: 6720212.
HSL color Cylindrical-coordinate representation of color #D48A66: hue angle of 19.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48A66 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 102 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.17 |
| HSL | 19.64º | 0.56% | 0.62% | - |
| HSV(B) | 19.64º | 0.52% | 0.83% | - |
| XYZ | 38.64 | 33.13 | 16.93 | - |
| YUV | 156.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 102 | 0 | 0.35 | 0.52 | 0.17 | 19.64 | 0.56 | 0.62 |
| Hex | D4 | 8A | 66 | 0 | 23 | 34 | 11 | 14 | 38 | 3E |
| Octal | 324 | 212 | 146 | 0 | 43 | 64 | 21 | 24 | 70 | 76 |
| Binary | 11010100 | 10001010 | 1100110 | 0 | 100011 | 110100 | 10001 | 10100 | 111000 | 111110 |
Color Harmonies of #D48A66
Complementary color
Monochromatic Colors of #D48A66
Black with #D48A66
Text Example
Text Example
White with #D48A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A66; }
p { color: rgb(212,138,102); }
H1.HeaderClassName
{
color: #D48A66;
}
.AnyTagClassName
{
color: #D48A66;
}
</style>
background-color css
<style>
a { background-color: #D48A66; }
a { background-color: rgb(212,138,102); }
div.DivClassName
{
background-color: #D48A66;
}
.BgClassName
{
background-color: #D48A66;
}
</style>
border-color css
<style>
span { border-color: #D48A66; }
span { border-color: rgb(212,138,102); }
td.TdClassName
{
border-color: #D48A66;
}
.TagClassName
{
border-color: #D48A66;
}
</style>