Shades of Gold Drop #DC6529
Tints of Gold Drop #DC6529
RGB
CMYK
RGB Variations
Color information
#DC6529 (or 0xDC6529) is known color: Gold Drop. HEX triplet: DC, 65 and 29. RGB value is (220,101,41). Sum of RGB (Red+Green+Blue) = 220+101+41=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6529 is #239AD6. Grayscale: #828282. Windows color (decimal): -2333399 or 2713052. OLE color: 2713052.
HSL color Cylindrical-coordinate representation of color #DC6529: hue angle of 20.11º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC6529 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 41 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.14 |
| HSL | 20.11º | 0.72% | 0.51% | - |
| HSV(B) | 20.11º | 0.81% | 0.86% | - |
| XYZ | 34.57 | 24.68 | 5.04 | - |
| YUV | 129.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 41 | 0 | 0.54 | 0.81 | 0.14 | 20.11 | 0.72 | 0.51 |
| Hex | DC | 65 | 29 | 0 | 36 | 51 | E | 14 | 48 | 33 |
| Octal | 334 | 145 | 51 | 0 | 66 | 121 | 16 | 24 | 110 | 63 |
| Binary | 11011100 | 1100101 | 101001 | 0 | 110110 | 1010001 | 1110 | 10100 | 1001000 | 110011 |
Color Harmonies of #DC6529
Complementary color
Monochromatic Colors of #DC6529
Black with #DC6529
Text Example
Text Example
White with #DC6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6529; }
p { color: rgb(220,101,41); }
H1.HeaderClassName
{
color: #DC6529;
}
.AnyTagClassName
{
color: #DC6529;
}
</style>
background-color css
<style>
a { background-color: #DC6529; }
a { background-color: rgb(220,101,41); }
div.DivClassName
{
background-color: #DC6529;
}
.BgClassName
{
background-color: #DC6529;
}
</style>
border-color css
<style>
span { border-color: #DC6529; }
span { border-color: rgb(220,101,41); }
td.TdClassName
{
border-color: #DC6529;
}
.TagClassName
{
border-color: #DC6529;
}
</style>