Shades of Gold Tips #DAB321
Tints of Gold Tips #DAB321
RGB
CMYK
RGB Variations
Color information
#DAB321 (or 0xDAB321) is known color: Gold Tips. HEX triplet: DA, B3 and 21. RGB value is (218,179,33). Sum of RGB (Red+Green+Blue) = 218+179+33=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB321 is #254CDE. Grayscale: #AEAEAE. Windows color (decimal): -2444511 or 2208730. OLE color: 2208730.
HSL color Cylindrical-coordinate representation of color #DAB321: hue angle of 47.35º 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 #DAB321 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.15 |
| HSL | 47.35º | 0.74% | 0.49% | - |
| HSV(B) | 47.35º | 0.85% | 0.85% | - |
| XYZ | 45.31 | 47.26 | 8.17 | - |
| YUV | 174.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 33 | 0 | 0.18 | 0.85 | 0.15 | 47.35 | 0.74 | 0.49 |
| Hex | DA | B3 | 21 | 0 | 12 | 55 | F | 2F | 4A | 31 |
| Octal | 332 | 263 | 41 | 0 | 22 | 125 | 17 | 57 | 112 | 61 |
| Binary | 11011010 | 10110011 | 100001 | 0 | 10010 | 1010101 | 1111 | 101111 | 1001010 | 110001 |
Color Harmonies of #DAB321
Complementary color
Monochromatic Colors of #DAB321
Black with #DAB321
Text Example
Text Example
White with #DAB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB321; }
p { color: rgb(218,179,33); }
H1.HeaderClassName
{
color: #DAB321;
}
.AnyTagClassName
{
color: #DAB321;
}
</style>
background-color css
<style>
a { background-color: #DAB321; }
a { background-color: rgb(218,179,33); }
div.DivClassName
{
background-color: #DAB321;
}
.BgClassName
{
background-color: #DAB321;
}
</style>
border-color css
<style>
span { border-color: #DAB321; }
span { border-color: rgb(218,179,33); }
td.TdClassName
{
border-color: #DAB321;
}
.TagClassName
{
border-color: #DAB321;
}
</style>