Shades of Gold Tips #DAB21E
Tints of Gold Tips #DAB21E
RGB
CMYK
RGB Variations
Color information
#DAB21E (or 0xDAB21E) is known color: Gold Tips. HEX triplet: DA, B2 and 1E. RGB value is (218,178,30). Sum of RGB (Red+Green+Blue) = 218+178+30=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB21E is #254DE1. Grayscale: #ADADAD. Windows color (decimal): -2444770 or 2011866. OLE color: 2011866.
HSL color Cylindrical-coordinate representation of color #DAB21E: hue angle of 47.23º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAB21E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 30 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.15 |
| HSL | 47.23º | 0.76% | 0.49% | - |
| HSV(B) | 47.23º | 0.86% | 0.85% | - |
| XYZ | 45.07 | 46.84 | 7.89 | - |
| YUV | 173.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 30 | 0 | 0.18 | 0.86 | 0.15 | 47.23 | 0.76 | 0.49 |
| Hex | DA | B2 | 1E | 0 | 12 | 56 | F | 2F | 4C | 31 |
| Octal | 332 | 262 | 36 | 0 | 22 | 126 | 17 | 57 | 114 | 61 |
| Binary | 11011010 | 10110010 | 11110 | 0 | 10010 | 1010110 | 1111 | 101111 | 1001100 | 110001 |
Color Harmonies of #DAB21E
Complementary color
Monochromatic Colors of #DAB21E
Black with #DAB21E
Text Example
Text Example
White with #DAB21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB21E; }
p { color: rgb(218,178,30); }
H1.HeaderClassName
{
color: #DAB21E;
}
.AnyTagClassName
{
color: #DAB21E;
}
</style>
background-color css
<style>
a { background-color: #DAB21E; }
a { background-color: rgb(218,178,30); }
div.DivClassName
{
background-color: #DAB21E;
}
.BgClassName
{
background-color: #DAB21E;
}
</style>
border-color css
<style>
span { border-color: #DAB21E; }
span { border-color: rgb(218,178,30); }
td.TdClassName
{
border-color: #DAB21E;
}
.TagClassName
{
border-color: #DAB21E;
}
</style>