Shades of Gold Drop #DB6327
Tints of Gold Drop #DB6327
RGB
CMYK
RGB Variations
Color information
#DB6327 (or 0xDB6327) is known color: Gold Drop. HEX triplet: DB, 63 and 27. RGB value is (219,99,39). Sum of RGB (Red+Green+Blue) = 219+99+39=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6327 is #249CD8. Grayscale: #808080. Windows color (decimal): -2399449 or 2581467. OLE color: 2581467.
HSL color Cylindrical-coordinate representation of color #DB6327: 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.82%. Process color model (Four color, CMYK) of #DB6327 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 39 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.14 |
| HSL | 20º | 0.71% | 0.51% | - |
| HSV(B) | 20º | 0.82% | 0.86% | - |
| XYZ | 34.04 | 24.13 | 4.78 | - |
| YUV | 128.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 39 | 0 | 0.55 | 0.82 | 0.14 | 20 | 0.71 | 0.51 |
| Hex | DB | 63 | 27 | 0 | 37 | 52 | E | 14 | 47 | 33 |
| Octal | 333 | 143 | 47 | 0 | 67 | 122 | 16 | 24 | 107 | 63 |
| Binary | 11011011 | 1100011 | 100111 | 0 | 110111 | 1010010 | 1110 | 10100 | 1000111 | 110011 |
Color Harmonies of #DB6327
Complementary color
Monochromatic Colors of #DB6327
Black with #DB6327
Text Example
Text Example
White with #DB6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6327; }
p { color: rgb(219,99,39); }
H1.HeaderClassName
{
color: #DB6327;
}
.AnyTagClassName
{
color: #DB6327;
}
</style>
background-color css
<style>
a { background-color: #DB6327; }
a { background-color: rgb(219,99,39); }
div.DivClassName
{
background-color: #DB6327;
}
.BgClassName
{
background-color: #DB6327;
}
</style>
border-color css
<style>
span { border-color: #DB6327; }
span { border-color: rgb(219,99,39); }
td.TdClassName
{
border-color: #DB6327;
}
.TagClassName
{
border-color: #DB6327;
}
</style>