Shades of Gold Drop #DB692E
Tints of Gold Drop #DB692E
RGB
CMYK
RGB Variations
Color information
#DB692E (or 0xDB692E) is known color: Gold Drop. HEX triplet: DB, 69 and 2E. RGB value is (219,105,46). Sum of RGB (Red+Green+Blue) = 219+105+46=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB692E is #2496D1. Grayscale: #848484. Windows color (decimal): -2397906 or 3041755. OLE color: 3041755.
HSL color Cylindrical-coordinate representation of color #DB692E: hue angle of 20.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB692E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.14 |
| HSL | 20.46º | 0.71% | 0.52% | - |
| HSV(B) | 20.46º | 0.79% | 0.86% | - |
| XYZ | 34.76 | 25.36 | 5.65 | - |
| YUV | 132.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 46 | 0 | 0.52 | 0.79 | 0.14 | 20.46 | 0.71 | 0.52 |
| Hex | DB | 69 | 2E | 0 | 34 | 4F | E | 14 | 47 | 34 |
| Octal | 333 | 151 | 56 | 0 | 64 | 117 | 16 | 24 | 107 | 64 |
| Binary | 11011011 | 1101001 | 101110 | 0 | 110100 | 1001111 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DB692E
Complementary color
Monochromatic Colors of #DB692E
Black with #DB692E
Text Example
Text Example
White with #DB692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB692E; }
p { color: rgb(219,105,46); }
H1.HeaderClassName
{
color: #DB692E;
}
.AnyTagClassName
{
color: #DB692E;
}
</style>
background-color css
<style>
a { background-color: #DB692E; }
a { background-color: rgb(219,105,46); }
div.DivClassName
{
background-color: #DB692E;
}
.BgClassName
{
background-color: #DB692E;
}
</style>
border-color css
<style>
span { border-color: #DB692E; }
span { border-color: rgb(219,105,46); }
td.TdClassName
{
border-color: #DB692E;
}
.TagClassName
{
border-color: #DB692E;
}
</style>