Shades of Gold Drop #DB6127
Tints of Gold Drop #DB6127
RGB
CMYK
RGB Variations
Color information
#DB6127 (or 0xDB6127) is known color: Gold Drop. HEX triplet: DB, 61 and 27. RGB value is (219,97,39). Sum of RGB (Red+Green+Blue) = 219+97+39=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6127 is #249ED8. Grayscale: #7F7F7F. Windows color (decimal): -2399961 or 2580955. OLE color: 2580955.
HSL color Cylindrical-coordinate representation of color #DB6127: hue angle of 19.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB6127 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 39 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.14 |
| HSL | 19.33º | 0.71% | 0.51% | - |
| HSV(B) | 19.33º | 0.82% | 0.86% | - |
| XYZ | 33.85 | 23.76 | 4.72 | - |
| YUV | 126.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 39 | 0 | 0.56 | 0.82 | 0.14 | 19.33 | 0.71 | 0.51 |
| Hex | DB | 61 | 27 | 0 | 38 | 52 | E | 13 | 47 | 33 |
| Octal | 333 | 141 | 47 | 0 | 70 | 122 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1100001 | 100111 | 0 | 111000 | 1010010 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB6127
Complementary color
Monochromatic Colors of #DB6127
Black with #DB6127
Text Example
Text Example
White with #DB6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6127; }
p { color: rgb(219,97,39); }
H1.HeaderClassName
{
color: #DB6127;
}
.AnyTagClassName
{
color: #DB6127;
}
</style>
background-color css
<style>
a { background-color: #DB6127; }
a { background-color: rgb(219,97,39); }
div.DivClassName
{
background-color: #DB6127;
}
.BgClassName
{
background-color: #DB6127;
}
</style>
border-color css
<style>
span { border-color: #DB6127; }
span { border-color: rgb(219,97,39); }
td.TdClassName
{
border-color: #DB6127;
}
.TagClassName
{
border-color: #DB6127;
}
</style>