Shades of Gold Tips #DAB02A
Tints of Gold Tips #DAB02A
RGB
CMYK
RGB Variations
Color information
#DAB02A (or 0xDAB02A) is known color: Gold Tips. HEX triplet: DA, B0 and 2A. RGB value is (218,176,42). Sum of RGB (Red+Green+Blue) = 218+176+42=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB02A is #254FD5. Grayscale: #ADADAD. Windows color (decimal): -2445270 or 2797786. OLE color: 2797786.
HSL color Cylindrical-coordinate representation of color #DAB02A: hue angle of 45.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAB02A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 42 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.15 |
| HSL | 45.68º | 0.7% | 0.51% | - |
| HSV(B) | 45.68º | 0.81% | 0.85% | - |
| XYZ | 44.86 | 46.12 | 8.73 | - |
| YUV | 173.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 42 | 0 | 0.19 | 0.81 | 0.15 | 45.68 | 0.7 | 0.51 |
| Hex | DA | B0 | 2A | 0 | 13 | 51 | F | 2E | 46 | 33 |
| Octal | 332 | 260 | 52 | 0 | 23 | 121 | 17 | 56 | 106 | 63 |
| Binary | 11011010 | 10110000 | 101010 | 0 | 10011 | 1010001 | 1111 | 101110 | 1000110 | 110011 |
Color Harmonies of #DAB02A
Complementary color
Monochromatic Colors of #DAB02A
Black with #DAB02A
Text Example
Text Example
White with #DAB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB02A; }
p { color: rgb(218,176,42); }
H1.HeaderClassName
{
color: #DAB02A;
}
.AnyTagClassName
{
color: #DAB02A;
}
</style>
background-color css
<style>
a { background-color: #DAB02A; }
a { background-color: rgb(218,176,42); }
div.DivClassName
{
background-color: #DAB02A;
}
.BgClassName
{
background-color: #DAB02A;
}
</style>
border-color css
<style>
span { border-color: #DAB02A; }
span { border-color: rgb(218,176,42); }
td.TdClassName
{
border-color: #DAB02A;
}
.TagClassName
{
border-color: #DAB02A;
}
</style>