Shades of Gold Drop #DC6127
Tints of Gold Drop #DC6127
RGB
CMYK
RGB Variations
Color information
#DC6127 (or 0xDC6127) is known color: Gold Drop. HEX triplet: DC, 61 and 27. RGB value is (220,97,39). Sum of RGB (Red+Green+Blue) = 220+97+39=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6127 is #239ED8. Grayscale: #7F7F7F. Windows color (decimal): -2334425 or 2580956. OLE color: 2580956.
HSL color Cylindrical-coordinate representation of color #DC6127: hue angle of 19.23º 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 #DC6127 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 39 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.14 |
| HSL | 19.23º | 0.72% | 0.51% | - |
| HSV(B) | 19.23º | 0.82% | 0.86% | - |
| XYZ | 34.16 | 23.91 | 4.73 | - |
| YUV | 127.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 39 | 0 | 0.56 | 0.82 | 0.14 | 19.23 | 0.72 | 0.51 |
| Hex | DC | 61 | 27 | 0 | 38 | 52 | E | 13 | 48 | 33 |
| Octal | 334 | 141 | 47 | 0 | 70 | 122 | 16 | 23 | 110 | 63 |
| Binary | 11011100 | 1100001 | 100111 | 0 | 111000 | 1010010 | 1110 | 10011 | 1001000 | 110011 |
Color Harmonies of #DC6127
Complementary color
Monochromatic Colors of #DC6127
Black with #DC6127
Text Example
Text Example
White with #DC6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6127; }
p { color: rgb(220,97,39); }
H1.HeaderClassName
{
color: #DC6127;
}
.AnyTagClassName
{
color: #DC6127;
}
</style>
background-color css
<style>
a { background-color: #DC6127; }
a { background-color: rgb(220,97,39); }
div.DivClassName
{
background-color: #DC6127;
}
.BgClassName
{
background-color: #DC6127;
}
</style>
border-color css
<style>
span { border-color: #DC6127; }
span { border-color: rgb(220,97,39); }
td.TdClassName
{
border-color: #DC6127;
}
.TagClassName
{
border-color: #DC6127;
}
</style>