Shades of Gold Drop #DC6128
Tints of Gold Drop #DC6128
RGB
CMYK
RGB Variations
Color information
#DC6128 (or 0xDC6128) is known color: Gold Drop. HEX triplet: DC, 61 and 28. RGB value is (220,97,40). Sum of RGB (Red+Green+Blue) = 220+97+40=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6128 is #239ED7. Grayscale: #7F7F7F. Windows color (decimal): -2334424 or 2646492. OLE color: 2646492.
HSL color Cylindrical-coordinate representation of color #DC6128: hue angle of 19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC6128 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 40 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.14 |
| HSL | 19º | 0.72% | 0.51% | - |
| HSV(B) | 19º | 0.82% | 0.86% | - |
| XYZ | 34.17 | 23.92 | 4.82 | - |
| YUV | 127.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 40 | 0 | 0.56 | 0.82 | 0.14 | 19 | 0.72 | 0.51 |
| Hex | DC | 61 | 28 | 0 | 38 | 52 | E | 13 | 48 | 33 |
| Octal | 334 | 141 | 50 | 0 | 70 | 122 | 16 | 23 | 110 | 63 |
| Binary | 11011100 | 1100001 | 101000 | 0 | 111000 | 1010010 | 1110 | 10011 | 1001000 | 110011 |
Color Harmonies of #DC6128
Complementary color
Monochromatic Colors of #DC6128
Black with #DC6128
Text Example
Text Example
White with #DC6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6128; }
p { color: rgb(220,97,40); }
H1.HeaderClassName
{
color: #DC6128;
}
.AnyTagClassName
{
color: #DC6128;
}
</style>
background-color css
<style>
a { background-color: #DC6128; }
a { background-color: rgb(220,97,40); }
div.DivClassName
{
background-color: #DC6128;
}
.BgClassName
{
background-color: #DC6128;
}
</style>
border-color css
<style>
span { border-color: #DC6128; }
span { border-color: rgb(220,97,40); }
td.TdClassName
{
border-color: #DC6128;
}
.TagClassName
{
border-color: #DC6128;
}
</style>