Shades of Gold Tips #DAB72B
Tints of Gold Tips #DAB72B
RGB
CMYK
RGB Variations
Color information
#DAB72B (or 0xDAB72B) is known color: Gold Tips. HEX triplet: DA, B7 and 2B. RGB value is (218,183,43). Sum of RGB (Red+Green+Blue) = 218+183+43=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB72B is #2548D4. Grayscale: #B2B2B2. Windows color (decimal): -2443477 or 2865114. OLE color: 2865114.
HSL color Cylindrical-coordinate representation of color #DAB72B: hue angle of 48º 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 #DAB72B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 43 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.15 |
| HSL | 48º | 0.7% | 0.51% | - |
| HSV(B) | 48º | 0.8% | 0.85% | - |
| XYZ | 46.28 | 48.95 | 9.29 | - |
| YUV | 177.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 43 | 0 | 0.16 | 0.80 | 0.15 | 48 | 0.7 | 0.51 |
| Hex | DA | B7 | 2B | 0 | 10 | 50 | F | 30 | 46 | 33 |
| Octal | 332 | 267 | 53 | 0 | 20 | 120 | 17 | 60 | 106 | 63 |
| Binary | 11011010 | 10110111 | 101011 | 0 | 10000 | 1010000 | 1111 | 110000 | 1000110 | 110011 |
Color Harmonies of #DAB72B
Complementary color
Monochromatic Colors of #DAB72B
Black with #DAB72B
Text Example
Text Example
White with #DAB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB72B; }
p { color: rgb(218,183,43); }
H1.HeaderClassName
{
color: #DAB72B;
}
.AnyTagClassName
{
color: #DAB72B;
}
</style>
background-color css
<style>
a { background-color: #DAB72B; }
a { background-color: rgb(218,183,43); }
div.DivClassName
{
background-color: #DAB72B;
}
.BgClassName
{
background-color: #DAB72B;
}
</style>
border-color css
<style>
span { border-color: #DAB72B; }
span { border-color: rgb(218,183,43); }
td.TdClassName
{
border-color: #DAB72B;
}
.TagClassName
{
border-color: #DAB72B;
}
</style>