Shades of Gold Tips #DEBB2B
Tints of Gold Tips #DEBB2B
RGB
CMYK
RGB Variations
Color information
#DEBB2B (or 0xDEBB2B) is known color: Gold Tips. HEX triplet: DE, BB and 2B. RGB value is (222,187,43). Sum of RGB (Red+Green+Blue) = 222+187+43=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB2B is #2144D4. Grayscale: #B5B5B5. Windows color (decimal): -2180309 or 2866142. OLE color: 2866142.
HSL color Cylindrical-coordinate representation of color #DEBB2B: hue angle of 48.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEBB2B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 43 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 48.27º | 0.73% | 0.52% | - |
| HSV(B) | 48.27º | 0.81% | 0.87% | - |
| XYZ | 48.33 | 51.24 | 9.63 | - |
| YUV | 181.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 43 | 0 | 0.16 | 0.81 | 0.13 | 48.27 | 0.73 | 0.52 |
| Hex | DE | BB | 2B | 0 | 10 | 51 | D | 30 | 49 | 34 |
| Octal | 336 | 273 | 53 | 0 | 20 | 121 | 15 | 60 | 111 | 64 |
| Binary | 11011110 | 10111011 | 101011 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001001 | 110100 |
Color Harmonies of #DEBB2B
Complementary color
Monochromatic Colors of #DEBB2B
Black with #DEBB2B
Text Example
Text Example
White with #DEBB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB2B; }
p { color: rgb(222,187,43); }
H1.HeaderClassName
{
color: #DEBB2B;
}
.AnyTagClassName
{
color: #DEBB2B;
}
</style>
background-color css
<style>
a { background-color: #DEBB2B; }
a { background-color: rgb(222,187,43); }
div.DivClassName
{
background-color: #DEBB2B;
}
.BgClassName
{
background-color: #DEBB2B;
}
</style>
border-color css
<style>
span { border-color: #DEBB2B; }
span { border-color: rgb(222,187,43); }
td.TdClassName
{
border-color: #DEBB2B;
}
.TagClassName
{
border-color: #DEBB2B;
}
</style>