Shades of Gold Drop #DB662F
Tints of Gold Drop #DB662F
RGB
CMYK
RGB Variations
Color information
#DB662F (or 0xDB662F) is known color: Gold Drop. HEX triplet: DB, 66 and 2F. RGB value is (219,102,47). Sum of RGB (Red+Green+Blue) = 219+102+47=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB662F is #2499D0. Grayscale: #838383. Windows color (decimal): -2398673 or 3106523. OLE color: 3106523.
HSL color Cylindrical-coordinate representation of color #DB662F: hue angle of 19.19º degrees, saturation: 0.7, 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 #DB662F is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 47 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.14 |
| HSL | 19.19º | 0.7% | 0.52% | - |
| HSV(B) | 19.19º | 0.79% | 0.86% | - |
| XYZ | 34.48 | 24.77 | 5.65 | - |
| YUV | 130.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 47 | 0 | 0.53 | 0.79 | 0.14 | 19.19 | 0.7 | 0.52 |
| Hex | DB | 66 | 2F | 0 | 35 | 4F | E | 13 | 46 | 34 |
| Octal | 333 | 146 | 57 | 0 | 65 | 117 | 16 | 23 | 106 | 64 |
| Binary | 11011011 | 1100110 | 101111 | 0 | 110101 | 1001111 | 1110 | 10011 | 1000110 | 110100 |
Color Harmonies of #DB662F
Complementary color
Monochromatic Colors of #DB662F
Black with #DB662F
Text Example
Text Example
White with #DB662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB662F; }
p { color: rgb(219,102,47); }
H1.HeaderClassName
{
color: #DB662F;
}
.AnyTagClassName
{
color: #DB662F;
}
</style>
background-color css
<style>
a { background-color: #DB662F; }
a { background-color: rgb(219,102,47); }
div.DivClassName
{
background-color: #DB662F;
}
.BgClassName
{
background-color: #DB662F;
}
</style>
border-color css
<style>
span { border-color: #DB662F; }
span { border-color: rgb(219,102,47); }
td.TdClassName
{
border-color: #DB662F;
}
.TagClassName
{
border-color: #DB662F;
}
</style>