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