Shades of Gold Tips #DAB621
Tints of Gold Tips #DAB621
RGB
CMYK
RGB Variations
Color information
#DAB621 (or 0xDAB621) is known color: Gold Tips. HEX triplet: DA, B6 and 21. RGB value is (218,182,33). Sum of RGB (Red+Green+Blue) = 218+182+33=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB621 is #2549DE. Grayscale: #B0B0B0. Windows color (decimal): -2443743 or 2209498. OLE color: 2209498.
HSL color Cylindrical-coordinate representation of color #DAB621: hue angle of 48.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAB621 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.15 |
| HSL | 48.32º | 0.74% | 0.49% | - |
| HSV(B) | 48.32º | 0.85% | 0.85% | - |
| XYZ | 45.92 | 48.47 | 8.37 | - |
| YUV | 175.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 33 | 0 | 0.17 | 0.85 | 0.15 | 48.32 | 0.74 | 0.49 |
| Hex | DA | B6 | 21 | 0 | 11 | 55 | F | 30 | 4A | 31 |
| Octal | 332 | 266 | 41 | 0 | 21 | 125 | 17 | 60 | 112 | 61 |
| Binary | 11011010 | 10110110 | 100001 | 0 | 10001 | 1010101 | 1111 | 110000 | 1001010 | 110001 |
Color Harmonies of #DAB621
Complementary color
Monochromatic Colors of #DAB621
Black with #DAB621
Text Example
Text Example
White with #DAB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB621; }
p { color: rgb(218,182,33); }
H1.HeaderClassName
{
color: #DAB621;
}
.AnyTagClassName
{
color: #DAB621;
}
</style>
background-color css
<style>
a { background-color: #DAB621; }
a { background-color: rgb(218,182,33); }
div.DivClassName
{
background-color: #DAB621;
}
.BgClassName
{
background-color: #DAB621;
}
</style>
border-color css
<style>
span { border-color: #DAB621; }
span { border-color: rgb(218,182,33); }
td.TdClassName
{
border-color: #DAB621;
}
.TagClassName
{
border-color: #DAB621;
}
</style>