Shades of Gold Drop #DB642D
Tints of Gold Drop #DB642D
RGB
CMYK
RGB Variations
Color information
#DB642D (or 0xDB642D) is known color: Gold Drop. HEX triplet: DB, 64 and 2D. RGB value is (219,100,45). Sum of RGB (Red+Green+Blue) = 219+100+45=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB642D is #249BD2. Grayscale: #818181. Windows color (decimal): -2399187 or 2974939. OLE color: 2974939.
HSL color Cylindrical-coordinate representation of color #DB642D: 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 #DB642D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 45 | - |
| 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.24 | 24.36 | 5.38 | - |
| YUV | 129.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 45 | 0 | 0.54 | 0.79 | 0.14 | 18.97 | 0.71 | 0.52 |
| Hex | DB | 64 | 2D | 0 | 36 | 4F | E | 13 | 47 | 34 |
| Octal | 333 | 144 | 55 | 0 | 66 | 117 | 16 | 23 | 107 | 64 |
| Binary | 11011011 | 1100100 | 101101 | 0 | 110110 | 1001111 | 1110 | 10011 | 1000111 | 110100 |
Color Harmonies of #DB642D
Complementary color
Monochromatic Colors of #DB642D
Black with #DB642D
Text Example
Text Example
White with #DB642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB642D; }
p { color: rgb(219,100,45); }
H1.HeaderClassName
{
color: #DB642D;
}
.AnyTagClassName
{
color: #DB642D;
}
</style>
background-color css
<style>
a { background-color: #DB642D; }
a { background-color: rgb(219,100,45); }
div.DivClassName
{
background-color: #DB642D;
}
.BgClassName
{
background-color: #DB642D;
}
</style>
border-color css
<style>
span { border-color: #DB642D; }
span { border-color: rgb(219,100,45); }
td.TdClassName
{
border-color: #DB642D;
}
.TagClassName
{
border-color: #DB642D;
}
</style>