Shades of Gold Tips #DAB41E
Tints of Gold Tips #DAB41E
RGB
CMYK
RGB Variations
Color information
#DAB41E (or 0xDAB41E) is known color: Gold Tips. HEX triplet: DA, B4 and 1E. RGB value is (218,180,30). Sum of RGB (Red+Green+Blue) = 218+180+30=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB41E is #254BE1. Grayscale: #AEAEAE. Windows color (decimal): -2444258 or 2012378. OLE color: 2012378.
HSL color Cylindrical-coordinate representation of color #DAB41E: hue angle of 47.87º 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 #DAB41E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 30 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.15 |
| HSL | 47.87º | 0.76% | 0.49% | - |
| HSV(B) | 47.87º | 0.86% | 0.85% | - |
| XYZ | 45.47 | 47.64 | 8.03 | - |
| YUV | 174.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 30 | 0 | 0.17 | 0.86 | 0.15 | 47.87 | 0.76 | 0.49 |
| Hex | DA | B4 | 1E | 0 | 11 | 56 | F | 30 | 4C | 31 |
| Octal | 332 | 264 | 36 | 0 | 21 | 126 | 17 | 60 | 114 | 61 |
| Binary | 11011010 | 10110100 | 11110 | 0 | 10001 | 1010110 | 1111 | 110000 | 1001100 | 110001 |
Color Harmonies of #DAB41E
Complementary color
Monochromatic Colors of #DAB41E
Black with #DAB41E
Text Example
Text Example
White with #DAB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB41E; }
p { color: rgb(218,180,30); }
H1.HeaderClassName
{
color: #DAB41E;
}
.AnyTagClassName
{
color: #DAB41E;
}
</style>
background-color css
<style>
a { background-color: #DAB41E; }
a { background-color: rgb(218,180,30); }
div.DivClassName
{
background-color: #DAB41E;
}
.BgClassName
{
background-color: #DAB41E;
}
</style>
border-color css
<style>
span { border-color: #DAB41E; }
span { border-color: rgb(218,180,30); }
td.TdClassName
{
border-color: #DAB41E;
}
.TagClassName
{
border-color: #DAB41E;
}
</style>