Shades of Gold Tips #DBB225
Tints of Gold Tips #DBB225
RGB
CMYK
RGB Variations
Color information
#DBB225 (or 0xDBB225) is known color: Gold Tips. HEX triplet: DB, B2 and 25. RGB value is (219,178,37). Sum of RGB (Red+Green+Blue) = 219+178+37=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB225 is #244DDA. Grayscale: #AEAEAE. Windows color (decimal): -2379227 or 2470619. OLE color: 2470619.
HSL color Cylindrical-coordinate representation of color #DBB225: hue angle of 46.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBB225 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 37 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.14 |
| HSL | 46.48º | 0.72% | 0.5% | - |
| HSV(B) | 46.48º | 0.83% | 0.86% | - |
| XYZ | 45.47 | 47.03 | 8.43 | - |
| YUV | 174.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 37 | 0 | 0.19 | 0.83 | 0.14 | 46.48 | 0.72 | 0.5 |
| Hex | DB | B2 | 25 | 0 | 13 | 53 | E | 2E | 48 | 32 |
| Octal | 333 | 262 | 45 | 0 | 23 | 123 | 16 | 56 | 110 | 62 |
| Binary | 11011011 | 10110010 | 100101 | 0 | 10011 | 1010011 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DBB225
Complementary color
Monochromatic Colors of #DBB225
Black with #DBB225
Text Example
Text Example
White with #DBB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB225; }
p { color: rgb(219,178,37); }
H1.HeaderClassName
{
color: #DBB225;
}
.AnyTagClassName
{
color: #DBB225;
}
</style>
background-color css
<style>
a { background-color: #DBB225; }
a { background-color: rgb(219,178,37); }
div.DivClassName
{
background-color: #DBB225;
}
.BgClassName
{
background-color: #DBB225;
}
</style>
border-color css
<style>
span { border-color: #DBB225; }
span { border-color: rgb(219,178,37); }
td.TdClassName
{
border-color: #DBB225;
}
.TagClassName
{
border-color: #DBB225;
}
</style>