Shades of Gold Tips #DBB21E
Tints of Gold Tips #DBB21E
RGB
CMYK
RGB Variations
Color information
#DBB21E (or 0xDBB21E) is known color: Gold Tips. HEX triplet: DB, B2 and 1E. RGB value is (219,178,30). Sum of RGB (Red+Green+Blue) = 219+178+30=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB21E is #244DE1. Grayscale: #AEAEAE. Windows color (decimal): -2379234 or 2011867. OLE color: 2011867.
HSL color Cylindrical-coordinate representation of color #DBB21E: hue angle of 46.98º 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 #DBB21E is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 30 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.14 |
| HSL | 46.98º | 0.76% | 0.49% | - |
| HSV(B) | 46.98º | 0.86% | 0.86% | - |
| XYZ | 45.37 | 46.99 | 7.91 | - |
| YUV | 173.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 30 | 0 | 0.19 | 0.86 | 0.14 | 46.98 | 0.76 | 0.49 |
| Hex | DB | B2 | 1E | 0 | 13 | 56 | E | 2F | 4C | 31 |
| Octal | 333 | 262 | 36 | 0 | 23 | 126 | 16 | 57 | 114 | 61 |
| Binary | 11011011 | 10110010 | 11110 | 0 | 10011 | 1010110 | 1110 | 101111 | 1001100 | 110001 |
Color Harmonies of #DBB21E
Complementary color
Monochromatic Colors of #DBB21E
Black with #DBB21E
Text Example
Text Example
White with #DBB21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB21E; }
p { color: rgb(219,178,30); }
H1.HeaderClassName
{
color: #DBB21E;
}
.AnyTagClassName
{
color: #DBB21E;
}
</style>
background-color css
<style>
a { background-color: #DBB21E; }
a { background-color: rgb(219,178,30); }
div.DivClassName
{
background-color: #DBB21E;
}
.BgClassName
{
background-color: #DBB21E;
}
</style>
border-color css
<style>
span { border-color: #DBB21E; }
span { border-color: rgb(219,178,30); }
td.TdClassName
{
border-color: #DBB21E;
}
.TagClassName
{
border-color: #DBB21E;
}
</style>