Shades of Gold Tips #DAB12B
Tints of Gold Tips #DAB12B
RGB
CMYK
RGB Variations
Color information
#DAB12B (or 0xDAB12B) is known color: Gold Tips. HEX triplet: DA, B1 and 2B. RGB value is (218,177,43). Sum of RGB (Red+Green+Blue) = 218+177+43=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB12B is #254ED4. Grayscale: #AEAEAE. Windows color (decimal): -2445013 or 2863578. OLE color: 2863578.
HSL color Cylindrical-coordinate representation of color #DAB12B: hue angle of 45.94º 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 #DAB12B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 43 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.15 |
| HSL | 45.94º | 0.7% | 0.51% | - |
| HSV(B) | 45.94º | 0.8% | 0.85% | - |
| XYZ | 45.07 | 46.52 | 8.89 | - |
| YUV | 173.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 43 | 0 | 0.19 | 0.80 | 0.15 | 45.94 | 0.7 | 0.51 |
| Hex | DA | B1 | 2B | 0 | 13 | 50 | F | 2E | 46 | 33 |
| Octal | 332 | 261 | 53 | 0 | 23 | 120 | 17 | 56 | 106 | 63 |
| Binary | 11011010 | 10110001 | 101011 | 0 | 10011 | 1010000 | 1111 | 101110 | 1000110 | 110011 |
Color Harmonies of #DAB12B
Complementary color
Monochromatic Colors of #DAB12B
Black with #DAB12B
Text Example
Text Example
White with #DAB12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB12B; }
p { color: rgb(218,177,43); }
H1.HeaderClassName
{
color: #DAB12B;
}
.AnyTagClassName
{
color: #DAB12B;
}
</style>
background-color css
<style>
a { background-color: #DAB12B; }
a { background-color: rgb(218,177,43); }
div.DivClassName
{
background-color: #DAB12B;
}
.BgClassName
{
background-color: #DAB12B;
}
</style>
border-color css
<style>
span { border-color: #DAB12B; }
span { border-color: rgb(218,177,43); }
td.TdClassName
{
border-color: #DAB12B;
}
.TagClassName
{
border-color: #DAB12B;
}
</style>