Shades of Gold Drop #DC6A2B
Tints of Gold Drop #DC6A2B
RGB
CMYK
RGB Variations
Color information
#DC6A2B (or 0xDC6A2B) is known color: Gold Drop. HEX triplet: DC, 6A and 2B. RGB value is (220,106,43). Sum of RGB (Red+Green+Blue) = 220+106+43=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A2B is #2395D4. Grayscale: #858585. Windows color (decimal): -2332117 or 2845404. OLE color: 2845404.
HSL color Cylindrical-coordinate representation of color #DC6A2B: hue angle of 21.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC6A2B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 43 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.14 |
| HSL | 21.36º | 0.72% | 0.52% | - |
| HSV(B) | 21.36º | 0.8% | 0.86% | - |
| XYZ | 35.11 | 25.7 | 5.4 | - |
| YUV | 132.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 43 | 0 | 0.52 | 0.80 | 0.14 | 21.36 | 0.72 | 0.52 |
| Hex | DC | 6A | 2B | 0 | 34 | 50 | E | 15 | 48 | 34 |
| Octal | 334 | 152 | 53 | 0 | 64 | 120 | 16 | 25 | 110 | 64 |
| Binary | 11011100 | 1101010 | 101011 | 0 | 110100 | 1010000 | 1110 | 10101 | 1001000 | 110100 |
Color Harmonies of #DC6A2B
Complementary color
Monochromatic Colors of #DC6A2B
Black with #DC6A2B
Text Example
Text Example
White with #DC6A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A2B; }
p { color: rgb(220,106,43); }
H1.HeaderClassName
{
color: #DC6A2B;
}
.AnyTagClassName
{
color: #DC6A2B;
}
</style>
background-color css
<style>
a { background-color: #DC6A2B; }
a { background-color: rgb(220,106,43); }
div.DivClassName
{
background-color: #DC6A2B;
}
.BgClassName
{
background-color: #DC6A2B;
}
</style>
border-color css
<style>
span { border-color: #DC6A2B; }
span { border-color: rgb(220,106,43); }
td.TdClassName
{
border-color: #DC6A2B;
}
.TagClassName
{
border-color: #DC6A2B;
}
</style>