Shades of Metallic Gold #DAB234
Tints of Metallic Gold #DAB234
RGB
CMYK
RGB Variations
Color information
#DAB234 (or 0xDAB234) is known color: Metallic Gold. HEX triplet: DA, B2 and 34. RGB value is (218,178,52). Sum of RGB (Red+Green+Blue) = 218+178+52=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB234 is #254DCB. Grayscale: #B0B0B0. Windows color (decimal): -2444748 or 3453658. OLE color: 3453658.
HSL color Cylindrical-coordinate representation of color #DAB234: hue angle of 45.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAB234 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.15 |
| HSL | 45.54º | 0.69% | 0.53% | - |
| HSV(B) | 45.54º | 0.76% | 0.85% | - |
| XYZ | 45.45 | 46.99 | 9.92 | - |
| YUV | 175.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 52 | 0 | 0.18 | 0.76 | 0.15 | 45.54 | 0.69 | 0.53 |
| Hex | DA | B2 | 34 | 0 | 12 | 4C | F | 2E | 45 | 35 |
| Octal | 332 | 262 | 64 | 0 | 22 | 114 | 17 | 56 | 105 | 65 |
| Binary | 11011010 | 10110010 | 110100 | 0 | 10010 | 1001100 | 1111 | 101110 | 1000101 | 110101 |
Color Harmonies of #DAB234
Complementary color
Monochromatic Colors of #DAB234
Black with #DAB234
Text Example
Text Example
White with #DAB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB234; }
p { color: rgb(218,178,52); }
H1.HeaderClassName
{
color: #DAB234;
}
.AnyTagClassName
{
color: #DAB234;
}
</style>
background-color css
<style>
a { background-color: #DAB234; }
a { background-color: rgb(218,178,52); }
div.DivClassName
{
background-color: #DAB234;
}
.BgClassName
{
background-color: #DAB234;
}
</style>
border-color css
<style>
span { border-color: #DAB234; }
span { border-color: rgb(218,178,52); }
td.TdClassName
{
border-color: #DAB234;
}
.TagClassName
{
border-color: #DAB234;
}
</style>