Shades of Gold Drop #DC642C
Tints of Gold Drop #DC642C
RGB
CMYK
RGB Variations
Color information
#DC642C (or 0xDC642C) is known color: Gold Drop. HEX triplet: DC, 64 and 2C. RGB value is (220,100,44). Sum of RGB (Red+Green+Blue) = 220+100+44=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC642C is #239BD3. Grayscale: #818181. Windows color (decimal): -2333652 or 2909404. OLE color: 2909404.
HSL color Cylindrical-coordinate representation of color #DC642C: hue angle of 19.09º 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 #DC642C is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 44 | - |
| CMYK | 0 | 0.55 | 0.8 | 0.14 |
| HSL | 19.09º | 0.72% | 0.52% | - |
| HSV(B) | 19.09º | 0.8% | 0.86% | - |
| XYZ | 34.53 | 24.51 | 5.29 | - |
| YUV | 129.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 44 | 0 | 0.55 | 0.8 | 0.14 | 19.09 | 0.72 | 0.52 |
| Hex | DC | 64 | 2C | 0 | 37 | 50 | E | 13 | 48 | 34 |
| Octal | 334 | 144 | 54 | 0 | 67 | 120 | 16 | 23 | 110 | 64 |
| Binary | 11011100 | 1100100 | 101100 | 0 | 110111 | 1010000 | 1110 | 10011 | 1001000 | 110100 |
Color Harmonies of #DC642C
Complementary color
Monochromatic Colors of #DC642C
Black with #DC642C
Text Example
Text Example
White with #DC642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC642C; }
p { color: rgb(220,100,44); }
H1.HeaderClassName
{
color: #DC642C;
}
.AnyTagClassName
{
color: #DC642C;
}
</style>
background-color css
<style>
a { background-color: #DC642C; }
a { background-color: rgb(220,100,44); }
div.DivClassName
{
background-color: #DC642C;
}
.BgClassName
{
background-color: #DC642C;
}
</style>
border-color css
<style>
span { border-color: #DC642C; }
span { border-color: rgb(220,100,44); }
td.TdClassName
{
border-color: #DC642C;
}
.TagClassName
{
border-color: #DC642C;
}
</style>