Shades of Gold Tips #DAB32A
Tints of Gold Tips #DAB32A
RGB
CMYK
RGB Variations
Color information
#DAB32A (or 0xDAB32A) is known color: Gold Tips. HEX triplet: DA, B3 and 2A. RGB value is (218,179,42). Sum of RGB (Red+Green+Blue) = 218+179+42=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32A is #254CD5. Grayscale: #AFAFAF. Windows color (decimal): -2444502 or 2798554. OLE color: 2798554.
HSL color Cylindrical-coordinate representation of color #DAB32A: hue angle of 46.7º 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 #DAB32A is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 42 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.15 |
| HSL | 46.7º | 0.7% | 0.51% | - |
| HSV(B) | 46.7º | 0.81% | 0.85% | - |
| XYZ | 45.45 | 47.31 | 8.93 | - |
| YUV | 175.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 42 | 0 | 0.18 | 0.81 | 0.15 | 46.7 | 0.7 | 0.51 |
| Hex | DA | B3 | 2A | 0 | 12 | 51 | F | 2F | 46 | 33 |
| Octal | 332 | 263 | 52 | 0 | 22 | 121 | 17 | 57 | 106 | 63 |
| Binary | 11011010 | 10110011 | 101010 | 0 | 10010 | 1010001 | 1111 | 101111 | 1000110 | 110011 |
Color Harmonies of #DAB32A
Complementary color
Monochromatic Colors of #DAB32A
Black with #DAB32A
Text Example
Text Example
White with #DAB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB32A; }
p { color: rgb(218,179,42); }
H1.HeaderClassName
{
color: #DAB32A;
}
.AnyTagClassName
{
color: #DAB32A;
}
</style>
background-color css
<style>
a { background-color: #DAB32A; }
a { background-color: rgb(218,179,42); }
div.DivClassName
{
background-color: #DAB32A;
}
.BgClassName
{
background-color: #DAB32A;
}
</style>
border-color css
<style>
span { border-color: #DAB32A; }
span { border-color: rgb(218,179,42); }
td.TdClassName
{
border-color: #DAB32A;
}
.TagClassName
{
border-color: #DAB32A;
}
</style>