Shades of Metallic Gold #DAB339
Tints of Metallic Gold #DAB339
RGB
CMYK
RGB Variations
Color information
#DAB339 (or 0xDAB339) is known color: Metallic Gold. HEX triplet: DA, B3 and 39. RGB value is (218,179,57). Sum of RGB (Red+Green+Blue) = 218+179+57=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB339 is #254CC6. Grayscale: #B1B1B1. Windows color (decimal): -2444487 or 3781594. OLE color: 3781594.
HSL color Cylindrical-coordinate representation of color #DAB339: hue angle of 45.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAB339 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 57 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.15 |
| HSL | 45.47º | 0.69% | 0.54% | - |
| HSV(B) | 45.47º | 0.74% | 0.85% | - |
| XYZ | 45.77 | 47.44 | 10.62 | - |
| YUV | 176.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 57 | 0 | 0.18 | 0.74 | 0.15 | 45.47 | 0.69 | 0.54 |
| Hex | DA | B3 | 39 | 0 | 12 | 4A | F | 2D | 45 | 36 |
| Octal | 332 | 263 | 71 | 0 | 22 | 112 | 17 | 55 | 105 | 66 |
| Binary | 11011010 | 10110011 | 111001 | 0 | 10010 | 1001010 | 1111 | 101101 | 1000101 | 110110 |
Color Harmonies of #DAB339
Complementary color
Monochromatic Colors of #DAB339
Black with #DAB339
Text Example
Text Example
White with #DAB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB339; }
p { color: rgb(218,179,57); }
H1.HeaderClassName
{
color: #DAB339;
}
.AnyTagClassName
{
color: #DAB339;
}
</style>
background-color css
<style>
a { background-color: #DAB339; }
a { background-color: rgb(218,179,57); }
div.DivClassName
{
background-color: #DAB339;
}
.BgClassName
{
background-color: #DAB339;
}
</style>
border-color css
<style>
span { border-color: #DAB339; }
span { border-color: rgb(218,179,57); }
td.TdClassName
{
border-color: #DAB339;
}
.TagClassName
{
border-color: #DAB339;
}
</style>