Shades of Gold Tips #DEBB2E
Tints of Gold Tips #DEBB2E
RGB
CMYK
RGB Variations
Color information
#DEBB2E (or 0xDEBB2E) is known color: Gold Tips. HEX triplet: DE, BB and 2E. RGB value is (222,187,46). Sum of RGB (Red+Green+Blue) = 222+187+46=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB2E is #2144D1. Grayscale: #B5B5B5. Windows color (decimal): -2180306 or 3062750. OLE color: 3062750.
HSL color Cylindrical-coordinate representation of color #DEBB2E: hue angle of 48.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEBB2E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 46 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.13 |
| HSL | 48.07º | 0.73% | 0.53% | - |
| HSV(B) | 48.07º | 0.79% | 0.87% | - |
| XYZ | 48.39 | 51.27 | 9.93 | - |
| YUV | 181.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 46 | 0 | 0.16 | 0.79 | 0.13 | 48.07 | 0.73 | 0.53 |
| Hex | DE | BB | 2E | 0 | 10 | 4F | D | 30 | 49 | 35 |
| Octal | 336 | 273 | 56 | 0 | 20 | 117 | 15 | 60 | 111 | 65 |
| Binary | 11011110 | 10111011 | 101110 | 0 | 10000 | 1001111 | 1101 | 110000 | 1001001 | 110101 |
Color Harmonies of #DEBB2E
Complementary color
Monochromatic Colors of #DEBB2E
Black with #DEBB2E
Text Example
Text Example
White with #DEBB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB2E; }
p { color: rgb(222,187,46); }
H1.HeaderClassName
{
color: #DEBB2E;
}
.AnyTagClassName
{
color: #DEBB2E;
}
</style>
background-color css
<style>
a { background-color: #DEBB2E; }
a { background-color: rgb(222,187,46); }
div.DivClassName
{
background-color: #DEBB2E;
}
.BgClassName
{
background-color: #DEBB2E;
}
</style>
border-color css
<style>
span { border-color: #DEBB2E; }
span { border-color: rgb(222,187,46); }
td.TdClassName
{
border-color: #DEBB2E;
}
.TagClassName
{
border-color: #DEBB2E;
}
</style>