Shades of Gold Drop #DC622D
Tints of Gold Drop #DC622D
RGB
CMYK
RGB Variations
Color information
#DC622D (or 0xDC622D) is known color: Gold Drop. HEX triplet: DC, 62 and 2D. RGB value is (220,98,45). Sum of RGB (Red+Green+Blue) = 220+98+45=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC622D is #239DD2. Grayscale: #808080. Windows color (decimal): -2334163 or 2974428. OLE color: 2974428.
HSL color Cylindrical-coordinate representation of color #DC622D: hue angle of 18.17º degrees, saturation: 0.71, 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 #DC622D is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 45 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.14 |
| HSL | 18.17º | 0.71% | 0.52% | - |
| HSV(B) | 18.17º | 0.8% | 0.86% | - |
| XYZ | 34.36 | 24.14 | 5.33 | - |
| YUV | 128.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 45 | 0 | 0.55 | 0.80 | 0.14 | 18.17 | 0.71 | 0.52 |
| Hex | DC | 62 | 2D | 0 | 37 | 50 | E | 12 | 47 | 34 |
| Octal | 334 | 142 | 55 | 0 | 67 | 120 | 16 | 22 | 107 | 64 |
| Binary | 11011100 | 1100010 | 101101 | 0 | 110111 | 1010000 | 1110 | 10010 | 1000111 | 110100 |
Color Harmonies of #DC622D
Complementary color
Monochromatic Colors of #DC622D
Black with #DC622D
Text Example
Text Example
White with #DC622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC622D; }
p { color: rgb(220,98,45); }
H1.HeaderClassName
{
color: #DC622D;
}
.AnyTagClassName
{
color: #DC622D;
}
</style>
background-color css
<style>
a { background-color: #DC622D; }
a { background-color: rgb(220,98,45); }
div.DivClassName
{
background-color: #DC622D;
}
.BgClassName
{
background-color: #DC622D;
}
</style>
border-color css
<style>
span { border-color: #DC622D; }
span { border-color: rgb(220,98,45); }
td.TdClassName
{
border-color: #DC622D;
}
.TagClassName
{
border-color: #DC622D;
}
</style>