Shades of Gold Tips #DBBC2B
Tints of Gold Tips #DBBC2B
RGB
CMYK
RGB Variations
Color information
#DBBC2B (or 0xDBBC2B) is known color: Gold Tips. HEX triplet: DB, BC and 2B. RGB value is (219,188,43). Sum of RGB (Red+Green+Blue) = 219+188+43=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC2B is #2443D4. Grayscale: #B5B5B5. Windows color (decimal): -2376661 or 2866395. OLE color: 2866395.
HSL color Cylindrical-coordinate representation of color #DBBC2B: hue angle of 49.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBBC2B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 188 | 43 | - |
CMYK | 0 | 0.14 | 0.80 | 0.14 |
HSL | 49.43º | 0.71% | 0.51% | - |
HSV(B) | 49.43º | 0.8% | 0.86% | - |
XYZ | 47.63 | 51.2 | 9.66 | - |
YUV | 180.74 | 50.27 | 155.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 188 | 43 | 0 | 0.14 | 0.80 | 0.14 | 49.43 | 0.71 | 0.51 |
Hex | DB | BC | 2B | 0 | E | 50 | E | 31 | 47 | 33 |
Octal | 333 | 274 | 53 | 0 | 16 | 120 | 16 | 61 | 107 | 63 |
Binary | 11011011 | 10111100 | 101011 | 0 | 1110 | 1010000 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBC2B
Complementary color
Monochromatic Colors of #DBBC2B
Black with #DBBC2B
Text Example
Text Example
White with #DBBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC2B; }
p { color: rgb(219,188,43); }
H1.HeaderClassName
{
color: #DBBC2B;
}
.AnyTagClassName
{
color: #DBBC2B;
}
</style>
background-color css
<style>
a { background-color: #DBBC2B; }
a { background-color: rgb(219,188,43); }
div.DivClassName
{
background-color: #DBBC2B;
}
.BgClassName
{
background-color: #DBBC2B;
}
</style>
border-color css
<style>
span { border-color: #DBBC2B; }
span { border-color: rgb(219,188,43); }
td.TdClassName
{
border-color: #DBBC2B;
}
.TagClassName
{
border-color: #DBBC2B;
}
</style>