Shades of Gold Tips #DAB02D
Tints of Gold Tips #DAB02D
RGB
CMYK
RGB Variations
Color information
#DAB02D (or 0xDAB02D) is known color: Gold Tips. HEX triplet: DA, B0 and 2D. RGB value is (218,176,45). Sum of RGB (Red+Green+Blue) = 218+176+45=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB02D is #254FD2. Grayscale: #AEAEAE. Windows color (decimal): -2445267 or 2994394. OLE color: 2994394.
HSL color Cylindrical-coordinate representation of color #DAB02D: hue angle of 45.43º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAB02D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.15 |
| HSL | 45.43º | 0.7% | 0.52% | - |
| HSV(B) | 45.43º | 0.79% | 0.85% | - |
| XYZ | 44.91 | 46.15 | 9.02 | - |
| YUV | 173.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 45 | 0 | 0.19 | 0.79 | 0.15 | 45.43 | 0.7 | 0.52 |
| Hex | DA | B0 | 2D | 0 | 13 | 4F | F | 2D | 46 | 34 |
| Octal | 332 | 260 | 55 | 0 | 23 | 117 | 17 | 55 | 106 | 64 |
| Binary | 11011010 | 10110000 | 101101 | 0 | 10011 | 1001111 | 1111 | 101101 | 1000110 | 110100 |
Color Harmonies of #DAB02D
Complementary color
Monochromatic Colors of #DAB02D
Black with #DAB02D
Text Example
Text Example
White with #DAB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB02D; }
p { color: rgb(218,176,45); }
H1.HeaderClassName
{
color: #DAB02D;
}
.AnyTagClassName
{
color: #DAB02D;
}
</style>
background-color css
<style>
a { background-color: #DAB02D; }
a { background-color: rgb(218,176,45); }
div.DivClassName
{
background-color: #DAB02D;
}
.BgClassName
{
background-color: #DAB02D;
}
</style>
border-color css
<style>
span { border-color: #DAB02D; }
span { border-color: rgb(218,176,45); }
td.TdClassName
{
border-color: #DAB02D;
}
.TagClassName
{
border-color: #DAB02D;
}
</style>