Shades of Gold Tips #DBB41D
Tints of Gold Tips #DBB41D
RGB
CMYK
RGB Variations
Color information
#DBB41D (or 0xDBB41D) is known color: Gold Tips. HEX triplet: DB, B4 and 1D. RGB value is (219,180,29). Sum of RGB (Red+Green+Blue) = 219+180+29=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB41D is #244BE2. Grayscale: #AFAFAF. Windows color (decimal): -2378723 or 1946843. OLE color: 1946843.
HSL color Cylindrical-coordinate representation of color #DBB41D: hue angle of 47.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB41D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.68º | 0.77% | 0.49% | - |
| HSV(B) | 47.68º | 0.87% | 0.86% | - |
| XYZ | 45.76 | 47.79 | 7.98 | - |
| YUV | 174.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 29 | 0 | 0.18 | 0.87 | 0.14 | 47.68 | 0.77 | 0.49 |
| Hex | DB | B4 | 1D | 0 | 12 | 57 | E | 30 | 4D | 31 |
| Octal | 333 | 264 | 35 | 0 | 22 | 127 | 16 | 60 | 115 | 61 |
| Binary | 11011011 | 10110100 | 11101 | 0 | 10010 | 1010111 | 1110 | 110000 | 1001101 | 110001 |
Color Harmonies of #DBB41D
Complementary color
Monochromatic Colors of #DBB41D
Black with #DBB41D
Text Example
Text Example
White with #DBB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB41D; }
p { color: rgb(219,180,29); }
H1.HeaderClassName
{
color: #DBB41D;
}
.AnyTagClassName
{
color: #DBB41D;
}
</style>
background-color css
<style>
a { background-color: #DBB41D; }
a { background-color: rgb(219,180,29); }
div.DivClassName
{
background-color: #DBB41D;
}
.BgClassName
{
background-color: #DBB41D;
}
</style>
border-color css
<style>
span { border-color: #DBB41D; }
span { border-color: rgb(219,180,29); }
td.TdClassName
{
border-color: #DBB41D;
}
.TagClassName
{
border-color: #DBB41D;
}
</style>