Shades of Golden Fizz #DEDB25
Tints of Golden Fizz #DEDB25
RGB
CMYK
RGB Variations
Color information
#DEDB25 (or 0xDEDB25) is known color: Golden Fizz. HEX triplet: DE, DB and 25. RGB value is (222,219,37). Sum of RGB (Red+Green+Blue) = 222+219+37=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB25 is #2124DA. Grayscale: #C7C7C7. Windows color (decimal): -2172123 or 2481118. OLE color: 2481118.
HSL color Cylindrical-coordinate representation of color #DEDB25: hue angle of 59.03º 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 #DEDB25 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 37 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.13 |
| HSL | 59.03º | 0.74% | 0.51% | - |
| HSV(B) | 59.03º | 0.83% | 0.87% | - |
| XYZ | 55.79 | 66.33 | 11.61 | - |
| YUV | 199.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 37 | 0 | 0.01 | 0.83 | 0.13 | 59.03 | 0.74 | 0.51 |
| Hex | DE | DB | 25 | 0 | 1 | 53 | D | 3B | 4A | 33 |
| Octal | 336 | 333 | 45 | 0 | 1 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011011 | 100101 | 0 | 1 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDB25
Complementary color
Monochromatic Colors of #DEDB25
Black with #DEDB25
Text Example
Text Example
White with #DEDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB25; }
p { color: rgb(222,219,37); }
H1.HeaderClassName
{
color: #DEDB25;
}
.AnyTagClassName
{
color: #DEDB25;
}
</style>
background-color css
<style>
a { background-color: #DEDB25; }
a { background-color: rgb(222,219,37); }
div.DivClassName
{
background-color: #DEDB25;
}
.BgClassName
{
background-color: #DEDB25;
}
</style>
border-color css
<style>
span { border-color: #DEDB25; }
span { border-color: rgb(222,219,37); }
td.TdClassName
{
border-color: #DEDB25;
}
.TagClassName
{
border-color: #DEDB25;
}
</style>