Shades of Gold Tips #DEBD26
Tints of Gold Tips #DEBD26
RGB
CMYK
RGB Variations
Color information
#DEBD26 (or 0xDEBD26) is known color: Gold Tips. HEX triplet: DE, BD and 26. RGB value is (222,189,38). Sum of RGB (Red+Green+Blue) = 222+189+38=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD26 is #2142D9. Grayscale: #B6B6B6. Windows color (decimal): -2179802 or 2538974. OLE color: 2538974.
HSL color Cylindrical-coordinate representation of color #DEBD26: hue angle of 49.24º 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 #DEBD26 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 38 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.13 |
| HSL | 49.24º | 0.74% | 0.51% | - |
| HSV(B) | 49.24º | 0.83% | 0.87% | - |
| XYZ | 48.67 | 52.06 | 9.32 | - |
| YUV | 181.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 38 | 0 | 0.15 | 0.83 | 0.13 | 49.24 | 0.74 | 0.51 |
| Hex | DE | BD | 26 | 0 | F | 53 | D | 31 | 4A | 33 |
| Octal | 336 | 275 | 46 | 0 | 17 | 123 | 15 | 61 | 112 | 63 |
| Binary | 11011110 | 10111101 | 100110 | 0 | 1111 | 1010011 | 1101 | 110001 | 1001010 | 110011 |
Color Harmonies of #DEBD26
Complementary color
Monochromatic Colors of #DEBD26
Black with #DEBD26
Text Example
Text Example
White with #DEBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD26; }
p { color: rgb(222,189,38); }
H1.HeaderClassName
{
color: #DEBD26;
}
.AnyTagClassName
{
color: #DEBD26;
}
</style>
background-color css
<style>
a { background-color: #DEBD26; }
a { background-color: rgb(222,189,38); }
div.DivClassName
{
background-color: #DEBD26;
}
.BgClassName
{
background-color: #DEBD26;
}
</style>
border-color css
<style>
span { border-color: #DEBD26; }
span { border-color: rgb(222,189,38); }
td.TdClassName
{
border-color: #DEBD26;
}
.TagClassName
{
border-color: #DEBD26;
}
</style>