Shades of Gold Tips #DAB425
Tints of Gold Tips #DAB425
RGB
CMYK
RGB Variations
Color information
#DAB425 (or 0xDAB425) is known color: Gold Tips. HEX triplet: DA, B4 and 25. RGB value is (218,180,37). Sum of RGB (Red+Green+Blue) = 218+180+37=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB425 is #254BDA. Grayscale: #AFAFAF. Windows color (decimal): -2444251 or 2471130. OLE color: 2471130.
HSL color Cylindrical-coordinate representation of color #DAB425: hue angle of 47.4º 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 #DAB425 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.15 |
| HSL | 47.4º | 0.71% | 0.5% | - |
| HSV(B) | 47.4º | 0.83% | 0.85% | - |
| XYZ | 45.57 | 47.68 | 8.55 | - |
| YUV | 175.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 37 | 0 | 0.17 | 0.83 | 0.15 | 47.4 | 0.71 | 0.5 |
| Hex | DA | B4 | 25 | 0 | 11 | 53 | F | 2F | 47 | 32 |
| Octal | 332 | 264 | 45 | 0 | 21 | 123 | 17 | 57 | 107 | 62 |
| Binary | 11011010 | 10110100 | 100101 | 0 | 10001 | 1010011 | 1111 | 101111 | 1000111 | 110010 |
Color Harmonies of #DAB425
Complementary color
Monochromatic Colors of #DAB425
Black with #DAB425
Text Example
Text Example
White with #DAB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB425; }
p { color: rgb(218,180,37); }
H1.HeaderClassName
{
color: #DAB425;
}
.AnyTagClassName
{
color: #DAB425;
}
</style>
background-color css
<style>
a { background-color: #DAB425; }
a { background-color: rgb(218,180,37); }
div.DivClassName
{
background-color: #DAB425;
}
.BgClassName
{
background-color: #DAB425;
}
</style>
border-color css
<style>
span { border-color: #DAB425; }
span { border-color: rgb(218,180,37); }
td.TdClassName
{
border-color: #DAB425;
}
.TagClassName
{
border-color: #DAB425;
}
</style>