Shades of Gold Drop #DB652B
Tints of Gold Drop #DB652B
RGB
CMYK
RGB Variations
Color information
#DB652B (or 0xDB652B) is known color: Gold Drop. HEX triplet: DB, 65 and 2B. RGB value is (219,101,43). Sum of RGB (Red+Green+Blue) = 219+101+43=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB652B is #249AD4. Grayscale: #828282. Windows color (decimal): -2398933 or 2844123. OLE color: 2844123.
HSL color Cylindrical-coordinate representation of color #DB652B: hue angle of 19.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB652B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.14 |
| HSL | 19.77º | 0.71% | 0.51% | - |
| HSV(B) | 19.77º | 0.8% | 0.86% | - |
| XYZ | 34.3 | 24.54 | 5.21 | - |
| YUV | 129.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 43 | 0 | 0.54 | 0.80 | 0.14 | 19.77 | 0.71 | 0.51 |
| Hex | DB | 65 | 2B | 0 | 36 | 50 | E | 14 | 47 | 33 |
| Octal | 333 | 145 | 53 | 0 | 66 | 120 | 16 | 24 | 107 | 63 |
| Binary | 11011011 | 1100101 | 101011 | 0 | 110110 | 1010000 | 1110 | 10100 | 1000111 | 110011 |
Color Harmonies of #DB652B
Complementary color
Monochromatic Colors of #DB652B
Black with #DB652B
Text Example
Text Example
White with #DB652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB652B; }
p { color: rgb(219,101,43); }
H1.HeaderClassName
{
color: #DB652B;
}
.AnyTagClassName
{
color: #DB652B;
}
</style>
background-color css
<style>
a { background-color: #DB652B; }
a { background-color: rgb(219,101,43); }
div.DivClassName
{
background-color: #DB652B;
}
.BgClassName
{
background-color: #DB652B;
}
</style>
border-color css
<style>
span { border-color: #DB652B; }
span { border-color: rgb(219,101,43); }
td.TdClassName
{
border-color: #DB652B;
}
.TagClassName
{
border-color: #DB652B;
}
</style>