Shades of Gold Drop #DB672E
Tints of Gold Drop #DB672E
RGB
CMYK
RGB Variations
Color information
#DB672E (or 0xDB672E) is known color: Gold Drop. HEX triplet: DB, 67 and 2E. RGB value is (219,103,46). Sum of RGB (Red+Green+Blue) = 219+103+46=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB672E is #2498D1. Grayscale: #838383. Windows color (decimal): -2398418 or 3041243. OLE color: 3041243.
HSL color Cylindrical-coordinate representation of color #DB672E: hue angle of 19.77º 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 #DB672E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 46 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.14 |
| HSL | 19.77º | 0.71% | 0.52% | - |
| HSV(B) | 19.77º | 0.79% | 0.86% | - |
| XYZ | 34.56 | 24.96 | 5.58 | - |
| YUV | 131.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 46 | 0 | 0.53 | 0.79 | 0.14 | 19.77 | 0.71 | 0.52 |
| Hex | DB | 67 | 2E | 0 | 35 | 4F | E | 14 | 47 | 34 |
| Octal | 333 | 147 | 56 | 0 | 65 | 117 | 16 | 24 | 107 | 64 |
| Binary | 11011011 | 1100111 | 101110 | 0 | 110101 | 1001111 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DB672E
Complementary color
Monochromatic Colors of #DB672E
Black with #DB672E
Text Example
Text Example
White with #DB672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB672E; }
p { color: rgb(219,103,46); }
H1.HeaderClassName
{
color: #DB672E;
}
.AnyTagClassName
{
color: #DB672E;
}
</style>
background-color css
<style>
a { background-color: #DB672E; }
a { background-color: rgb(219,103,46); }
div.DivClassName
{
background-color: #DB672E;
}
.BgClassName
{
background-color: #DB672E;
}
</style>
border-color css
<style>
span { border-color: #DB672E; }
span { border-color: rgb(219,103,46); }
td.TdClassName
{
border-color: #DB672E;
}
.TagClassName
{
border-color: #DB672E;
}
</style>