Shades of Metallic Gold #DEBA3A
Tints of Metallic Gold #DEBA3A
RGB
CMYK
RGB Variations
Color information
#DEBA3A (or 0xDEBA3A) is known color: Metallic Gold. HEX triplet: DE, BA and 3A. RGB value is (222,186,58). Sum of RGB (Red+Green+Blue) = 222+186+58=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA3A is #2145C5. Grayscale: #B6B6B6. Windows color (decimal): -2180550 or 3848926. OLE color: 3848926.
HSL color Cylindrical-coordinate representation of color #DEBA3A: hue angle of 46.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEBA3A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 58 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.13 |
| HSL | 46.83º | 0.71% | 0.55% | - |
| HSV(B) | 46.83º | 0.74% | 0.87% | - |
| XYZ | 48.45 | 50.95 | 11.28 | - |
| YUV | 182.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 58 | 0 | 0.16 | 0.74 | 0.13 | 46.83 | 0.71 | 0.55 |
| Hex | DE | BA | 3A | 0 | 10 | 4A | D | 2F | 47 | 37 |
| Octal | 336 | 272 | 72 | 0 | 20 | 112 | 15 | 57 | 107 | 67 |
| Binary | 11011110 | 10111010 | 111010 | 0 | 10000 | 1001010 | 1101 | 101111 | 1000111 | 110111 |
Color Harmonies of #DEBA3A
Complementary color
Monochromatic Colors of #DEBA3A
Black with #DEBA3A
Text Example
Text Example
White with #DEBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA3A; }
p { color: rgb(222,186,58); }
H1.HeaderClassName
{
color: #DEBA3A;
}
.AnyTagClassName
{
color: #DEBA3A;
}
</style>
background-color css
<style>
a { background-color: #DEBA3A; }
a { background-color: rgb(222,186,58); }
div.DivClassName
{
background-color: #DEBA3A;
}
.BgClassName
{
background-color: #DEBA3A;
}
</style>
border-color css
<style>
span { border-color: #DEBA3A; }
span { border-color: rgb(222,186,58); }
td.TdClassName
{
border-color: #DEBA3A;
}
.TagClassName
{
border-color: #DEBA3A;
}
</style>