Shades of Gold Drop #DB692C
Tints of Gold Drop #DB692C
RGB
CMYK
RGB Variations
Color information
#DB692C (or 0xDB692C) is known color: Gold Drop. HEX triplet: DB, 69 and 2C. RGB value is (219,105,44). Sum of RGB (Red+Green+Blue) = 219+105+44=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB692C is #2496D3. Grayscale: #848484. Windows color (decimal): -2397908 or 2910683. OLE color: 2910683.
HSL color Cylindrical-coordinate representation of color #DB692C: hue angle of 20.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB692C is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 44 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.14 |
| HSL | 20.91º | 0.71% | 0.52% | - |
| HSV(B) | 20.91º | 0.8% | 0.86% | - |
| XYZ | 34.72 | 25.35 | 5.45 | - |
| YUV | 132.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 44 | 0 | 0.52 | 0.80 | 0.14 | 20.91 | 0.71 | 0.52 |
| Hex | DB | 69 | 2C | 0 | 34 | 50 | E | 15 | 47 | 34 |
| Octal | 333 | 151 | 54 | 0 | 64 | 120 | 16 | 25 | 107 | 64 |
| Binary | 11011011 | 1101001 | 101100 | 0 | 110100 | 1010000 | 1110 | 10101 | 1000111 | 110100 |
Color Harmonies of #DB692C
Complementary color
Monochromatic Colors of #DB692C
Black with #DB692C
Text Example
Text Example
White with #DB692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB692C; }
p { color: rgb(219,105,44); }
H1.HeaderClassName
{
color: #DB692C;
}
.AnyTagClassName
{
color: #DB692C;
}
</style>
background-color css
<style>
a { background-color: #DB692C; }
a { background-color: rgb(219,105,44); }
div.DivClassName
{
background-color: #DB692C;
}
.BgClassName
{
background-color: #DB692C;
}
</style>
border-color css
<style>
span { border-color: #DB692C; }
span { border-color: rgb(219,105,44); }
td.TdClassName
{
border-color: #DB692C;
}
.TagClassName
{
border-color: #DB692C;
}
</style>