Shades of Gold Drop #DC6527
Tints of Gold Drop #DC6527
RGB
CMYK
RGB Variations
Color information
#DC6527 (or 0xDC6527) is known color: Gold Drop. HEX triplet: DC, 65 and 27. RGB value is (220,101,39). Sum of RGB (Red+Green+Blue) = 220+101+39=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6527 is #239AD8. Grayscale: #818181. Windows color (decimal): -2333401 or 2581980. OLE color: 2581980.
HSL color Cylindrical-coordinate representation of color #DC6527: hue angle of 20.55º 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 #DC6527 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 39 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.14 |
| HSL | 20.55º | 0.72% | 0.51% | - |
| HSV(B) | 20.55º | 0.82% | 0.86% | - |
| XYZ | 34.54 | 24.67 | 4.86 | - |
| YUV | 129.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 39 | 0 | 0.54 | 0.82 | 0.14 | 20.55 | 0.72 | 0.51 |
| Hex | DC | 65 | 27 | 0 | 36 | 52 | E | 15 | 48 | 33 |
| Octal | 334 | 145 | 47 | 0 | 66 | 122 | 16 | 25 | 110 | 63 |
| Binary | 11011100 | 1100101 | 100111 | 0 | 110110 | 1010010 | 1110 | 10101 | 1001000 | 110011 |
Color Harmonies of #DC6527
Complementary color
Monochromatic Colors of #DC6527
Black with #DC6527
Text Example
Text Example
White with #DC6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6527; }
p { color: rgb(220,101,39); }
H1.HeaderClassName
{
color: #DC6527;
}
.AnyTagClassName
{
color: #DC6527;
}
</style>
background-color css
<style>
a { background-color: #DC6527; }
a { background-color: rgb(220,101,39); }
div.DivClassName
{
background-color: #DC6527;
}
.BgClassName
{
background-color: #DC6527;
}
</style>
border-color css
<style>
span { border-color: #DC6527; }
span { border-color: rgb(220,101,39); }
td.TdClassName
{
border-color: #DC6527;
}
.TagClassName
{
border-color: #DC6527;
}
</style>