Shades of Golden Fizz #DEDD1F
Tints of Golden Fizz #DEDD1F
RGB
CMYK
RGB Variations
Color information
#DEDD1F (or 0xDEDD1F) is known color: Golden Fizz. HEX triplet: DE, DD and 1F. RGB value is (222,221,31). Sum of RGB (Red+Green+Blue) = 222+221+31=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD1F is #2122E0. Grayscale: #C8C8C8. Windows color (decimal): -2171617 or 2088414. OLE color: 2088414.
HSL color Cylindrical-coordinate representation of color #DEDD1F: hue angle of 59.69º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEDD1F is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 31 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.13 |
| HSL | 59.69º | 0.75% | 0.5% | - |
| HSV(B) | 59.69º | 0.86% | 0.87% | - |
| XYZ | 56.23 | 67.34 | 11.33 | - |
| YUV | 199.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 31 | 0 | 0.00 | 0.86 | 0.13 | 59.69 | 0.75 | 0.5 |
| Hex | DE | DD | 1F | 0 | 0 | 56 | D | 3C | 4B | 32 |
| Octal | 336 | 335 | 37 | 0 | 0 | 126 | 15 | 74 | 113 | 62 |
| Binary | 11011110 | 11011101 | 11111 | 0 | 0 | 1010110 | 1101 | 111100 | 1001011 | 110010 |
Color Harmonies of #DEDD1F
Complementary color
Monochromatic Colors of #DEDD1F
Black with #DEDD1F
Text Example
Text Example
White with #DEDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD1F; }
p { color: rgb(222,221,31); }
H1.HeaderClassName
{
color: #DEDD1F;
}
.AnyTagClassName
{
color: #DEDD1F;
}
</style>
background-color css
<style>
a { background-color: #DEDD1F; }
a { background-color: rgb(222,221,31); }
div.DivClassName
{
background-color: #DEDD1F;
}
.BgClassName
{
background-color: #DEDD1F;
}
</style>
border-color css
<style>
span { border-color: #DEDD1F; }
span { border-color: rgb(222,221,31); }
td.TdClassName
{
border-color: #DEDD1F;
}
.TagClassName
{
border-color: #DEDD1F;
}
</style>