Shades of Gold Tips #DAB125
Tints of Gold Tips #DAB125
RGB
CMYK
RGB Variations
Color information
#DAB125 (or 0xDAB125) is known color: Gold Tips. HEX triplet: DA, B1 and 25. RGB value is (218,177,37). Sum of RGB (Red+Green+Blue) = 218+177+37=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB125 is #254EDA. Grayscale: #ADADAD. Windows color (decimal): -2445019 or 2470362. OLE color: 2470362.
HSL color Cylindrical-coordinate representation of color #DAB125: hue angle of 46.41º 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 #DAB125 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 37 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.15 |
| HSL | 46.41º | 0.71% | 0.5% | - |
| HSV(B) | 46.41º | 0.83% | 0.85% | - |
| XYZ | 44.97 | 46.48 | 8.35 | - |
| YUV | 173.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 37 | 0 | 0.19 | 0.83 | 0.15 | 46.41 | 0.71 | 0.5 |
| Hex | DA | B1 | 25 | 0 | 13 | 53 | F | 2E | 47 | 32 |
| Octal | 332 | 261 | 45 | 0 | 23 | 123 | 17 | 56 | 107 | 62 |
| Binary | 11011010 | 10110001 | 100101 | 0 | 10011 | 1010011 | 1111 | 101110 | 1000111 | 110010 |
Color Harmonies of #DAB125
Complementary color
Monochromatic Colors of #DAB125
Black with #DAB125
Text Example
Text Example
White with #DAB125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB125; }
p { color: rgb(218,177,37); }
H1.HeaderClassName
{
color: #DAB125;
}
.AnyTagClassName
{
color: #DAB125;
}
</style>
background-color css
<style>
a { background-color: #DAB125; }
a { background-color: rgb(218,177,37); }
div.DivClassName
{
background-color: #DAB125;
}
.BgClassName
{
background-color: #DAB125;
}
</style>
border-color css
<style>
span { border-color: #DAB125; }
span { border-color: rgb(218,177,37); }
td.TdClassName
{
border-color: #DAB125;
}
.TagClassName
{
border-color: #DAB125;
}
</style>