Shades of Gold Drop #DC6526
Tints of Gold Drop #DC6526
RGB
CMYK
RGB Variations
Color information
#DC6526 (or 0xDC6526) is known color: Gold Drop. HEX triplet: DC, 65 and 26. RGB value is (220,101,38). Sum of RGB (Red+Green+Blue) = 220+101+38=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6526 is #239AD9. Grayscale: #818181. Windows color (decimal): -2333402 or 2516444. OLE color: 2516444.
HSL color Cylindrical-coordinate representation of color #DC6526: hue angle of 20.77º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6526 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.14 |
| HSL | 20.77º | 0.72% | 0.51% | - |
| HSV(B) | 20.77º | 0.83% | 0.86% | - |
| XYZ | 34.52 | 24.66 | 4.77 | - |
| YUV | 129.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 38 | 0 | 0.54 | 0.83 | 0.14 | 20.77 | 0.72 | 0.51 |
| Hex | DC | 65 | 26 | 0 | 36 | 53 | E | 15 | 48 | 33 |
| Octal | 334 | 145 | 46 | 0 | 66 | 123 | 16 | 25 | 110 | 63 |
| Binary | 11011100 | 1100101 | 100110 | 0 | 110110 | 1010011 | 1110 | 10101 | 1001000 | 110011 |
Color Harmonies of #DC6526
Complementary color
Monochromatic Colors of #DC6526
Black with #DC6526
Text Example
Text Example
White with #DC6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6526; }
p { color: rgb(220,101,38); }
H1.HeaderClassName
{
color: #DC6526;
}
.AnyTagClassName
{
color: #DC6526;
}
</style>
background-color css
<style>
a { background-color: #DC6526; }
a { background-color: rgb(220,101,38); }
div.DivClassName
{
background-color: #DC6526;
}
.BgClassName
{
background-color: #DC6526;
}
</style>
border-color css
<style>
span { border-color: #DC6526; }
span { border-color: rgb(220,101,38); }
td.TdClassName
{
border-color: #DC6526;
}
.TagClassName
{
border-color: #DC6526;
}
</style>