Shades of Gold Tips #DAB42B
Tints of Gold Tips #DAB42B
RGB
CMYK
RGB Variations
Color information
#DAB42B (or 0xDAB42B) is known color: Gold Tips. HEX triplet: DA, B4 and 2B. RGB value is (218,180,43). Sum of RGB (Red+Green+Blue) = 218+180+43=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB42B is #254BD4. Grayscale: #B0B0B0. Windows color (decimal): -2444245 or 2864346. OLE color: 2864346.
HSL color Cylindrical-coordinate representation of color #DAB42B: hue angle of 46.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB42B is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 43 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.15 |
| HSL | 46.97º | 0.7% | 0.51% | - |
| HSV(B) | 46.97º | 0.8% | 0.85% | - |
| XYZ | 45.67 | 47.72 | 9.09 | - |
| YUV | 175.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 43 | 0 | 0.17 | 0.80 | 0.15 | 46.97 | 0.7 | 0.51 |
| Hex | DA | B4 | 2B | 0 | 11 | 50 | F | 2F | 46 | 33 |
| Octal | 332 | 264 | 53 | 0 | 21 | 120 | 17 | 57 | 106 | 63 |
| Binary | 11011010 | 10110100 | 101011 | 0 | 10001 | 1010000 | 1111 | 101111 | 1000110 | 110011 |
Color Harmonies of #DAB42B
Complementary color
Monochromatic Colors of #DAB42B
Black with #DAB42B
Text Example
Text Example
White with #DAB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB42B; }
p { color: rgb(218,180,43); }
H1.HeaderClassName
{
color: #DAB42B;
}
.AnyTagClassName
{
color: #DAB42B;
}
</style>
background-color css
<style>
a { background-color: #DAB42B; }
a { background-color: rgb(218,180,43); }
div.DivClassName
{
background-color: #DAB42B;
}
.BgClassName
{
background-color: #DAB42B;
}
</style>
border-color css
<style>
span { border-color: #DAB42B; }
span { border-color: rgb(218,180,43); }
td.TdClassName
{
border-color: #DAB42B;
}
.TagClassName
{
border-color: #DAB42B;
}
</style>