Shades of Gold Drop #DB6B30
Tints of Gold Drop #DB6B30
RGB
CMYK
RGB Variations
Color information
#DB6B30 (or 0xDB6B30) is known color: Gold Drop. HEX triplet: DB, 6B and 30. RGB value is (219,107,48). Sum of RGB (Red+Green+Blue) = 219+107+48=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B30 is #2494CF. Grayscale: #868686. Windows color (decimal): -2397392 or 3173339. OLE color: 3173339.
HSL color Cylindrical-coordinate representation of color #DB6B30: hue angle of 20.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6B30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 48 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 20.7º | 0.7% | 0.52% | - |
| HSV(B) | 20.7º | 0.78% | 0.86% | - |
| XYZ | 35 | 25.79 | 5.93 | - |
| YUV | 133.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 48 | 0 | 0.51 | 0.78 | 0.14 | 20.7 | 0.7 | 0.52 |
| Hex | DB | 6B | 30 | 0 | 33 | 4E | E | 15 | 46 | 34 |
| Octal | 333 | 153 | 60 | 0 | 63 | 116 | 16 | 25 | 106 | 64 |
| Binary | 11011011 | 1101011 | 110000 | 0 | 110011 | 1001110 | 1110 | 10101 | 1000110 | 110100 |
Color Harmonies of #DB6B30
Complementary color
Monochromatic Colors of #DB6B30
Black with #DB6B30
Text Example
Text Example
White with #DB6B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B30; }
p { color: rgb(219,107,48); }
H1.HeaderClassName
{
color: #DB6B30;
}
.AnyTagClassName
{
color: #DB6B30;
}
</style>
background-color css
<style>
a { background-color: #DB6B30; }
a { background-color: rgb(219,107,48); }
div.DivClassName
{
background-color: #DB6B30;
}
.BgClassName
{
background-color: #DB6B30;
}
</style>
border-color css
<style>
span { border-color: #DB6B30; }
span { border-color: rgb(219,107,48); }
td.TdClassName
{
border-color: #DB6B30;
}
.TagClassName
{
border-color: #DB6B30;
}
</style>