Shades of Metallic Gold #DEBB3C
Tints of Metallic Gold #DEBB3C
RGB
CMYK
RGB Variations
Color information
#DEBB3C (or 0xDEBB3C) is known color: Metallic Gold. HEX triplet: DE, BB and 3C. RGB value is (222,187,60). Sum of RGB (Red+Green+Blue) = 222+187+60=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB3C is #2144C3. Grayscale: #B7B7B7. Windows color (decimal): -2180292 or 3980254. OLE color: 3980254.
HSL color Cylindrical-coordinate representation of color #DEBB3C: hue angle of 47.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEBB3C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 60 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.13 |
| HSL | 47.04º | 0.71% | 0.55% | - |
| HSV(B) | 47.04º | 0.73% | 0.87% | - |
| XYZ | 48.71 | 51.4 | 11.63 | - |
| YUV | 182.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 60 | 0 | 0.16 | 0.73 | 0.13 | 47.04 | 0.71 | 0.55 |
| Hex | DE | BB | 3C | 0 | 10 | 49 | D | 2F | 47 | 37 |
| Octal | 336 | 273 | 74 | 0 | 20 | 111 | 15 | 57 | 107 | 67 |
| Binary | 11011110 | 10111011 | 111100 | 0 | 10000 | 1001001 | 1101 | 101111 | 1000111 | 110111 |
Color Harmonies of #DEBB3C
Complementary color
Monochromatic Colors of #DEBB3C
Black with #DEBB3C
Text Example
Text Example
White with #DEBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB3C; }
p { color: rgb(222,187,60); }
H1.HeaderClassName
{
color: #DEBB3C;
}
.AnyTagClassName
{
color: #DEBB3C;
}
</style>
background-color css
<style>
a { background-color: #DEBB3C; }
a { background-color: rgb(222,187,60); }
div.DivClassName
{
background-color: #DEBB3C;
}
.BgClassName
{
background-color: #DEBB3C;
}
</style>
border-color css
<style>
span { border-color: #DEBB3C; }
span { border-color: rgb(222,187,60); }
td.TdClassName
{
border-color: #DEBB3C;
}
.TagClassName
{
border-color: #DEBB3C;
}
</style>