Shades of Gold Drop #DB622D
Tints of Gold Drop #DB622D
RGB
CMYK
RGB Variations
Color information
#DB622D (or 0xDB622D) is known color: Gold Drop. HEX triplet: DB, 62 and 2D. RGB value is (219,98,45). Sum of RGB (Red+Green+Blue) = 219+98+45=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB622D is #249DD2. Grayscale: #808080. Windows color (decimal): -2399699 or 2974427. OLE color: 2974427.
HSL color Cylindrical-coordinate representation of color #DB622D: hue angle of 18.28º 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 #DB622D is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 45 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.14 |
| HSL | 18.28º | 0.71% | 0.52% | - |
| HSV(B) | 18.28º | 0.79% | 0.86% | - |
| XYZ | 34.05 | 23.98 | 5.32 | - |
| YUV | 128.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 45 | 0 | 0.55 | 0.79 | 0.14 | 18.28 | 0.71 | 0.52 |
| Hex | DB | 62 | 2D | 0 | 37 | 4F | E | 12 | 47 | 34 |
| Octal | 333 | 142 | 55 | 0 | 67 | 117 | 16 | 22 | 107 | 64 |
| Binary | 11011011 | 1100010 | 101101 | 0 | 110111 | 1001111 | 1110 | 10010 | 1000111 | 110100 |
Color Harmonies of #DB622D
Complementary color
Monochromatic Colors of #DB622D
Black with #DB622D
Text Example
Text Example
White with #DB622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB622D; }
p { color: rgb(219,98,45); }
H1.HeaderClassName
{
color: #DB622D;
}
.AnyTagClassName
{
color: #DB622D;
}
</style>
background-color css
<style>
a { background-color: #DB622D; }
a { background-color: rgb(219,98,45); }
div.DivClassName
{
background-color: #DB622D;
}
.BgClassName
{
background-color: #DB622D;
}
</style>
border-color css
<style>
span { border-color: #DB622D; }
span { border-color: rgb(219,98,45); }
td.TdClassName
{
border-color: #DB622D;
}
.TagClassName
{
border-color: #DB622D;
}
</style>