Shades of Gold Tips #DBBB27
Tints of Gold Tips #DBBB27
RGB
CMYK
RGB Variations
Color information
#DBBB27 (or 0xDBBB27) is known color: Gold Tips. HEX triplet: DB, BB and 27. RGB value is (219,187,39). Sum of RGB (Red+Green+Blue) = 219+187+39=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB27 is #2444D8. Grayscale: #B4B4B4. Windows color (decimal): -2376921 or 2603995. OLE color: 2603995.
HSL color Cylindrical-coordinate representation of color #DBBB27: hue angle of 49.33º 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 #DBBB27 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 39 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.14 |
| HSL | 49.33º | 0.71% | 0.51% | - |
| HSV(B) | 49.33º | 0.82% | 0.86% | - |
| XYZ | 47.35 | 50.75 | 9.22 | - |
| YUV | 179.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 39 | 0 | 0.15 | 0.82 | 0.14 | 49.33 | 0.71 | 0.51 |
| Hex | DB | BB | 27 | 0 | F | 52 | E | 31 | 47 | 33 |
| Octal | 333 | 273 | 47 | 0 | 17 | 122 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111011 | 100111 | 0 | 1111 | 1010010 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBB27
Complementary color
Monochromatic Colors of #DBBB27
Black with #DBBB27
Text Example
Text Example
White with #DBBB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB27; }
p { color: rgb(219,187,39); }
H1.HeaderClassName
{
color: #DBBB27;
}
.AnyTagClassName
{
color: #DBBB27;
}
</style>
background-color css
<style>
a { background-color: #DBBB27; }
a { background-color: rgb(219,187,39); }
div.DivClassName
{
background-color: #DBBB27;
}
.BgClassName
{
background-color: #DBBB27;
}
</style>
border-color css
<style>
span { border-color: #DBBB27; }
span { border-color: rgb(219,187,39); }
td.TdClassName
{
border-color: #DBBB27;
}
.TagClassName
{
border-color: #DBBB27;
}
</style>