Shades of Copper #DA936B
Tints of Copper #DA936B
RGB
CMYK
RGB Variations
Color information
#DA936B (or 0xDA936B) is known color: Copper. HEX triplet: DA, 93 and 6B. RGB value is (218,147,107). Sum of RGB (Red+Green+Blue) = 218+147+107=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA936B is #256C94. Grayscale: #A3A3A3. Windows color (decimal): -2452629 or 7050202. OLE color: 7050202.
HSL color Cylindrical-coordinate representation of color #DA936B: hue angle of 21.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA936B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 107 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.15 |
| HSL | 21.62º | 0.6% | 0.64% | - |
| HSV(B) | 21.62º | 0.51% | 0.85% | - |
| XYZ | 42 | 36.83 | 18.81 | - |
| YUV | 163.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 107 | 0 | 0.33 | 0.51 | 0.15 | 21.62 | 0.6 | 0.64 |
| Hex | DA | 93 | 6B | 0 | 21 | 33 | F | 16 | 3C | 40 |
| Octal | 332 | 223 | 153 | 0 | 41 | 63 | 17 | 26 | 74 | 100 |
| Binary | 11011010 | 10010011 | 1101011 | 0 | 100001 | 110011 | 1111 | 10110 | 111100 | 1000000 |
Color Harmonies of #DA936B
Complementary color
Monochromatic Colors of #DA936B
Black with #DA936B
Text Example
Text Example
White with #DA936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA936B; }
p { color: rgb(218,147,107); }
H1.HeaderClassName
{
color: #DA936B;
}
.AnyTagClassName
{
color: #DA936B;
}
</style>
background-color css
<style>
a { background-color: #DA936B; }
a { background-color: rgb(218,147,107); }
div.DivClassName
{
background-color: #DA936B;
}
.BgClassName
{
background-color: #DA936B;
}
</style>
border-color css
<style>
span { border-color: #DA936B; }
span { border-color: rgb(218,147,107); }
td.TdClassName
{
border-color: #DA936B;
}
.TagClassName
{
border-color: #DA936B;
}
</style>