Shades of Gold Tips #DAB22D
Tints of Gold Tips #DAB22D
RGB
CMYK
RGB Variations
Color information
#DAB22D (or 0xDAB22D) is known color: Gold Tips. HEX triplet: DA, B2 and 2D. RGB value is (218,178,45). Sum of RGB (Red+Green+Blue) = 218+178+45=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB22D is #254DD2. Grayscale: #AFAFAF. Windows color (decimal): -2444755 or 2994906. OLE color: 2994906.
HSL color Cylindrical-coordinate representation of color #DAB22D: hue angle of 46.13º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAB22D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 45 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.15 |
| HSL | 46.13º | 0.7% | 0.52% | - |
| HSV(B) | 46.13º | 0.79% | 0.85% | - |
| XYZ | 45.31 | 46.94 | 9.15 | - |
| YUV | 174.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 45 | 0 | 0.18 | 0.79 | 0.15 | 46.13 | 0.7 | 0.52 |
| Hex | DA | B2 | 2D | 0 | 12 | 4F | F | 2E | 46 | 34 |
| Octal | 332 | 262 | 55 | 0 | 22 | 117 | 17 | 56 | 106 | 64 |
| Binary | 11011010 | 10110010 | 101101 | 0 | 10010 | 1001111 | 1111 | 101110 | 1000110 | 110100 |
Color Harmonies of #DAB22D
Complementary color
Monochromatic Colors of #DAB22D
Black with #DAB22D
Text Example
Text Example
White with #DAB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB22D; }
p { color: rgb(218,178,45); }
H1.HeaderClassName
{
color: #DAB22D;
}
.AnyTagClassName
{
color: #DAB22D;
}
</style>
background-color css
<style>
a { background-color: #DAB22D; }
a { background-color: rgb(218,178,45); }
div.DivClassName
{
background-color: #DAB22D;
}
.BgClassName
{
background-color: #DAB22D;
}
</style>
border-color css
<style>
span { border-color: #DAB22D; }
span { border-color: rgb(218,178,45); }
td.TdClassName
{
border-color: #DAB22D;
}
.TagClassName
{
border-color: #DAB22D;
}
</style>