Shades of Metallic Gold #DAB139
Tints of Metallic Gold #DAB139
RGB
CMYK
RGB Variations
Color information
#DAB139 (or 0xDAB139) is known color: Metallic Gold. HEX triplet: DA, B1 and 39. RGB value is (218,177,57). Sum of RGB (Red+Green+Blue) = 218+177+57=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB139 is #254EC6. Grayscale: #B0B0B0. Windows color (decimal): -2444999 or 3781082. OLE color: 3781082.
HSL color Cylindrical-coordinate representation of color #DAB139: hue angle of 44.72º 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 #DAB139 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 57 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.15 |
| HSL | 44.72º | 0.69% | 0.54% | - |
| HSV(B) | 44.72º | 0.74% | 0.85% | - |
| XYZ | 45.37 | 46.65 | 10.48 | - |
| YUV | 175.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 57 | 0 | 0.19 | 0.74 | 0.15 | 44.72 | 0.69 | 0.54 |
| Hex | DA | B1 | 39 | 0 | 13 | 4A | F | 2D | 45 | 36 |
| Octal | 332 | 261 | 71 | 0 | 23 | 112 | 17 | 55 | 105 | 66 |
| Binary | 11011010 | 10110001 | 111001 | 0 | 10011 | 1001010 | 1111 | 101101 | 1000101 | 110110 |
Color Harmonies of #DAB139
Complementary color
Monochromatic Colors of #DAB139
Black with #DAB139
Text Example
Text Example
White with #DAB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB139; }
p { color: rgb(218,177,57); }
H1.HeaderClassName
{
color: #DAB139;
}
.AnyTagClassName
{
color: #DAB139;
}
</style>
background-color css
<style>
a { background-color: #DAB139; }
a { background-color: rgb(218,177,57); }
div.DivClassName
{
background-color: #DAB139;
}
.BgClassName
{
background-color: #DAB139;
}
</style>
border-color css
<style>
span { border-color: #DAB139; }
span { border-color: rgb(218,177,57); }
td.TdClassName
{
border-color: #DAB139;
}
.TagClassName
{
border-color: #DAB139;
}
</style>