Shades of Gold Drop #DB6C31
Tints of Gold Drop #DB6C31
RGB
CMYK
RGB Variations
Color information
#DB6C31 (or 0xDB6C31) is known color: Gold Drop. HEX triplet: DB, 6C and 31. RGB value is (219,108,49). Sum of RGB (Red+Green+Blue) = 219+108+49=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C31 is #2493CE. Grayscale: #868686. Windows color (decimal): -2397135 or 3239131. OLE color: 3239131.
HSL color Cylindrical-coordinate representation of color #DB6C31: hue angle of 20.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6C31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 49 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 20.82º | 0.7% | 0.53% | - |
| HSV(B) | 20.82º | 0.78% | 0.86% | - |
| XYZ | 35.13 | 26.01 | 6.07 | - |
| YUV | 134.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 49 | 0 | 0.51 | 0.78 | 0.14 | 20.82 | 0.7 | 0.53 |
| Hex | DB | 6C | 31 | 0 | 33 | 4E | E | 15 | 46 | 35 |
| Octal | 333 | 154 | 61 | 0 | 63 | 116 | 16 | 25 | 106 | 65 |
| Binary | 11011011 | 1101100 | 110001 | 0 | 110011 | 1001110 | 1110 | 10101 | 1000110 | 110101 |
Color Harmonies of #DB6C31
Complementary color
Monochromatic Colors of #DB6C31
Black with #DB6C31
Text Example
Text Example
White with #DB6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C31; }
p { color: rgb(219,108,49); }
H1.HeaderClassName
{
color: #DB6C31;
}
.AnyTagClassName
{
color: #DB6C31;
}
</style>
background-color css
<style>
a { background-color: #DB6C31; }
a { background-color: rgb(219,108,49); }
div.DivClassName
{
background-color: #DB6C31;
}
.BgClassName
{
background-color: #DB6C31;
}
</style>
border-color css
<style>
span { border-color: #DB6C31; }
span { border-color: rgb(219,108,49); }
td.TdClassName
{
border-color: #DB6C31;
}
.TagClassName
{
border-color: #DB6C31;
}
</style>