Shades of Gold Tips #DBBD2F
Tints of Gold Tips #DBBD2F
RGB
CMYK
RGB Variations
Color information
#DBBD2F (or 0xDBBD2F) is known color: Gold Tips. HEX triplet: DB, BD and 2F. RGB value is (219,189,47). Sum of RGB (Red+Green+Blue) = 219+189+47=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD2F is #2442D0. Grayscale: #B6B6B6. Windows color (decimal): -2376401 or 3128795. OLE color: 3128795.
HSL color Cylindrical-coordinate representation of color #DBBD2F: hue angle of 49.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBBD2F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 47 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.14 |
| HSL | 49.53º | 0.7% | 0.52% | - |
| HSV(B) | 49.53º | 0.79% | 0.86% | - |
| XYZ | 47.92 | 51.66 | 10.13 | - |
| YUV | 181.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 47 | 0 | 0.14 | 0.79 | 0.14 | 49.53 | 0.7 | 0.52 |
| Hex | DB | BD | 2F | 0 | E | 4F | E | 32 | 46 | 34 |
| Octal | 333 | 275 | 57 | 0 | 16 | 117 | 16 | 62 | 106 | 64 |
| Binary | 11011011 | 10111101 | 101111 | 0 | 1110 | 1001111 | 1110 | 110010 | 1000110 | 110100 |
Color Harmonies of #DBBD2F
Complementary color
Monochromatic Colors of #DBBD2F
Black with #DBBD2F
Text Example
Text Example
White with #DBBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD2F; }
p { color: rgb(219,189,47); }
H1.HeaderClassName
{
color: #DBBD2F;
}
.AnyTagClassName
{
color: #DBBD2F;
}
</style>
background-color css
<style>
a { background-color: #DBBD2F; }
a { background-color: rgb(219,189,47); }
div.DivClassName
{
background-color: #DBBD2F;
}
.BgClassName
{
background-color: #DBBD2F;
}
</style>
border-color css
<style>
span { border-color: #DBBD2F; }
span { border-color: rgb(219,189,47); }
td.TdClassName
{
border-color: #DBBD2F;
}
.TagClassName
{
border-color: #DBBD2F;
}
</style>