Shades of Gold Drop #DB622C
Tints of Gold Drop #DB622C
RGB
CMYK
RGB Variations
Color information
#DB622C (or 0xDB622C) is known color: Gold Drop. HEX triplet: DB, 62 and 2C. RGB value is (219,98,44). Sum of RGB (Red+Green+Blue) = 219+98+44=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB622C is #249DD3. Grayscale: #808080. Windows color (decimal): -2399700 or 2908891. OLE color: 2908891.
HSL color Cylindrical-coordinate representation of color #DB622C: hue angle of 18.51º degrees, saturation: 0.71, 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 #DB622C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.14 |
| HSL | 18.51º | 0.71% | 0.52% | - |
| HSV(B) | 18.51º | 0.8% | 0.86% | - |
| XYZ | 34.04 | 23.98 | 5.22 | - |
| YUV | 128.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 44 | 0 | 0.55 | 0.80 | 0.14 | 18.51 | 0.71 | 0.52 |
| Hex | DB | 62 | 2C | 0 | 37 | 50 | E | 13 | 47 | 34 |
| Octal | 333 | 142 | 54 | 0 | 67 | 120 | 16 | 23 | 107 | 64 |
| Binary | 11011011 | 1100010 | 101100 | 0 | 110111 | 1010000 | 1110 | 10011 | 1000111 | 110100 |
Color Harmonies of #DB622C
Complementary color
Monochromatic Colors of #DB622C
Black with #DB622C
Text Example
Text Example
White with #DB622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB622C; }
p { color: rgb(219,98,44); }
H1.HeaderClassName
{
color: #DB622C;
}
.AnyTagClassName
{
color: #DB622C;
}
</style>
background-color css
<style>
a { background-color: #DB622C; }
a { background-color: rgb(219,98,44); }
div.DivClassName
{
background-color: #DB622C;
}
.BgClassName
{
background-color: #DB622C;
}
</style>
border-color css
<style>
span { border-color: #DB622C; }
span { border-color: rgb(219,98,44); }
td.TdClassName
{
border-color: #DB622C;
}
.TagClassName
{
border-color: #DB622C;
}
</style>