Shades of Gold Drop #DC652C
Tints of Gold Drop #DC652C
RGB
CMYK
RGB Variations
Color information
#DC652C (or 0xDC652C) is known color: Gold Drop. HEX triplet: DC, 65 and 2C. RGB value is (220,101,44). Sum of RGB (Red+Green+Blue) = 220+101+44=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC652C is #239AD3. Grayscale: #828282. Windows color (decimal): -2333396 or 2909660. OLE color: 2909660.
HSL color Cylindrical-coordinate representation of color #DC652C: hue angle of 19.43º 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 #DC652C is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 44 | - |
| CMYK | 0 | 0.54 | 0.8 | 0.14 |
| HSL | 19.43º | 0.72% | 0.52% | - |
| HSV(B) | 19.43º | 0.8% | 0.86% | - |
| XYZ | 34.62 | 24.7 | 5.33 | - |
| YUV | 130.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 44 | 0 | 0.54 | 0.8 | 0.14 | 19.43 | 0.72 | 0.52 |
| Hex | DC | 65 | 2C | 0 | 36 | 50 | E | 13 | 48 | 34 |
| Octal | 334 | 145 | 54 | 0 | 66 | 120 | 16 | 23 | 110 | 64 |
| Binary | 11011100 | 1100101 | 101100 | 0 | 110110 | 1010000 | 1110 | 10011 | 1001000 | 110100 |
Color Harmonies of #DC652C
Complementary color
Monochromatic Colors of #DC652C
Black with #DC652C
Text Example
Text Example
White with #DC652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC652C; }
p { color: rgb(220,101,44); }
H1.HeaderClassName
{
color: #DC652C;
}
.AnyTagClassName
{
color: #DC652C;
}
</style>
background-color css
<style>
a { background-color: #DC652C; }
a { background-color: rgb(220,101,44); }
div.DivClassName
{
background-color: #DC652C;
}
.BgClassName
{
background-color: #DC652C;
}
</style>
border-color css
<style>
span { border-color: #DC652C; }
span { border-color: rgb(220,101,44); }
td.TdClassName
{
border-color: #DC652C;
}
.TagClassName
{
border-color: #DC652C;
}
</style>