Shades of Gold Tips #DAB31D
Tints of Gold Tips #DAB31D
RGB
CMYK
RGB Variations
Color information
#DAB31D (or 0xDAB31D) is known color: Gold Tips. HEX triplet: DA, B3 and 1D. RGB value is (218,179,29). Sum of RGB (Red+Green+Blue) = 218+179+29=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB31D is #254CE2. Grayscale: #AEAEAE. Windows color (decimal): -2444515 or 1946586. OLE color: 1946586.
HSL color Cylindrical-coordinate representation of color #DAB31D: hue angle of 47.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB31D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.15 |
| HSL | 47.62º | 0.77% | 0.48% | - |
| HSV(B) | 47.62º | 0.87% | 0.85% | - |
| XYZ | 45.26 | 47.23 | 7.89 | - |
| YUV | 173.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 29 | 0 | 0.18 | 0.87 | 0.15 | 47.62 | 0.77 | 0.48 |
| Hex | DA | B3 | 1D | 0 | 12 | 57 | F | 30 | 4D | 30 |
| Octal | 332 | 263 | 35 | 0 | 22 | 127 | 17 | 60 | 115 | 60 |
| Binary | 11011010 | 10110011 | 11101 | 0 | 10010 | 1010111 | 1111 | 110000 | 1001101 | 110000 |
Color Harmonies of #DAB31D
Complementary color
Monochromatic Colors of #DAB31D
Black with #DAB31D
Text Example
Text Example
White with #DAB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB31D; }
p { color: rgb(218,179,29); }
H1.HeaderClassName
{
color: #DAB31D;
}
.AnyTagClassName
{
color: #DAB31D;
}
</style>
background-color css
<style>
a { background-color: #DAB31D; }
a { background-color: rgb(218,179,29); }
div.DivClassName
{
background-color: #DAB31D;
}
.BgClassName
{
background-color: #DAB31D;
}
</style>
border-color css
<style>
span { border-color: #DAB31D; }
span { border-color: rgb(218,179,29); }
td.TdClassName
{
border-color: #DAB31D;
}
.TagClassName
{
border-color: #DAB31D;
}
</style>