Shades of Gold Drop #DC6629
Tints of Gold Drop #DC6629
RGB
CMYK
RGB Variations
Color information
#DC6629 (or 0xDC6629) is known color: Gold Drop. HEX triplet: DC, 66 and 29. RGB value is (220,102,41). Sum of RGB (Red+Green+Blue) = 220+102+41=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6629 is #2399D6. Grayscale: #828282. Windows color (decimal): -2333143 or 2713308. OLE color: 2713308.
HSL color Cylindrical-coordinate representation of color #DC6629: hue angle of 20.45º 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 #DC6629 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 41 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.14 |
| HSL | 20.45º | 0.72% | 0.51% | - |
| HSV(B) | 20.45º | 0.81% | 0.86% | - |
| XYZ | 34.67 | 24.88 | 5.07 | - |
| YUV | 130.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 41 | 0 | 0.54 | 0.81 | 0.14 | 20.45 | 0.72 | 0.51 |
| Hex | DC | 66 | 29 | 0 | 36 | 51 | E | 14 | 48 | 33 |
| Octal | 334 | 146 | 51 | 0 | 66 | 121 | 16 | 24 | 110 | 63 |
| Binary | 11011100 | 1100110 | 101001 | 0 | 110110 | 1010001 | 1110 | 10100 | 1001000 | 110011 |
Color Harmonies of #DC6629
Complementary color
Monochromatic Colors of #DC6629
Black with #DC6629
Text Example
Text Example
White with #DC6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6629; }
p { color: rgb(220,102,41); }
H1.HeaderClassName
{
color: #DC6629;
}
.AnyTagClassName
{
color: #DC6629;
}
</style>
background-color css
<style>
a { background-color: #DC6629; }
a { background-color: rgb(220,102,41); }
div.DivClassName
{
background-color: #DC6629;
}
.BgClassName
{
background-color: #DC6629;
}
</style>
border-color css
<style>
span { border-color: #DC6629; }
span { border-color: rgb(220,102,41); }
td.TdClassName
{
border-color: #DC6629;
}
.TagClassName
{
border-color: #DC6629;
}
</style>