Shades of Gold Tips #DAB22A
Tints of Gold Tips #DAB22A
RGB
CMYK
RGB Variations
Color information
#DAB22A (or 0xDAB22A) is known color: Gold Tips. HEX triplet: DA, B2 and 2A. RGB value is (218,178,42). Sum of RGB (Red+Green+Blue) = 218+178+42=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB22A is #254DD5. Grayscale: #AFAFAF. Windows color (decimal): -2444758 or 2798298. OLE color: 2798298.
HSL color Cylindrical-coordinate representation of color #DAB22A: hue angle of 46.36º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAB22A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.15 |
| HSL | 46.36º | 0.7% | 0.51% | - |
| HSV(B) | 46.36º | 0.81% | 0.85% | - |
| XYZ | 45.25 | 46.91 | 8.86 | - |
| YUV | 174.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 42 | 0 | 0.18 | 0.81 | 0.15 | 46.36 | 0.7 | 0.51 |
| Hex | DA | B2 | 2A | 0 | 12 | 51 | F | 2E | 46 | 33 |
| Octal | 332 | 262 | 52 | 0 | 22 | 121 | 17 | 56 | 106 | 63 |
| Binary | 11011010 | 10110010 | 101010 | 0 | 10010 | 1010001 | 1111 | 101110 | 1000110 | 110011 |
Color Harmonies of #DAB22A
Complementary color
Monochromatic Colors of #DAB22A
Black with #DAB22A
Text Example
Text Example
White with #DAB22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB22A; }
p { color: rgb(218,178,42); }
H1.HeaderClassName
{
color: #DAB22A;
}
.AnyTagClassName
{
color: #DAB22A;
}
</style>
background-color css
<style>
a { background-color: #DAB22A; }
a { background-color: rgb(218,178,42); }
div.DivClassName
{
background-color: #DAB22A;
}
.BgClassName
{
background-color: #DAB22A;
}
</style>
border-color css
<style>
span { border-color: #DAB22A; }
span { border-color: rgb(218,178,42); }
td.TdClassName
{
border-color: #DAB22A;
}
.TagClassName
{
border-color: #DAB22A;
}
</style>