Shades of Metallic Gold #DABB30
Tints of Metallic Gold #DABB30
RGB
CMYK
RGB Variations
Color information
#DABB30 (or 0xDABB30) is known color: Metallic Gold. HEX triplet: DA, BB and 30. RGB value is (218,187,48). Sum of RGB (Red+Green+Blue) = 218+187+48=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB30 is #2544CF. Grayscale: #B5B5B5. Windows color (decimal): -2442448 or 3193818. OLE color: 3193818.
HSL color Cylindrical-coordinate representation of color #DABB30: hue angle of 49.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DABB30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.15 |
| HSL | 49.06º | 0.7% | 0.52% | - |
| HSV(B) | 49.06º | 0.78% | 0.85% | - |
| XYZ | 47.22 | 50.66 | 10.09 | - |
| YUV | 180.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 48 | 0 | 0.14 | 0.78 | 0.15 | 49.06 | 0.7 | 0.52 |
| Hex | DA | BB | 30 | 0 | E | 4E | F | 31 | 46 | 34 |
| Octal | 332 | 273 | 60 | 0 | 16 | 116 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111011 | 110000 | 0 | 1110 | 1001110 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABB30
Complementary color
Monochromatic Colors of #DABB30
Black with #DABB30
Text Example
Text Example
White with #DABB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB30; }
p { color: rgb(218,187,48); }
H1.HeaderClassName
{
color: #DABB30;
}
.AnyTagClassName
{
color: #DABB30;
}
</style>
background-color css
<style>
a { background-color: #DABB30; }
a { background-color: rgb(218,187,48); }
div.DivClassName
{
background-color: #DABB30;
}
.BgClassName
{
background-color: #DABB30;
}
</style>
border-color css
<style>
span { border-color: #DABB30; }
span { border-color: rgb(218,187,48); }
td.TdClassName
{
border-color: #DABB30;
}
.TagClassName
{
border-color: #DABB30;
}
</style>