Shades of Gold Tips #DBB31D
Tints of Gold Tips #DBB31D
RGB
CMYK
RGB Variations
Color information
#DBB31D (or 0xDBB31D) is known color: Gold Tips. HEX triplet: DB, B3 and 1D. RGB value is (219,179,29). Sum of RGB (Red+Green+Blue) = 219+179+29=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB31D is #244CE2. Grayscale: #AEAEAE. Windows color (decimal): -2378979 or 1946587. OLE color: 1946587.
HSL color Cylindrical-coordinate representation of color #DBB31D: hue angle of 47.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB31D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.37º | 0.77% | 0.49% | - |
| HSV(B) | 47.37º | 0.87% | 0.86% | - |
| XYZ | 45.56 | 47.39 | 7.91 | - |
| YUV | 173.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 29 | 0 | 0.18 | 0.87 | 0.14 | 47.37 | 0.77 | 0.49 |
| Hex | DB | B3 | 1D | 0 | 12 | 57 | E | 2F | 4D | 31 |
| Octal | 333 | 263 | 35 | 0 | 22 | 127 | 16 | 57 | 115 | 61 |
| Binary | 11011011 | 10110011 | 11101 | 0 | 10010 | 1010111 | 1110 | 101111 | 1001101 | 110001 |
Color Harmonies of #DBB31D
Complementary color
Monochromatic Colors of #DBB31D
Black with #DBB31D
Text Example
Text Example
White with #DBB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB31D; }
p { color: rgb(219,179,29); }
H1.HeaderClassName
{
color: #DBB31D;
}
.AnyTagClassName
{
color: #DBB31D;
}
</style>
background-color css
<style>
a { background-color: #DBB31D; }
a { background-color: rgb(219,179,29); }
div.DivClassName
{
background-color: #DBB31D;
}
.BgClassName
{
background-color: #DBB31D;
}
</style>
border-color css
<style>
span { border-color: #DBB31D; }
span { border-color: rgb(219,179,29); }
td.TdClassName
{
border-color: #DBB31D;
}
.TagClassName
{
border-color: #DBB31D;
}
</style>