Shades of Gold Tips #DBB62D
Tints of Gold Tips #DBB62D
RGB
CMYK
RGB Variations
Color information
#DBB62D (or 0xDBB62D) is known color: Gold Tips. HEX triplet: DB, B6 and 2D. RGB value is (219,182,45). Sum of RGB (Red+Green+Blue) = 219+182+45=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB62D is #2449D2. Grayscale: #B2B2B2. Windows color (decimal): -2378195 or 2995931. OLE color: 2995931.
HSL color Cylindrical-coordinate representation of color #DBB62D: hue angle of 47.24º 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 #DBB62D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 45 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.14 |
| HSL | 47.24º | 0.71% | 0.52% | - |
| HSV(B) | 47.24º | 0.79% | 0.86% | - |
| XYZ | 46.42 | 48.71 | 9.44 | - |
| YUV | 177.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 45 | 0 | 0.17 | 0.79 | 0.14 | 47.24 | 0.71 | 0.52 |
| Hex | DB | B6 | 2D | 0 | 11 | 4F | E | 2F | 47 | 34 |
| Octal | 333 | 266 | 55 | 0 | 21 | 117 | 16 | 57 | 107 | 64 |
| Binary | 11011011 | 10110110 | 101101 | 0 | 10001 | 1001111 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DBB62D
Complementary color
Monochromatic Colors of #DBB62D
Black with #DBB62D
Text Example
Text Example
White with #DBB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB62D; }
p { color: rgb(219,182,45); }
H1.HeaderClassName
{
color: #DBB62D;
}
.AnyTagClassName
{
color: #DBB62D;
}
</style>
background-color css
<style>
a { background-color: #DBB62D; }
a { background-color: rgb(219,182,45); }
div.DivClassName
{
background-color: #DBB62D;
}
.BgClassName
{
background-color: #DBB62D;
}
</style>
border-color css
<style>
span { border-color: #DBB62D; }
span { border-color: rgb(219,182,45); }
td.TdClassName
{
border-color: #DBB62D;
}
.TagClassName
{
border-color: #DBB62D;
}
</style>