Shades of Gold Drop #DC6029
Tints of Gold Drop #DC6029
RGB
CMYK
RGB Variations
Color information
#DC6029 (or 0xDC6029) is known color: Gold Drop. HEX triplet: DC, 60 and 29. RGB value is (220,96,41). Sum of RGB (Red+Green+Blue) = 220+96+41=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6029 is #239FD6. Grayscale: #7F7F7F. Windows color (decimal): -2334679 or 2711772. OLE color: 2711772.
HSL color Cylindrical-coordinate representation of color #DC6029: hue angle of 18.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC6029 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 41 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.14 |
| HSL | 18.44º | 0.72% | 0.51% | - |
| HSV(B) | 18.44º | 0.81% | 0.86% | - |
| XYZ | 34.1 | 23.74 | 4.88 | - |
| YUV | 126.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 41 | 0 | 0.56 | 0.81 | 0.14 | 18.44 | 0.72 | 0.51 |
| Hex | DC | 60 | 29 | 0 | 38 | 51 | E | 12 | 48 | 33 |
| Octal | 334 | 140 | 51 | 0 | 70 | 121 | 16 | 22 | 110 | 63 |
| Binary | 11011100 | 1100000 | 101001 | 0 | 111000 | 1010001 | 1110 | 10010 | 1001000 | 110011 |
Color Harmonies of #DC6029
Complementary color
Monochromatic Colors of #DC6029
Black with #DC6029
Text Example
Text Example
White with #DC6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6029; }
p { color: rgb(220,96,41); }
H1.HeaderClassName
{
color: #DC6029;
}
.AnyTagClassName
{
color: #DC6029;
}
</style>
background-color css
<style>
a { background-color: #DC6029; }
a { background-color: rgb(220,96,41); }
div.DivClassName
{
background-color: #DC6029;
}
.BgClassName
{
background-color: #DC6029;
}
</style>
border-color css
<style>
span { border-color: #DC6029; }
span { border-color: rgb(220,96,41); }
td.TdClassName
{
border-color: #DC6029;
}
.TagClassName
{
border-color: #DC6029;
}
</style>