Shades of Gold Drop #DB6729
Tints of Gold Drop #DB6729
RGB
CMYK
RGB Variations
Color information
#DB6729 (or 0xDB6729) is known color: Gold Drop. HEX triplet: DB, 67 and 29. RGB value is (219,103,41). Sum of RGB (Red+Green+Blue) = 219+103+41=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6729 is #2498D6. Grayscale: #828282. Windows color (decimal): -2398423 or 2713563. OLE color: 2713563.
HSL color Cylindrical-coordinate representation of color #DB6729: hue angle of 20.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB6729 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.14 |
| HSL | 20.9º | 0.71% | 0.51% | - |
| HSV(B) | 20.9º | 0.81% | 0.86% | - |
| XYZ | 34.46 | 24.92 | 5.09 | - |
| YUV | 130.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 41 | 0 | 0.53 | 0.81 | 0.14 | 20.9 | 0.71 | 0.51 |
| Hex | DB | 67 | 29 | 0 | 35 | 51 | E | 15 | 47 | 33 |
| Octal | 333 | 147 | 51 | 0 | 65 | 121 | 16 | 25 | 107 | 63 |
| Binary | 11011011 | 1100111 | 101001 | 0 | 110101 | 1010001 | 1110 | 10101 | 1000111 | 110011 |
Color Harmonies of #DB6729
Complementary color
Monochromatic Colors of #DB6729
Black with #DB6729
Text Example
Text Example
White with #DB6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6729; }
p { color: rgb(219,103,41); }
H1.HeaderClassName
{
color: #DB6729;
}
.AnyTagClassName
{
color: #DB6729;
}
</style>
background-color css
<style>
a { background-color: #DB6729; }
a { background-color: rgb(219,103,41); }
div.DivClassName
{
background-color: #DB6729;
}
.BgClassName
{
background-color: #DB6729;
}
</style>
border-color css
<style>
span { border-color: #DB6729; }
span { border-color: rgb(219,103,41); }
td.TdClassName
{
border-color: #DB6729;
}
.TagClassName
{
border-color: #DB6729;
}
</style>