Shades of Gold Tips #DBB421
Tints of Gold Tips #DBB421
RGB
CMYK
RGB Variations
Color information
#DBB421 (or 0xDBB421) is known color: Gold Tips. HEX triplet: DB, B4 and 21. RGB value is (219,180,33). Sum of RGB (Red+Green+Blue) = 219+180+33=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB421 is #244BDE. Grayscale: #AFAFAF. Windows color (decimal): -2378719 or 2208987. OLE color: 2208987.
HSL color Cylindrical-coordinate representation of color #DBB421: hue angle of 47.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB421 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.14 |
| HSL | 47.42º | 0.74% | 0.49% | - |
| HSV(B) | 47.42º | 0.85% | 0.86% | - |
| XYZ | 45.81 | 47.81 | 8.25 | - |
| YUV | 174.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 33 | 0 | 0.18 | 0.85 | 0.14 | 47.42 | 0.74 | 0.49 |
| Hex | DB | B4 | 21 | 0 | 12 | 55 | E | 2F | 4A | 31 |
| Octal | 333 | 264 | 41 | 0 | 22 | 125 | 16 | 57 | 112 | 61 |
| Binary | 11011011 | 10110100 | 100001 | 0 | 10010 | 1010101 | 1110 | 101111 | 1001010 | 110001 |
Color Harmonies of #DBB421
Complementary color
Monochromatic Colors of #DBB421
Black with #DBB421
Text Example
Text Example
White with #DBB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB421; }
p { color: rgb(219,180,33); }
H1.HeaderClassName
{
color: #DBB421;
}
.AnyTagClassName
{
color: #DBB421;
}
</style>
background-color css
<style>
a { background-color: #DBB421; }
a { background-color: rgb(219,180,33); }
div.DivClassName
{
background-color: #DBB421;
}
.BgClassName
{
background-color: #DBB421;
}
</style>
border-color css
<style>
span { border-color: #DBB421; }
span { border-color: rgb(219,180,33); }
td.TdClassName
{
border-color: #DBB421;
}
.TagClassName
{
border-color: #DBB421;
}
</style>