Shades of Gold Tips #DBB42E
Tints of Gold Tips #DBB42E
RGB
CMYK
RGB Variations
Color information
#DBB42E (or 0xDBB42E) is known color: Gold Tips. HEX triplet: DB, B4 and 2E. RGB value is (219,180,46). Sum of RGB (Red+Green+Blue) = 219+180+46=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42E is #244BD1. Grayscale: #B0B0B0. Windows color (decimal): -2378706 or 3060955. OLE color: 3060955.
HSL color Cylindrical-coordinate representation of color #DBB42E: hue angle of 46.47º 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 #DBB42E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 46 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.47º | 0.71% | 0.52% | - |
| HSV(B) | 46.47º | 0.79% | 0.86% | - |
| XYZ | 46.03 | 47.9 | 9.4 | - |
| YUV | 176.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 46 | 0 | 0.18 | 0.79 | 0.14 | 46.47 | 0.71 | 0.52 |
| Hex | DB | B4 | 2E | 0 | 12 | 4F | E | 2E | 47 | 34 |
| Octal | 333 | 264 | 56 | 0 | 22 | 117 | 16 | 56 | 107 | 64 |
| Binary | 11011011 | 10110100 | 101110 | 0 | 10010 | 1001111 | 1110 | 101110 | 1000111 | 110100 |
Color Harmonies of #DBB42E
Complementary color
Monochromatic Colors of #DBB42E
Black with #DBB42E
Text Example
Text Example
White with #DBB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB42E; }
p { color: rgb(219,180,46); }
H1.HeaderClassName
{
color: #DBB42E;
}
.AnyTagClassName
{
color: #DBB42E;
}
</style>
background-color css
<style>
a { background-color: #DBB42E; }
a { background-color: rgb(219,180,46); }
div.DivClassName
{
background-color: #DBB42E;
}
.BgClassName
{
background-color: #DBB42E;
}
</style>
border-color css
<style>
span { border-color: #DBB42E; }
span { border-color: rgb(219,180,46); }
td.TdClassName
{
border-color: #DBB42E;
}
.TagClassName
{
border-color: #DBB42E;
}
</style>