Shades of Gold Tips #DEBA25
Tints of Gold Tips #DEBA25
RGB
CMYK
RGB Variations
Color information
#DEBA25 (or 0xDEBA25) is known color: Gold Tips. HEX triplet: DE, BA and 25. RGB value is (222,186,37). Sum of RGB (Red+Green+Blue) = 222+186+37=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA25 is #2145DA. Grayscale: #B4B4B4. Windows color (decimal): -2180571 or 2472670. OLE color: 2472670.
HSL color Cylindrical-coordinate representation of color #DEBA25: hue angle of 48.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEBA25 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 37 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.13 |
| HSL | 48.32º | 0.74% | 0.51% | - |
| HSV(B) | 48.32º | 0.83% | 0.87% | - |
| XYZ | 48.02 | 50.78 | 9.02 | - |
| YUV | 179.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 37 | 0 | 0.16 | 0.83 | 0.13 | 48.32 | 0.74 | 0.51 |
| Hex | DE | BA | 25 | 0 | 10 | 53 | D | 30 | 4A | 33 |
| Octal | 336 | 272 | 45 | 0 | 20 | 123 | 15 | 60 | 112 | 63 |
| Binary | 11011110 | 10111010 | 100101 | 0 | 10000 | 1010011 | 1101 | 110000 | 1001010 | 110011 |
Color Harmonies of #DEBA25
Complementary color
Monochromatic Colors of #DEBA25
Black with #DEBA25
Text Example
Text Example
White with #DEBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA25; }
p { color: rgb(222,186,37); }
H1.HeaderClassName
{
color: #DEBA25;
}
.AnyTagClassName
{
color: #DEBA25;
}
</style>
background-color css
<style>
a { background-color: #DEBA25; }
a { background-color: rgb(222,186,37); }
div.DivClassName
{
background-color: #DEBA25;
}
.BgClassName
{
background-color: #DEBA25;
}
</style>
border-color css
<style>
span { border-color: #DEBA25; }
span { border-color: rgb(222,186,37); }
td.TdClassName
{
border-color: #DEBA25;
}
.TagClassName
{
border-color: #DEBA25;
}
</style>