Shades of Gold Drop #DC622C
Tints of Gold Drop #DC622C
RGB
CMYK
RGB Variations
Color information
#DC622C (or 0xDC622C) is known color: Gold Drop. HEX triplet: DC, 62 and 2C. RGB value is (220,98,44). Sum of RGB (Red+Green+Blue) = 220+98+44=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC622C is #239DD3. Grayscale: #808080. Windows color (decimal): -2334164 or 2908892. OLE color: 2908892.
HSL color Cylindrical-coordinate representation of color #DC622C: hue angle of 18.41º 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 #DC622C is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 44 | - |
| CMYK | 0 | 0.55 | 0.8 | 0.14 |
| HSL | 18.41º | 0.72% | 0.52% | - |
| HSV(B) | 18.41º | 0.8% | 0.86% | - |
| XYZ | 34.34 | 24.13 | 5.23 | - |
| YUV | 128.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 44 | 0 | 0.55 | 0.8 | 0.14 | 18.41 | 0.72 | 0.52 |
| Hex | DC | 62 | 2C | 0 | 37 | 50 | E | 12 | 48 | 34 |
| Octal | 334 | 142 | 54 | 0 | 67 | 120 | 16 | 22 | 110 | 64 |
| Binary | 11011100 | 1100010 | 101100 | 0 | 110111 | 1010000 | 1110 | 10010 | 1001000 | 110100 |
Color Harmonies of #DC622C
Complementary color
Monochromatic Colors of #DC622C
Black with #DC622C
Text Example
Text Example
White with #DC622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC622C; }
p { color: rgb(220,98,44); }
H1.HeaderClassName
{
color: #DC622C;
}
.AnyTagClassName
{
color: #DC622C;
}
</style>
background-color css
<style>
a { background-color: #DC622C; }
a { background-color: rgb(220,98,44); }
div.DivClassName
{
background-color: #DC622C;
}
.BgClassName
{
background-color: #DC622C;
}
</style>
border-color css
<style>
span { border-color: #DC622C; }
span { border-color: rgb(220,98,44); }
td.TdClassName
{
border-color: #DC622C;
}
.TagClassName
{
border-color: #DC622C;
}
</style>