Shades of Golden Fizz #DEDA25
Tints of Golden Fizz #DEDA25
RGB
CMYK
RGB Variations
Color information
#DEDA25 (or 0xDEDA25) is known color: Golden Fizz. HEX triplet: DE, DA and 25. RGB value is (222,218,37). Sum of RGB (Red+Green+Blue) = 222+218+37=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA25 is #2125DA. Grayscale: #C7C7C7. Windows color (decimal): -2172379 or 2480862. OLE color: 2480862.
HSL color Cylindrical-coordinate representation of color #DEDA25: hue angle of 58.7º 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 #DEDA25 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.13 |
| HSL | 58.7º | 0.74% | 0.51% | - |
| HSV(B) | 58.7º | 0.83% | 0.87% | - |
| XYZ | 55.53 | 65.81 | 11.53 | - |
| YUV | 198.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 37 | 0 | 0.02 | 0.83 | 0.13 | 58.7 | 0.74 | 0.51 |
| Hex | DE | DA | 25 | 0 | 2 | 53 | D | 3B | 4A | 33 |
| Octal | 336 | 332 | 45 | 0 | 2 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011010 | 100101 | 0 | 10 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDA25
Complementary color
Monochromatic Colors of #DEDA25
Black with #DEDA25
Text Example
Text Example
White with #DEDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA25; }
p { color: rgb(222,218,37); }
H1.HeaderClassName
{
color: #DEDA25;
}
.AnyTagClassName
{
color: #DEDA25;
}
</style>
background-color css
<style>
a { background-color: #DEDA25; }
a { background-color: rgb(222,218,37); }
div.DivClassName
{
background-color: #DEDA25;
}
.BgClassName
{
background-color: #DEDA25;
}
</style>
border-color css
<style>
span { border-color: #DEDA25; }
span { border-color: rgb(222,218,37); }
td.TdClassName
{
border-color: #DEDA25;
}
.TagClassName
{
border-color: #DEDA25;
}
</style>