Shades of Gold Tips #DBB42D
Tints of Gold Tips #DBB42D
RGB
CMYK
RGB Variations
Color information
#DBB42D (or 0xDBB42D) is known color: Gold Tips. HEX triplet: DB, B4 and 2D. RGB value is (219,180,45). Sum of RGB (Red+Green+Blue) = 219+180+45=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42D is #244BD2. Grayscale: #B0B0B0. Windows color (decimal): -2378707 or 2995419. OLE color: 2995419.
HSL color Cylindrical-coordinate representation of color #DBB42D: hue angle of 46.55º 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 #DBB42D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 45 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.14 |
| HSL | 46.55º | 0.71% | 0.52% | - |
| HSV(B) | 46.55º | 0.79% | 0.86% | - |
| XYZ | 46.01 | 47.89 | 9.3 | - |
| YUV | 176.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 45 | 0 | 0.18 | 0.79 | 0.14 | 46.55 | 0.71 | 0.52 |
| Hex | DB | B4 | 2D | 0 | 12 | 4F | E | 2F | 47 | 34 |
| Octal | 333 | 264 | 55 | 0 | 22 | 117 | 16 | 57 | 107 | 64 |
| Binary | 11011011 | 10110100 | 101101 | 0 | 10010 | 1001111 | 1110 | 101111 | 1000111 | 110100 |
Color Harmonies of #DBB42D
Complementary color
Monochromatic Colors of #DBB42D
Black with #DBB42D
Text Example
Text Example
White with #DBB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB42D; }
p { color: rgb(219,180,45); }
H1.HeaderClassName
{
color: #DBB42D;
}
.AnyTagClassName
{
color: #DBB42D;
}
</style>
background-color css
<style>
a { background-color: #DBB42D; }
a { background-color: rgb(219,180,45); }
div.DivClassName
{
background-color: #DBB42D;
}
.BgClassName
{
background-color: #DBB42D;
}
</style>
border-color css
<style>
span { border-color: #DBB42D; }
span { border-color: rgb(219,180,45); }
td.TdClassName
{
border-color: #DBB42D;
}
.TagClassName
{
border-color: #DBB42D;
}
</style>