Shades of Gold Drop #DB662D
Tints of Gold Drop #DB662D
RGB
CMYK
RGB Variations
Color information
#DB662D (or 0xDB662D) is known color: Gold Drop. HEX triplet: DB, 66 and 2D. RGB value is (219,102,45). Sum of RGB (Red+Green+Blue) = 219+102+45=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB662D is #2499D2. Grayscale: #828282. Windows color (decimal): -2398675 or 2975451. OLE color: 2975451.
HSL color Cylindrical-coordinate representation of color #DB662D: hue angle of 19.66º 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 #DB662D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 45 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.14 |
| HSL | 19.66º | 0.71% | 0.52% | - |
| HSV(B) | 19.66º | 0.79% | 0.86% | - |
| XYZ | 34.44 | 24.75 | 5.45 | - |
| YUV | 130.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 45 | 0 | 0.53 | 0.79 | 0.14 | 19.66 | 0.71 | 0.52 |
| Hex | DB | 66 | 2D | 0 | 35 | 4F | E | 14 | 47 | 34 |
| Octal | 333 | 146 | 55 | 0 | 65 | 117 | 16 | 24 | 107 | 64 |
| Binary | 11011011 | 1100110 | 101101 | 0 | 110101 | 1001111 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DB662D
Complementary color
Monochromatic Colors of #DB662D
Black with #DB662D
Text Example
Text Example
White with #DB662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB662D; }
p { color: rgb(219,102,45); }
H1.HeaderClassName
{
color: #DB662D;
}
.AnyTagClassName
{
color: #DB662D;
}
</style>
background-color css
<style>
a { background-color: #DB662D; }
a { background-color: rgb(219,102,45); }
div.DivClassName
{
background-color: #DB662D;
}
.BgClassName
{
background-color: #DB662D;
}
</style>
border-color css
<style>
span { border-color: #DB662D; }
span { border-color: rgb(219,102,45); }
td.TdClassName
{
border-color: #DB662D;
}
.TagClassName
{
border-color: #DB662D;
}
</style>