Shades of Gold Tips #DAB328
Tints of Gold Tips #DAB328
RGB
CMYK
RGB Variations
Color information
#DAB328 (or 0xDAB328) is known color: Gold Tips. HEX triplet: DA, B3 and 28. RGB value is (218,179,40). Sum of RGB (Red+Green+Blue) = 218+179+40=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB328 is #254CD7. Grayscale: #AFAFAF. Windows color (decimal): -2444504 or 2667482. OLE color: 2667482.
HSL color Cylindrical-coordinate representation of color #DAB328: hue angle of 46.85º 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 #DAB328 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.15 |
| HSL | 46.85º | 0.71% | 0.51% | - |
| HSV(B) | 46.85º | 0.82% | 0.85% | - |
| XYZ | 45.42 | 47.3 | 8.74 | - |
| YUV | 174.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 40 | 0 | 0.18 | 0.82 | 0.15 | 46.85 | 0.71 | 0.51 |
| Hex | DA | B3 | 28 | 0 | 12 | 52 | F | 2F | 47 | 33 |
| Octal | 332 | 263 | 50 | 0 | 22 | 122 | 17 | 57 | 107 | 63 |
| Binary | 11011010 | 10110011 | 101000 | 0 | 10010 | 1010010 | 1111 | 101111 | 1000111 | 110011 |
Color Harmonies of #DAB328
Complementary color
Monochromatic Colors of #DAB328
Black with #DAB328
Text Example
Text Example
White with #DAB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB328; }
p { color: rgb(218,179,40); }
H1.HeaderClassName
{
color: #DAB328;
}
.AnyTagClassName
{
color: #DAB328;
}
</style>
background-color css
<style>
a { background-color: #DAB328; }
a { background-color: rgb(218,179,40); }
div.DivClassName
{
background-color: #DAB328;
}
.BgClassName
{
background-color: #DAB328;
}
</style>
border-color css
<style>
span { border-color: #DAB328; }
span { border-color: rgb(218,179,40); }
td.TdClassName
{
border-color: #DAB328;
}
.TagClassName
{
border-color: #DAB328;
}
</style>