Shades of Gold Drop #DB6C30
Tints of Gold Drop #DB6C30
RGB
CMYK
RGB Variations
Color information
#DB6C30 (or 0xDB6C30) is known color: Gold Drop. HEX triplet: DB, 6C and 30. RGB value is (219,108,48). Sum of RGB (Red+Green+Blue) = 219+108+48=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C30 is #2493CF. Grayscale: #868686. Windows color (decimal): -2397136 or 3173595. OLE color: 3173595.
HSL color Cylindrical-coordinate representation of color #DB6C30: hue angle of 21.05º 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 #DB6C30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 48 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 21.05º | 0.7% | 0.52% | - |
| HSV(B) | 21.05º | 0.78% | 0.86% | - |
| XYZ | 35.11 | 26 | 5.96 | - |
| YUV | 134.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 48 | 0 | 0.51 | 0.78 | 0.14 | 21.05 | 0.7 | 0.52 |
| Hex | DB | 6C | 30 | 0 | 33 | 4E | E | 15 | 46 | 34 |
| Octal | 333 | 154 | 60 | 0 | 63 | 116 | 16 | 25 | 106 | 64 |
| Binary | 11011011 | 1101100 | 110000 | 0 | 110011 | 1001110 | 1110 | 10101 | 1000110 | 110100 |
Color Harmonies of #DB6C30
Complementary color
Monochromatic Colors of #DB6C30
Black with #DB6C30
Text Example
Text Example
White with #DB6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C30; }
p { color: rgb(219,108,48); }
H1.HeaderClassName
{
color: #DB6C30;
}
.AnyTagClassName
{
color: #DB6C30;
}
</style>
background-color css
<style>
a { background-color: #DB6C30; }
a { background-color: rgb(219,108,48); }
div.DivClassName
{
background-color: #DB6C30;
}
.BgClassName
{
background-color: #DB6C30;
}
</style>
border-color css
<style>
span { border-color: #DB6C30; }
span { border-color: rgb(219,108,48); }
td.TdClassName
{
border-color: #DB6C30;
}
.TagClassName
{
border-color: #DB6C30;
}
</style>