Shades of Gold Tips #DBB629
Tints of Gold Tips #DBB629
RGB
CMYK
RGB Variations
Color information
#DBB629 (or 0xDBB629) is known color: Gold Tips. HEX triplet: DB, B6 and 29. RGB value is (219,182,41). Sum of RGB (Red+Green+Blue) = 219+182+41=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB629 is #2449D6. Grayscale: #B1B1B1. Windows color (decimal): -2378199 or 2733787. OLE color: 2733787.
HSL color Cylindrical-coordinate representation of color #DBB629: hue angle of 47.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBB629 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 41 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.14 |
| HSL | 47.53º | 0.71% | 0.51% | - |
| HSV(B) | 47.53º | 0.81% | 0.86% | - |
| XYZ | 46.34 | 48.68 | 9.05 | - |
| YUV | 176.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 41 | 0 | 0.17 | 0.81 | 0.14 | 47.53 | 0.71 | 0.51 |
| Hex | DB | B6 | 29 | 0 | 11 | 51 | E | 30 | 47 | 33 |
| Octal | 333 | 266 | 51 | 0 | 21 | 121 | 16 | 60 | 107 | 63 |
| Binary | 11011011 | 10110110 | 101001 | 0 | 10001 | 1010001 | 1110 | 110000 | 1000111 | 110011 |
Color Harmonies of #DBB629
Complementary color
Monochromatic Colors of #DBB629
Black with #DBB629
Text Example
Text Example
White with #DBB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB629; }
p { color: rgb(219,182,41); }
H1.HeaderClassName
{
color: #DBB629;
}
.AnyTagClassName
{
color: #DBB629;
}
</style>
background-color css
<style>
a { background-color: #DBB629; }
a { background-color: rgb(219,182,41); }
div.DivClassName
{
background-color: #DBB629;
}
.BgClassName
{
background-color: #DBB629;
}
</style>
border-color css
<style>
span { border-color: #DBB629; }
span { border-color: rgb(219,182,41); }
td.TdClassName
{
border-color: #DBB629;
}
.TagClassName
{
border-color: #DBB629;
}
</style>