Shades of Gold Drop #DC602A
Tints of Gold Drop #DC602A
RGB
CMYK
RGB Variations
Color information
#DC602A (or 0xDC602A) is known color: Gold Drop. HEX triplet: DC, 60 and 2A. RGB value is (220,96,42). Sum of RGB (Red+Green+Blue) = 220+96+42=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC602A is #239FD5. Grayscale: #7F7F7F. Windows color (decimal): -2334678 or 2777308. OLE color: 2777308.
HSL color Cylindrical-coordinate representation of color #DC602A: hue angle of 18.2º 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 #DC602A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 42 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.14 |
| HSL | 18.2º | 0.72% | 0.51% | - |
| HSV(B) | 18.2º | 0.81% | 0.86% | - |
| XYZ | 34.12 | 23.75 | 4.98 | - |
| YUV | 126.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 42 | 0 | 0.56 | 0.81 | 0.14 | 18.2 | 0.72 | 0.51 |
| Hex | DC | 60 | 2A | 0 | 38 | 51 | E | 12 | 48 | 33 |
| Octal | 334 | 140 | 52 | 0 | 70 | 121 | 16 | 22 | 110 | 63 |
| Binary | 11011100 | 1100000 | 101010 | 0 | 111000 | 1010001 | 1110 | 10010 | 1001000 | 110011 |
Color Harmonies of #DC602A
Complementary color
Monochromatic Colors of #DC602A
Black with #DC602A
Text Example
Text Example
White with #DC602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC602A; }
p { color: rgb(220,96,42); }
H1.HeaderClassName
{
color: #DC602A;
}
.AnyTagClassName
{
color: #DC602A;
}
</style>
background-color css
<style>
a { background-color: #DC602A; }
a { background-color: rgb(220,96,42); }
div.DivClassName
{
background-color: #DC602A;
}
.BgClassName
{
background-color: #DC602A;
}
</style>
border-color css
<style>
span { border-color: #DC602A; }
span { border-color: rgb(220,96,42); }
td.TdClassName
{
border-color: #DC602A;
}
.TagClassName
{
border-color: #DC602A;
}
</style>