Shades of Gold Drop #DB6F33
Tints of Gold Drop #DB6F33
RGB
CMYK
RGB Variations
Color information
#DB6F33 (or 0xDB6F33) is known color: Gold Drop. HEX triplet: DB, 6F and 33. RGB value is (219,111,51). Sum of RGB (Red+Green+Blue) = 219+111+51=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F33 is #2490CC. Grayscale: #888888. Windows color (decimal): -2396365 or 3370971. OLE color: 3370971.
HSL color Cylindrical-coordinate representation of color #DB6F33: hue angle of 21.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB6F33 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.14 |
| HSL | 21.43º | 0.7% | 0.53% | - |
| HSV(B) | 21.43º | 0.77% | 0.86% | - |
| XYZ | 35.5 | 26.67 | 6.41 | - |
| YUV | 136.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 51 | 0 | 0.49 | 0.77 | 0.14 | 21.43 | 0.7 | 0.53 |
| Hex | DB | 6F | 33 | 0 | 31 | 4D | E | 15 | 46 | 35 |
| Octal | 333 | 157 | 63 | 0 | 61 | 115 | 16 | 25 | 106 | 65 |
| Binary | 11011011 | 1101111 | 110011 | 0 | 110001 | 1001101 | 1110 | 10101 | 1000110 | 110101 |
Color Harmonies of #DB6F33
Complementary color
Monochromatic Colors of #DB6F33
Black with #DB6F33
Text Example
Text Example
White with #DB6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F33; }
p { color: rgb(219,111,51); }
H1.HeaderClassName
{
color: #DB6F33;
}
.AnyTagClassName
{
color: #DB6F33;
}
</style>
background-color css
<style>
a { background-color: #DB6F33; }
a { background-color: rgb(219,111,51); }
div.DivClassName
{
background-color: #DB6F33;
}
.BgClassName
{
background-color: #DB6F33;
}
</style>
border-color css
<style>
span { border-color: #DB6F33; }
span { border-color: rgb(219,111,51); }
td.TdClassName
{
border-color: #DB6F33;
}
.TagClassName
{
border-color: #DB6F33;
}
</style>