Shades of Gold Drop #DC652B
Tints of Gold Drop #DC652B
RGB
CMYK
RGB Variations
Color information
#DC652B (or 0xDC652B) is known color: Gold Drop. HEX triplet: DC, 65 and 2B. RGB value is (220,101,43). Sum of RGB (Red+Green+Blue) = 220+101+43=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC652B is #239AD4. Grayscale: #828282. Windows color (decimal): -2333397 or 2844124. OLE color: 2844124.
HSL color Cylindrical-coordinate representation of color #DC652B: hue angle of 19.66º 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 #DC652B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.14 |
| HSL | 19.66º | 0.72% | 0.52% | - |
| HSV(B) | 19.66º | 0.8% | 0.86% | - |
| XYZ | 34.6 | 24.7 | 5.23 | - |
| YUV | 129.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 43 | 0 | 0.54 | 0.80 | 0.14 | 19.66 | 0.72 | 0.52 |
| Hex | DC | 65 | 2B | 0 | 36 | 50 | E | 14 | 48 | 34 |
| Octal | 334 | 145 | 53 | 0 | 66 | 120 | 16 | 24 | 110 | 64 |
| Binary | 11011100 | 1100101 | 101011 | 0 | 110110 | 1010000 | 1110 | 10100 | 1001000 | 110100 |
Color Harmonies of #DC652B
Complementary color
Monochromatic Colors of #DC652B
Black with #DC652B
Text Example
Text Example
White with #DC652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC652B; }
p { color: rgb(220,101,43); }
H1.HeaderClassName
{
color: #DC652B;
}
.AnyTagClassName
{
color: #DC652B;
}
</style>
background-color css
<style>
a { background-color: #DC652B; }
a { background-color: rgb(220,101,43); }
div.DivClassName
{
background-color: #DC652B;
}
.BgClassName
{
background-color: #DC652B;
}
</style>
border-color css
<style>
span { border-color: #DC652B; }
span { border-color: rgb(220,101,43); }
td.TdClassName
{
border-color: #DC652B;
}
.TagClassName
{
border-color: #DC652B;
}
</style>