Shades of Gold Drop #DB652D
Tints of Gold Drop #DB652D
RGB
CMYK
RGB Variations
Color information
#DB652D (or 0xDB652D) is known color: Gold Drop. HEX triplet: DB, 65 and 2D. RGB value is (219,101,45). Sum of RGB (Red+Green+Blue) = 219+101+45=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB652D is #249AD2. Grayscale: #828282. Windows color (decimal): -2398931 or 2975195. OLE color: 2975195.
HSL color Cylindrical-coordinate representation of color #DB652D: hue angle of 19.31º 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 #DB652D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 45 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.14 |
| HSL | 19.31º | 0.71% | 0.52% | - |
| HSV(B) | 19.31º | 0.79% | 0.86% | - |
| XYZ | 34.34 | 24.56 | 5.41 | - |
| YUV | 129.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 45 | 0 | 0.54 | 0.79 | 0.14 | 19.31 | 0.71 | 0.52 |
| Hex | DB | 65 | 2D | 0 | 36 | 4F | E | 13 | 47 | 34 |
| Octal | 333 | 145 | 55 | 0 | 66 | 117 | 16 | 23 | 107 | 64 |
| Binary | 11011011 | 1100101 | 101101 | 0 | 110110 | 1001111 | 1110 | 10011 | 1000111 | 110100 |
Color Harmonies of #DB652D
Complementary color
Monochromatic Colors of #DB652D
Black with #DB652D
Text Example
Text Example
White with #DB652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB652D; }
p { color: rgb(219,101,45); }
H1.HeaderClassName
{
color: #DB652D;
}
.AnyTagClassName
{
color: #DB652D;
}
</style>
background-color css
<style>
a { background-color: #DB652D; }
a { background-color: rgb(219,101,45); }
div.DivClassName
{
background-color: #DB652D;
}
.BgClassName
{
background-color: #DB652D;
}
</style>
border-color css
<style>
span { border-color: #DB652D; }
span { border-color: rgb(219,101,45); }
td.TdClassName
{
border-color: #DB652D;
}
.TagClassName
{
border-color: #DB652D;
}
</style>