Shades of Gold Tips #DBBC28
Tints of Gold Tips #DBBC28
RGB
CMYK
RGB Variations
Color information
#DBBC28 (or 0xDBBC28) is known color: Gold Tips. HEX triplet: DB, BC and 28. RGB value is (219,188,40). Sum of RGB (Red+Green+Blue) = 219+188+40=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC28 is #2443D7. Grayscale: #B5B5B5. Windows color (decimal): -2376664 or 2669787. OLE color: 2669787.
HSL color Cylindrical-coordinate representation of color #DBBC28: hue angle of 49.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBC28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.14 |
| HSL | 49.61º | 0.71% | 0.51% | - |
| HSV(B) | 49.61º | 0.82% | 0.86% | - |
| XYZ | 47.58 | 51.18 | 9.38 | - |
| YUV | 180.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 40 | 0 | 0.14 | 0.82 | 0.14 | 49.61 | 0.71 | 0.51 |
| Hex | DB | BC | 28 | 0 | E | 52 | E | 32 | 47 | 33 |
| Octal | 333 | 274 | 50 | 0 | 16 | 122 | 16 | 62 | 107 | 63 |
| Binary | 11011011 | 10111100 | 101000 | 0 | 1110 | 1010010 | 1110 | 110010 | 1000111 | 110011 |
Color Harmonies of #DBBC28
Complementary color
Monochromatic Colors of #DBBC28
Black with #DBBC28
Text Example
Text Example
White with #DBBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC28; }
p { color: rgb(219,188,40); }
H1.HeaderClassName
{
color: #DBBC28;
}
.AnyTagClassName
{
color: #DBBC28;
}
</style>
background-color css
<style>
a { background-color: #DBBC28; }
a { background-color: rgb(219,188,40); }
div.DivClassName
{
background-color: #DBBC28;
}
.BgClassName
{
background-color: #DBBC28;
}
</style>
border-color css
<style>
span { border-color: #DBBC28; }
span { border-color: rgb(219,188,40); }
td.TdClassName
{
border-color: #DBBC28;
}
.TagClassName
{
border-color: #DBBC28;
}
</style>