Shades of Gold Tips #DAB12E
Tints of Gold Tips #DAB12E
RGB
CMYK
RGB Variations
Color information
#DAB12E (or 0xDAB12E) is known color: Gold Tips. HEX triplet: DA, B1 and 2E. RGB value is (218,177,46). Sum of RGB (Red+Green+Blue) = 218+177+46=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB12E is #254ED1. Grayscale: #AEAEAE. Windows color (decimal): -2445010 or 3060186. OLE color: 3060186.
HSL color Cylindrical-coordinate representation of color #DAB12E: hue angle of 45.7º 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 #DAB12E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 46 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.15 |
| HSL | 45.7º | 0.7% | 0.52% | - |
| HSV(B) | 45.7º | 0.79% | 0.85% | - |
| XYZ | 45.13 | 46.55 | 9.19 | - |
| YUV | 174.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 46 | 0 | 0.19 | 0.79 | 0.15 | 45.7 | 0.7 | 0.52 |
| Hex | DA | B1 | 2E | 0 | 13 | 4F | F | 2E | 46 | 34 |
| Octal | 332 | 261 | 56 | 0 | 23 | 117 | 17 | 56 | 106 | 64 |
| Binary | 11011010 | 10110001 | 101110 | 0 | 10011 | 1001111 | 1111 | 101110 | 1000110 | 110100 |
Color Harmonies of #DAB12E
Complementary color
Monochromatic Colors of #DAB12E
Black with #DAB12E
Text Example
Text Example
White with #DAB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB12E; }
p { color: rgb(218,177,46); }
H1.HeaderClassName
{
color: #DAB12E;
}
.AnyTagClassName
{
color: #DAB12E;
}
</style>
background-color css
<style>
a { background-color: #DAB12E; }
a { background-color: rgb(218,177,46); }
div.DivClassName
{
background-color: #DAB12E;
}
.BgClassName
{
background-color: #DAB12E;
}
</style>
border-color css
<style>
span { border-color: #DAB12E; }
span { border-color: rgb(218,177,46); }
td.TdClassName
{
border-color: #DAB12E;
}
.TagClassName
{
border-color: #DAB12E;
}
</style>