Shades of Gold Drop #DB612A
Tints of Gold Drop #DB612A
RGB
CMYK
RGB Variations
Color information
#DB612A (or 0xDB612A) is known color: Gold Drop. HEX triplet: DB, 61 and 2A. RGB value is (219,97,42). Sum of RGB (Red+Green+Blue) = 219+97+42=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612A is #249ED5. Grayscale: #7F7F7F. Windows color (decimal): -2399958 or 2777563. OLE color: 2777563.
HSL color Cylindrical-coordinate representation of color #DB612A: hue angle of 18.64º 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 #DB612A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 42 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.14 |
| HSL | 18.64º | 0.71% | 0.51% | - |
| HSV(B) | 18.64º | 0.81% | 0.86% | - |
| XYZ | 33.91 | 23.78 | 4.99 | - |
| YUV | 127.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 42 | 0 | 0.56 | 0.81 | 0.14 | 18.64 | 0.71 | 0.51 |
| Hex | DB | 61 | 2A | 0 | 38 | 51 | E | 13 | 47 | 33 |
| Octal | 333 | 141 | 52 | 0 | 70 | 121 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1100001 | 101010 | 0 | 111000 | 1010001 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB612A
Complementary color
Monochromatic Colors of #DB612A
Black with #DB612A
Text Example
Text Example
White with #DB612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB612A; }
p { color: rgb(219,97,42); }
H1.HeaderClassName
{
color: #DB612A;
}
.AnyTagClassName
{
color: #DB612A;
}
</style>
background-color css
<style>
a { background-color: #DB612A; }
a { background-color: rgb(219,97,42); }
div.DivClassName
{
background-color: #DB612A;
}
.BgClassName
{
background-color: #DB612A;
}
</style>
border-color css
<style>
span { border-color: #DB612A; }
span { border-color: rgb(219,97,42); }
td.TdClassName
{
border-color: #DB612A;
}
.TagClassName
{
border-color: #DB612A;
}
</style>