Shades of Gold Drop #DC642B
Tints of Gold Drop #DC642B
RGB
CMYK
RGB Variations
Color information
#DC642B (or 0xDC642B) is known color: Gold Drop. HEX triplet: DC, 64 and 2B. RGB value is (220,100,43). Sum of RGB (Red+Green+Blue) = 220+100+43=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC642B is #239BD4. Grayscale: #818181. Windows color (decimal): -2333653 or 2843868. OLE color: 2843868.
HSL color Cylindrical-coordinate representation of color #DC642B: hue angle of 19.32º 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 #DC642B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 43 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.14 |
| HSL | 19.32º | 0.72% | 0.52% | - |
| HSV(B) | 19.32º | 0.8% | 0.86% | - |
| XYZ | 34.51 | 24.5 | 5.2 | - |
| YUV | 129.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 43 | 0 | 0.55 | 0.80 | 0.14 | 19.32 | 0.72 | 0.52 |
| Hex | DC | 64 | 2B | 0 | 37 | 50 | E | 13 | 48 | 34 |
| Octal | 334 | 144 | 53 | 0 | 67 | 120 | 16 | 23 | 110 | 64 |
| Binary | 11011100 | 1100100 | 101011 | 0 | 110111 | 1010000 | 1110 | 10011 | 1001000 | 110100 |
Color Harmonies of #DC642B
Complementary color
Monochromatic Colors of #DC642B
Black with #DC642B
Text Example
Text Example
White with #DC642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC642B; }
p { color: rgb(220,100,43); }
H1.HeaderClassName
{
color: #DC642B;
}
.AnyTagClassName
{
color: #DC642B;
}
</style>
background-color css
<style>
a { background-color: #DC642B; }
a { background-color: rgb(220,100,43); }
div.DivClassName
{
background-color: #DC642B;
}
.BgClassName
{
background-color: #DC642B;
}
</style>
border-color css
<style>
span { border-color: #DC642B; }
span { border-color: rgb(220,100,43); }
td.TdClassName
{
border-color: #DC642B;
}
.TagClassName
{
border-color: #DC642B;
}
</style>