Shades of Gold Tips #DAB228
Tints of Gold Tips #DAB228
RGB
CMYK
RGB Variations
Color information
#DAB228 (or 0xDAB228) is known color: Gold Tips. HEX triplet: DA, B2 and 28. RGB value is (218,178,40). Sum of RGB (Red+Green+Blue) = 218+178+40=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB228 is #254DD7. Grayscale: #AEAEAE. Windows color (decimal): -2444760 or 2667226. OLE color: 2667226.
HSL color Cylindrical-coordinate representation of color #DAB228: hue angle of 46.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAB228 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.15 |
| HSL | 46.52º | 0.71% | 0.51% | - |
| HSV(B) | 46.52º | 0.82% | 0.85% | - |
| XYZ | 45.22 | 46.9 | 8.68 | - |
| YUV | 174.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 40 | 0 | 0.18 | 0.82 | 0.15 | 46.52 | 0.71 | 0.51 |
| Hex | DA | B2 | 28 | 0 | 12 | 52 | F | 2F | 47 | 33 |
| Octal | 332 | 262 | 50 | 0 | 22 | 122 | 17 | 57 | 107 | 63 |
| Binary | 11011010 | 10110010 | 101000 | 0 | 10010 | 1010010 | 1111 | 101111 | 1000111 | 110011 |
Color Harmonies of #DAB228
Complementary color
Monochromatic Colors of #DAB228
Black with #DAB228
Text Example
Text Example
White with #DAB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB228; }
p { color: rgb(218,178,40); }
H1.HeaderClassName
{
color: #DAB228;
}
.AnyTagClassName
{
color: #DAB228;
}
</style>
background-color css
<style>
a { background-color: #DAB228; }
a { background-color: rgb(218,178,40); }
div.DivClassName
{
background-color: #DAB228;
}
.BgClassName
{
background-color: #DAB228;
}
</style>
border-color css
<style>
span { border-color: #DAB228; }
span { border-color: rgb(218,178,40); }
td.TdClassName
{
border-color: #DAB228;
}
.TagClassName
{
border-color: #DAB228;
}
</style>