Shades of Gold Tips #DBB227
Tints of Gold Tips #DBB227
RGB
CMYK
RGB Variations
Color information
#DBB227 (or 0xDBB227) is known color: Gold Tips. HEX triplet: DB, B2 and 27. RGB value is (219,178,39). Sum of RGB (Red+Green+Blue) = 219+178+39=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB227 is #244DD8. Grayscale: #AFAFAF. Windows color (decimal): -2379225 or 2601691. OLE color: 2601691.
HSL color Cylindrical-coordinate representation of color #DBB227: hue angle of 46.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBB227 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 39 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.14 |
| HSL | 46.33º | 0.71% | 0.51% | - |
| HSV(B) | 46.33º | 0.82% | 0.86% | - |
| XYZ | 45.5 | 47.05 | 8.6 | - |
| YUV | 174.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 39 | 0 | 0.19 | 0.82 | 0.14 | 46.33 | 0.71 | 0.51 |
| Hex | DB | B2 | 27 | 0 | 13 | 52 | E | 2E | 47 | 33 |
| Octal | 333 | 262 | 47 | 0 | 23 | 122 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110010 | 100111 | 0 | 10011 | 1010010 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB227
Complementary color
Monochromatic Colors of #DBB227
Black with #DBB227
Text Example
Text Example
White with #DBB227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB227; }
p { color: rgb(219,178,39); }
H1.HeaderClassName
{
color: #DBB227;
}
.AnyTagClassName
{
color: #DBB227;
}
</style>
background-color css
<style>
a { background-color: #DBB227; }
a { background-color: rgb(219,178,39); }
div.DivClassName
{
background-color: #DBB227;
}
.BgClassName
{
background-color: #DBB227;
}
</style>
border-color css
<style>
span { border-color: #DBB227; }
span { border-color: rgb(219,178,39); }
td.TdClassName
{
border-color: #DBB227;
}
.TagClassName
{
border-color: #DBB227;
}
</style>