Shades of Gold Tips #DEBB30
Tints of Gold Tips #DEBB30
RGB
CMYK
RGB Variations
Color information
#DEBB30 (or 0xDEBB30) is known color: Gold Tips. HEX triplet: DE, BB and 30. RGB value is (222,187,48). Sum of RGB (Red+Green+Blue) = 222+187+48=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB30 is #2144CF. Grayscale: #B6B6B6. Windows color (decimal): -2180304 or 3193822. OLE color: 3193822.
HSL color Cylindrical-coordinate representation of color #DEBB30: hue angle of 47.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEBB30 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 48 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.13 |
| HSL | 47.93º | 0.73% | 0.53% | - |
| HSV(B) | 47.93º | 0.78% | 0.87% | - |
| XYZ | 48.43 | 51.28 | 10.14 | - |
| YUV | 181.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 48 | 0 | 0.16 | 0.78 | 0.13 | 47.93 | 0.73 | 0.53 |
| Hex | DE | BB | 30 | 0 | 10 | 4E | D | 30 | 48 | 35 |
| Octal | 336 | 273 | 60 | 0 | 20 | 116 | 15 | 60 | 110 | 65 |
| Binary | 11011110 | 10111011 | 110000 | 0 | 10000 | 1001110 | 1101 | 110000 | 1001000 | 110101 |
Color Harmonies of #DEBB30
Complementary color
Monochromatic Colors of #DEBB30
Black with #DEBB30
Text Example
Text Example
White with #DEBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB30; }
p { color: rgb(222,187,48); }
H1.HeaderClassName
{
color: #DEBB30;
}
.AnyTagClassName
{
color: #DEBB30;
}
</style>
background-color css
<style>
a { background-color: #DEBB30; }
a { background-color: rgb(222,187,48); }
div.DivClassName
{
background-color: #DEBB30;
}
.BgClassName
{
background-color: #DEBB30;
}
</style>
border-color css
<style>
span { border-color: #DEBB30; }
span { border-color: rgb(222,187,48); }
td.TdClassName
{
border-color: #DEBB30;
}
.TagClassName
{
border-color: #DEBB30;
}
</style>