Shades of Gold Drop #DB652A
Tints of Gold Drop #DB652A
RGB
CMYK
RGB Variations
Color information
#DB652A (or 0xDB652A) is known color: Gold Drop. HEX triplet: DB, 65 and 2A. RGB value is (219,101,42). Sum of RGB (Red+Green+Blue) = 219+101+42=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB652A is #249AD5. Grayscale: #818181. Windows color (decimal): -2398934 or 2778587. OLE color: 2778587.
HSL color Cylindrical-coordinate representation of color #DB652A: hue angle of 20º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB652A is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 42 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.14 |
| HSL | 20º | 0.71% | 0.51% | - |
| HSV(B) | 20º | 0.81% | 0.86% | - |
| XYZ | 34.29 | 24.53 | 5.12 | - |
| YUV | 129.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 42 | 0 | 0.54 | 0.81 | 0.14 | 20 | 0.71 | 0.51 |
| Hex | DB | 65 | 2A | 0 | 36 | 51 | E | 14 | 47 | 33 |
| Octal | 333 | 145 | 52 | 0 | 66 | 121 | 16 | 24 | 107 | 63 |
| Binary | 11011011 | 1100101 | 101010 | 0 | 110110 | 1010001 | 1110 | 10100 | 1000111 | 110011 |
Color Harmonies of #DB652A
Complementary color
Monochromatic Colors of #DB652A
Black with #DB652A
Text Example
Text Example
White with #DB652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB652A; }
p { color: rgb(219,101,42); }
H1.HeaderClassName
{
color: #DB652A;
}
.AnyTagClassName
{
color: #DB652A;
}
</style>
background-color css
<style>
a { background-color: #DB652A; }
a { background-color: rgb(219,101,42); }
div.DivClassName
{
background-color: #DB652A;
}
.BgClassName
{
background-color: #DB652A;
}
</style>
border-color css
<style>
span { border-color: #DB652A; }
span { border-color: rgb(219,101,42); }
td.TdClassName
{
border-color: #DB652A;
}
.TagClassName
{
border-color: #DB652A;
}
</style>