Shades of Gold Drop #DC652E
Tints of Gold Drop #DC652E
RGB
CMYK
RGB Variations
Color information
#DC652E (or 0xDC652E) is known color: Gold Drop. HEX triplet: DC, 65 and 2E. RGB value is (220,101,46). Sum of RGB (Red+Green+Blue) = 220+101+46=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC652E is #239AD1. Grayscale: #828282. Windows color (decimal): -2333394 or 3040732. OLE color: 3040732.
HSL color Cylindrical-coordinate representation of color #DC652E: hue angle of 18.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC652E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 46 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.14 |
| HSL | 18.97º | 0.71% | 0.52% | - |
| HSV(B) | 18.97º | 0.79% | 0.86% | - |
| XYZ | 34.66 | 24.72 | 5.53 | - |
| YUV | 130.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 46 | 0 | 0.54 | 0.79 | 0.14 | 18.97 | 0.71 | 0.52 |
| Hex | DC | 65 | 2E | 0 | 36 | 4F | E | 13 | 47 | 34 |
| Octal | 334 | 145 | 56 | 0 | 66 | 117 | 16 | 23 | 107 | 64 |
| Binary | 11011100 | 1100101 | 101110 | 0 | 110110 | 1001111 | 1110 | 10011 | 1000111 | 110100 |
Color Harmonies of #DC652E
Complementary color
Monochromatic Colors of #DC652E
Black with #DC652E
Text Example
Text Example
White with #DC652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC652E; }
p { color: rgb(220,101,46); }
H1.HeaderClassName
{
color: #DC652E;
}
.AnyTagClassName
{
color: #DC652E;
}
</style>
background-color css
<style>
a { background-color: #DC652E; }
a { background-color: rgb(220,101,46); }
div.DivClassName
{
background-color: #DC652E;
}
.BgClassName
{
background-color: #DC652E;
}
</style>
border-color css
<style>
span { border-color: #DC652E; }
span { border-color: rgb(220,101,46); }
td.TdClassName
{
border-color: #DC652E;
}
.TagClassName
{
border-color: #DC652E;
}
</style>