Shades of Gold Tips #DBB12E
Tints of Gold Tips #DBB12E
RGB
CMYK
RGB Variations
Color information
#DBB12E (or 0xDBB12E) is known color: Gold Tips. HEX triplet: DB, B1 and 2E. RGB value is (219,177,46). Sum of RGB (Red+Green+Blue) = 219+177+46=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB12E is #244ED1. Grayscale: #AFAFAF. Windows color (decimal): -2379474 or 3060187. OLE color: 3060187.
HSL color Cylindrical-coordinate representation of color #DBB12E: hue angle of 45.43º 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 #DBB12E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 46 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.14 |
| HSL | 45.43º | 0.71% | 0.52% | - |
| HSV(B) | 45.43º | 0.79% | 0.86% | - |
| XYZ | 45.43 | 46.7 | 9.2 | - |
| YUV | 174.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 46 | 0 | 0.19 | 0.79 | 0.14 | 45.43 | 0.71 | 0.52 |
| Hex | DB | B1 | 2E | 0 | 13 | 4F | E | 2D | 47 | 34 |
| Octal | 333 | 261 | 56 | 0 | 23 | 117 | 16 | 55 | 107 | 64 |
| Binary | 11011011 | 10110001 | 101110 | 0 | 10011 | 1001111 | 1110 | 101101 | 1000111 | 110100 |
Color Harmonies of #DBB12E
Complementary color
Monochromatic Colors of #DBB12E
Black with #DBB12E
Text Example
Text Example
White with #DBB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB12E; }
p { color: rgb(219,177,46); }
H1.HeaderClassName
{
color: #DBB12E;
}
.AnyTagClassName
{
color: #DBB12E;
}
</style>
background-color css
<style>
a { background-color: #DBB12E; }
a { background-color: rgb(219,177,46); }
div.DivClassName
{
background-color: #DBB12E;
}
.BgClassName
{
background-color: #DBB12E;
}
</style>
border-color css
<style>
span { border-color: #DBB12E; }
span { border-color: rgb(219,177,46); }
td.TdClassName
{
border-color: #DBB12E;
}
.TagClassName
{
border-color: #DBB12E;
}
</style>