Shades of Gold Tips #DEBB32
Tints of Gold Tips #DEBB32
RGB
CMYK
RGB Variations
Color information
#DEBB32 (or 0xDEBB32) is known color: Gold Tips. HEX triplet: DE, BB and 32. RGB value is (222,187,50). Sum of RGB (Red+Green+Blue) = 222+187+50=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB32 is #2144CD. Grayscale: #B6B6B6. Windows color (decimal): -2180302 or 3324894. OLE color: 3324894.
HSL color Cylindrical-coordinate representation of color #DEBB32: hue angle of 47.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEBB32 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.13 |
| HSL | 47.79º | 0.72% | 0.53% | - |
| HSV(B) | 47.79º | 0.77% | 0.87% | - |
| XYZ | 48.47 | 51.3 | 10.36 | - |
| YUV | 181.85 | 53.6 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 50 | 0 | 0.16 | 0.77 | 0.13 | 47.79 | 0.72 | 0.53 |
| Hex | DE | BB | 32 | 0 | 10 | 4D | D | 30 | 48 | 35 |
| Octal | 336 | 273 | 62 | 0 | 20 | 115 | 15 | 60 | 110 | 65 |
| Binary | 11011110 | 10111011 | 110010 | 0 | 10000 | 1001101 | 1101 | 110000 | 1001000 | 110101 |
Color Harmonies of #DEBB32
Complementary color
Monochromatic Colors of #DEBB32
Black with #DEBB32
Text Example
Text Example
White with #DEBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB32; }
p { color: rgb(222,187,50); }
H1.HeaderClassName
{
color: #DEBB32;
}
.AnyTagClassName
{
color: #DEBB32;
}
</style>
background-color css
<style>
a { background-color: #DEBB32; }
a { background-color: rgb(222,187,50); }
div.DivClassName
{
background-color: #DEBB32;
}
.BgClassName
{
background-color: #DEBB32;
}
</style>
border-color css
<style>
span { border-color: #DEBB32; }
span { border-color: rgb(222,187,50); }
td.TdClassName
{
border-color: #DEBB32;
}
.TagClassName
{
border-color: #DEBB32;
}
</style>