Shades of Gold Tips #DAB622
Tints of Gold Tips #DAB622
RGB
CMYK
RGB Variations
Color information
#DAB622 (or 0xDAB622) is known color: Gold Tips. HEX triplet: DA, B6 and 22. RGB value is (218,182,34). Sum of RGB (Red+Green+Blue) = 218+182+34=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB622 is #2549DD. Grayscale: #B0B0B0. Windows color (decimal): -2443742 or 2275034. OLE color: 2275034.
HSL color Cylindrical-coordinate representation of color #DAB622: hue angle of 48.26º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAB622 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 34 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.15 |
| HSL | 48.26º | 0.73% | 0.49% | - |
| HSV(B) | 48.26º | 0.84% | 0.85% | - |
| XYZ | 45.93 | 48.48 | 8.45 | - |
| YUV | 175.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 34 | 0 | 0.17 | 0.84 | 0.15 | 48.26 | 0.73 | 0.49 |
| Hex | DA | B6 | 22 | 0 | 11 | 54 | F | 30 | 49 | 31 |
| Octal | 332 | 266 | 42 | 0 | 21 | 124 | 17 | 60 | 111 | 61 |
| Binary | 11011010 | 10110110 | 100010 | 0 | 10001 | 1010100 | 1111 | 110000 | 1001001 | 110001 |
Color Harmonies of #DAB622
Complementary color
Monochromatic Colors of #DAB622
Black with #DAB622
Text Example
Text Example
White with #DAB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB622; }
p { color: rgb(218,182,34); }
H1.HeaderClassName
{
color: #DAB622;
}
.AnyTagClassName
{
color: #DAB622;
}
</style>
background-color css
<style>
a { background-color: #DAB622; }
a { background-color: rgb(218,182,34); }
div.DivClassName
{
background-color: #DAB622;
}
.BgClassName
{
background-color: #DAB622;
}
</style>
border-color css
<style>
span { border-color: #DAB622; }
span { border-color: rgb(218,182,34); }
td.TdClassName
{
border-color: #DAB622;
}
.TagClassName
{
border-color: #DAB622;
}
</style>