Shades of Gold Tips #DAB422
Tints of Gold Tips #DAB422
RGB
CMYK
RGB Variations
Color information
#DAB422 (or 0xDAB422) is known color: Gold Tips. HEX triplet: DA, B4 and 22. RGB value is (218,180,34). Sum of RGB (Red+Green+Blue) = 218+180+34=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB422 is #254BDD. Grayscale: #AFAFAF. Windows color (decimal): -2444254 or 2274522. OLE color: 2274522.
HSL color Cylindrical-coordinate representation of color #DAB422: hue angle of 47.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAB422 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 34 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.15 |
| HSL | 47.61º | 0.73% | 0.49% | - |
| HSV(B) | 47.61º | 0.84% | 0.85% | - |
| XYZ | 45.52 | 47.66 | 8.31 | - |
| YUV | 174.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 34 | 0 | 0.17 | 0.84 | 0.15 | 47.61 | 0.73 | 0.49 |
| Hex | DA | B4 | 22 | 0 | 11 | 54 | F | 30 | 49 | 31 |
| Octal | 332 | 264 | 42 | 0 | 21 | 124 | 17 | 60 | 111 | 61 |
| Binary | 11011010 | 10110100 | 100010 | 0 | 10001 | 1010100 | 1111 | 110000 | 1001001 | 110001 |
Color Harmonies of #DAB422
Complementary color
Monochromatic Colors of #DAB422
Black with #DAB422
Text Example
Text Example
White with #DAB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB422; }
p { color: rgb(218,180,34); }
H1.HeaderClassName
{
color: #DAB422;
}
.AnyTagClassName
{
color: #DAB422;
}
</style>
background-color css
<style>
a { background-color: #DAB422; }
a { background-color: rgb(218,180,34); }
div.DivClassName
{
background-color: #DAB422;
}
.BgClassName
{
background-color: #DAB422;
}
</style>
border-color css
<style>
span { border-color: #DAB422; }
span { border-color: rgb(218,180,34); }
td.TdClassName
{
border-color: #DAB422;
}
.TagClassName
{
border-color: #DAB422;
}
</style>