Shades of Gold Tips #DBB31E
Tints of Gold Tips #DBB31E
RGB
CMYK
RGB Variations
Color information
#DBB31E (or 0xDBB31E) is known color: Gold Tips. HEX triplet: DB, B3 and 1E. RGB value is (219,179,30). Sum of RGB (Red+Green+Blue) = 219+179+30=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB31E is #244CE1. Grayscale: #AEAEAE. Windows color (decimal): -2378978 or 2012123. OLE color: 2012123.
HSL color Cylindrical-coordinate representation of color #DBB31E: hue angle of 47.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBB31E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 30 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.14 |
| HSL | 47.3º | 0.76% | 0.49% | - |
| HSV(B) | 47.3º | 0.86% | 0.86% | - |
| XYZ | 45.57 | 47.39 | 7.97 | - |
| YUV | 173.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 30 | 0 | 0.18 | 0.86 | 0.14 | 47.3 | 0.76 | 0.49 |
| Hex | DB | B3 | 1E | 0 | 12 | 56 | E | 2F | 4C | 31 |
| Octal | 333 | 263 | 36 | 0 | 22 | 126 | 16 | 57 | 114 | 61 |
| Binary | 11011011 | 10110011 | 11110 | 0 | 10010 | 1010110 | 1110 | 101111 | 1001100 | 110001 |
Color Harmonies of #DBB31E
Complementary color
Monochromatic Colors of #DBB31E
Black with #DBB31E
Text Example
Text Example
White with #DBB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB31E; }
p { color: rgb(219,179,30); }
H1.HeaderClassName
{
color: #DBB31E;
}
.AnyTagClassName
{
color: #DBB31E;
}
</style>
background-color css
<style>
a { background-color: #DBB31E; }
a { background-color: rgb(219,179,30); }
div.DivClassName
{
background-color: #DBB31E;
}
.BgClassName
{
background-color: #DBB31E;
}
</style>
border-color css
<style>
span { border-color: #DBB31E; }
span { border-color: rgb(219,179,30); }
td.TdClassName
{
border-color: #DBB31E;
}
.TagClassName
{
border-color: #DBB31E;
}
</style>