Shades of Metallic Gold #DAB341
Tints of Metallic Gold #DAB341
RGB
CMYK
RGB Variations
Color information
#DAB341 (or 0xDAB341) is known color: Metallic Gold. HEX triplet: DA, B3 and 41. RGB value is (218,179,65). Sum of RGB (Red+Green+Blue) = 218+179+65=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB341 is #254CBE. Grayscale: #B2B2B2. Windows color (decimal): -2444479 or 4305882. OLE color: 4305882.
HSL color Cylindrical-coordinate representation of color #DAB341: hue angle of 44.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB341 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 65 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.15 |
| HSL | 44.71º | 0.67% | 0.55% | - |
| HSV(B) | 44.71º | 0.7% | 0.85% | - |
| XYZ | 45.99 | 47.53 | 11.75 | - |
| YUV | 177.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 65 | 0 | 0.18 | 0.70 | 0.15 | 44.71 | 0.67 | 0.55 |
| Hex | DA | B3 | 41 | 0 | 12 | 46 | F | 2D | 43 | 37 |
| Octal | 332 | 263 | 101 | 0 | 22 | 106 | 17 | 55 | 103 | 67 |
| Binary | 11011010 | 10110011 | 1000001 | 0 | 10010 | 1000110 | 1111 | 101101 | 1000011 | 110111 |
Color Harmonies of #DAB341
Complementary color
Monochromatic Colors of #DAB341
Black with #DAB341
Text Example
Text Example
White with #DAB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB341; }
p { color: rgb(218,179,65); }
H1.HeaderClassName
{
color: #DAB341;
}
.AnyTagClassName
{
color: #DAB341;
}
</style>
background-color css
<style>
a { background-color: #DAB341; }
a { background-color: rgb(218,179,65); }
div.DivClassName
{
background-color: #DAB341;
}
.BgClassName
{
background-color: #DAB341;
}
</style>
border-color css
<style>
span { border-color: #DAB341; }
span { border-color: rgb(218,179,65); }
td.TdClassName
{
border-color: #DAB341;
}
.TagClassName
{
border-color: #DAB341;
}
</style>