Shades of Gold Drop #DC662C
Tints of Gold Drop #DC662C
RGB
CMYK
RGB Variations
Color information
#DC662C (or 0xDC662C) is known color: Gold Drop. HEX triplet: DC, 66 and 2C. RGB value is (220,102,44). Sum of RGB (Red+Green+Blue) = 220+102+44=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC662C is #2399D3. Grayscale: #838383. Windows color (decimal): -2333140 or 2909916. OLE color: 2909916.
HSL color Cylindrical-coordinate representation of color #DC662C: hue angle of 19.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC662C is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 44 | - |
| CMYK | 0 | 0.54 | 0.8 | 0.14 |
| HSL | 19.77º | 0.72% | 0.52% | - |
| HSV(B) | 19.77º | 0.8% | 0.86% | - |
| XYZ | 34.72 | 24.9 | 5.36 | - |
| YUV | 130.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 44 | 0 | 0.54 | 0.8 | 0.14 | 19.77 | 0.72 | 0.52 |
| Hex | DC | 66 | 2C | 0 | 36 | 50 | E | 14 | 48 | 34 |
| Octal | 334 | 146 | 54 | 0 | 66 | 120 | 16 | 24 | 110 | 64 |
| Binary | 11011100 | 1100110 | 101100 | 0 | 110110 | 1010000 | 1110 | 10100 | 1001000 | 110100 |
Color Harmonies of #DC662C
Complementary color
Monochromatic Colors of #DC662C
Black with #DC662C
Text Example
Text Example
White with #DC662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC662C; }
p { color: rgb(220,102,44); }
H1.HeaderClassName
{
color: #DC662C;
}
.AnyTagClassName
{
color: #DC662C;
}
</style>
background-color css
<style>
a { background-color: #DC662C; }
a { background-color: rgb(220,102,44); }
div.DivClassName
{
background-color: #DC662C;
}
.BgClassName
{
background-color: #DC662C;
}
</style>
border-color css
<style>
span { border-color: #DC662C; }
span { border-color: rgb(220,102,44); }
td.TdClassName
{
border-color: #DC662C;
}
.TagClassName
{
border-color: #DC662C;
}
</style>