Shades of Gold Drop #DB652C
Tints of Gold Drop #DB652C
RGB
CMYK
RGB Variations
Color information
#DB652C (or 0xDB652C) is known color: Gold Drop. HEX triplet: DB, 65 and 2C. RGB value is (219,101,44). Sum of RGB (Red+Green+Blue) = 219+101+44=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB652C is #249AD3. Grayscale: #828282. Windows color (decimal): -2398932 or 2909659. OLE color: 2909659.
HSL color Cylindrical-coordinate representation of color #DB652C: hue angle of 19.54º 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 #DB652C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.14 |
| HSL | 19.54º | 0.71% | 0.52% | - |
| HSV(B) | 19.54º | 0.8% | 0.86% | - |
| XYZ | 34.32 | 24.55 | 5.31 | - |
| YUV | 129.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 44 | 0 | 0.54 | 0.80 | 0.14 | 19.54 | 0.71 | 0.52 |
| Hex | DB | 65 | 2C | 0 | 36 | 50 | E | 14 | 47 | 34 |
| Octal | 333 | 145 | 54 | 0 | 66 | 120 | 16 | 24 | 107 | 64 |
| Binary | 11011011 | 1100101 | 101100 | 0 | 110110 | 1010000 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DB652C
Complementary color
Monochromatic Colors of #DB652C
Black with #DB652C
Text Example
Text Example
White with #DB652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB652C; }
p { color: rgb(219,101,44); }
H1.HeaderClassName
{
color: #DB652C;
}
.AnyTagClassName
{
color: #DB652C;
}
</style>
background-color css
<style>
a { background-color: #DB652C; }
a { background-color: rgb(219,101,44); }
div.DivClassName
{
background-color: #DB652C;
}
.BgClassName
{
background-color: #DB652C;
}
</style>
border-color css
<style>
span { border-color: #DB652C; }
span { border-color: rgb(219,101,44); }
td.TdClassName
{
border-color: #DB652C;
}
.TagClassName
{
border-color: #DB652C;
}
</style>