Shades of Gold Tips #DBBD2D
Tints of Gold Tips #DBBD2D
RGB
CMYK
RGB Variations
Color information
#DBBD2D (or 0xDBBD2D) is known color: Gold Tips. HEX triplet: DB, BD and 2D. RGB value is (219,189,45). Sum of RGB (Red+Green+Blue) = 219+189+45=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD2D is #2442D2. Grayscale: #B6B6B6. Windows color (decimal): -2376403 or 2997723. OLE color: 2997723.
HSL color Cylindrical-coordinate representation of color #DBBD2D: hue angle of 49.66º degrees, saturation: 0.71, 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 #DBBD2D is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 45 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.14 |
| HSL | 49.66º | 0.71% | 0.52% | - |
| HSV(B) | 49.66º | 0.79% | 0.86% | - |
| XYZ | 47.88 | 51.64 | 9.93 | - |
| YUV | 181.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 45 | 0 | 0.14 | 0.79 | 0.14 | 49.66 | 0.71 | 0.52 |
| Hex | DB | BD | 2D | 0 | E | 4F | E | 32 | 47 | 34 |
| Octal | 333 | 275 | 55 | 0 | 16 | 117 | 16 | 62 | 107 | 64 |
| Binary | 11011011 | 10111101 | 101101 | 0 | 1110 | 1001111 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DBBD2D
Complementary color
Monochromatic Colors of #DBBD2D
Black with #DBBD2D
Text Example
Text Example
White with #DBBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD2D; }
p { color: rgb(219,189,45); }
H1.HeaderClassName
{
color: #DBBD2D;
}
.AnyTagClassName
{
color: #DBBD2D;
}
</style>
background-color css
<style>
a { background-color: #DBBD2D; }
a { background-color: rgb(219,189,45); }
div.DivClassName
{
background-color: #DBBD2D;
}
.BgClassName
{
background-color: #DBBD2D;
}
</style>
border-color css
<style>
span { border-color: #DBBD2D; }
span { border-color: rgb(219,189,45); }
td.TdClassName
{
border-color: #DBBD2D;
}
.TagClassName
{
border-color: #DBBD2D;
}
</style>