Shades of Gold Tips #DAB325
Tints of Gold Tips #DAB325
RGB
CMYK
RGB Variations
Color information
#DAB325 (or 0xDAB325) is known color: Gold Tips. HEX triplet: DA, B3 and 25. RGB value is (218,179,37). Sum of RGB (Red+Green+Blue) = 218+179+37=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB325 is #254CDA. Grayscale: #AFAFAF. Windows color (decimal): -2444507 or 2470874. OLE color: 2470874.
HSL color Cylindrical-coordinate representation of color #DAB325: hue angle of 47.07º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAB325 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.15 |
| HSL | 47.07º | 0.71% | 0.5% | - |
| HSV(B) | 47.07º | 0.83% | 0.85% | - |
| XYZ | 45.37 | 47.28 | 8.48 | - |
| YUV | 174.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 37 | 0 | 0.18 | 0.83 | 0.15 | 47.07 | 0.71 | 0.5 |
| Hex | DA | B3 | 25 | 0 | 12 | 53 | F | 2F | 47 | 32 |
| Octal | 332 | 263 | 45 | 0 | 22 | 123 | 17 | 57 | 107 | 62 |
| Binary | 11011010 | 10110011 | 100101 | 0 | 10010 | 1010011 | 1111 | 101111 | 1000111 | 110010 |
Color Harmonies of #DAB325
Complementary color
Monochromatic Colors of #DAB325
Black with #DAB325
Text Example
Text Example
White with #DAB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB325; }
p { color: rgb(218,179,37); }
H1.HeaderClassName
{
color: #DAB325;
}
.AnyTagClassName
{
color: #DAB325;
}
</style>
background-color css
<style>
a { background-color: #DAB325; }
a { background-color: rgb(218,179,37); }
div.DivClassName
{
background-color: #DAB325;
}
.BgClassName
{
background-color: #DAB325;
}
</style>
border-color css
<style>
span { border-color: #DAB325; }
span { border-color: rgb(218,179,37); }
td.TdClassName
{
border-color: #DAB325;
}
.TagClassName
{
border-color: #DAB325;
}
</style>