Shades of Gold Tips #DBBE2E
Tints of Gold Tips #DBBE2E
RGB
CMYK
RGB Variations
Color information
#DBBE2E (or 0xDBBE2E) is known color: Gold Tips. HEX triplet: DB, BE and 2E. RGB value is (219,190,46). Sum of RGB (Red+Green+Blue) = 219+190+46=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE2E is #2441D1. Grayscale: #B6B6B6. Windows color (decimal): -2376146 or 3063515. OLE color: 3063515.
HSL color Cylindrical-coordinate representation of color #DBBE2E: hue angle of 49.94º 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 #DBBE2E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 46 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.14 |
| HSL | 49.94º | 0.71% | 0.52% | - |
| HSV(B) | 49.94º | 0.79% | 0.86% | - |
| XYZ | 48.12 | 52.08 | 10.1 | - |
| YUV | 182.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 46 | 0 | 0.13 | 0.79 | 0.14 | 49.94 | 0.71 | 0.52 |
| Hex | DB | BE | 2E | 0 | D | 4F | E | 32 | 47 | 34 |
| Octal | 333 | 276 | 56 | 0 | 15 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011011 | 10111110 | 101110 | 0 | 1101 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DBBE2E
Complementary color
Monochromatic Colors of #DBBE2E
Black with #DBBE2E
Text Example
Text Example
White with #DBBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE2E; }
p { color: rgb(219,190,46); }
H1.HeaderClassName
{
color: #DBBE2E;
}
.AnyTagClassName
{
color: #DBBE2E;
}
</style>
background-color css
<style>
a { background-color: #DBBE2E; }
a { background-color: rgb(219,190,46); }
div.DivClassName
{
background-color: #DBBE2E;
}
.BgClassName
{
background-color: #DBBE2E;
}
</style>
border-color css
<style>
span { border-color: #DBBE2E; }
span { border-color: rgb(219,190,46); }
td.TdClassName
{
border-color: #DBBE2E;
}
.TagClassName
{
border-color: #DBBE2E;
}
</style>