Shades of Gold Tips #DAB623
Tints of Gold Tips #DAB623
RGB
CMYK
RGB Variations
Color information
#DAB623 (or 0xDAB623) is known color: Gold Tips. HEX triplet: DA, B6 and 23. RGB value is (218,182,35). Sum of RGB (Red+Green+Blue) = 218+182+35=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB623 is #2549DC. Grayscale: #B0B0B0. Windows color (decimal): -2443741 or 2340570. OLE color: 2340570.
HSL color Cylindrical-coordinate representation of color #DAB623: hue angle of 48.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAB623 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.15 |
| HSL | 48.2º | 0.72% | 0.5% | - |
| HSV(B) | 48.2º | 0.84% | 0.85% | - |
| XYZ | 45.94 | 48.48 | 8.53 | - |
| YUV | 176.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 35 | 0 | 0.17 | 0.84 | 0.15 | 48.2 | 0.72 | 0.5 |
| Hex | DA | B6 | 23 | 0 | 11 | 54 | F | 30 | 48 | 32 |
| Octal | 332 | 266 | 43 | 0 | 21 | 124 | 17 | 60 | 110 | 62 |
| Binary | 11011010 | 10110110 | 100011 | 0 | 10001 | 1010100 | 1111 | 110000 | 1001000 | 110010 |
Color Harmonies of #DAB623
Complementary color
Monochromatic Colors of #DAB623
Black with #DAB623
Text Example
Text Example
White with #DAB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB623; }
p { color: rgb(218,182,35); }
H1.HeaderClassName
{
color: #DAB623;
}
.AnyTagClassName
{
color: #DAB623;
}
</style>
background-color css
<style>
a { background-color: #DAB623; }
a { background-color: rgb(218,182,35); }
div.DivClassName
{
background-color: #DAB623;
}
.BgClassName
{
background-color: #DAB623;
}
</style>
border-color css
<style>
span { border-color: #DAB623; }
span { border-color: rgb(218,182,35); }
td.TdClassName
{
border-color: #DAB623;
}
.TagClassName
{
border-color: #DAB623;
}
</style>