Shades of Golden Fizz #DEDD1B
Tints of Golden Fizz #DEDD1B
RGB
CMYK
RGB Variations
Color information
#DEDD1B (or 0xDEDD1B) is known color: Golden Fizz. HEX triplet: DE, DD and 1B. RGB value is (222,221,27). Sum of RGB (Red+Green+Blue) = 222+221+27=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD1B is #2122E4. Grayscale: #C7C7C7. Windows color (decimal): -2171621 or 1826270. OLE color: 1826270.
HSL color Cylindrical-coordinate representation of color #DEDD1B: hue angle of 59.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEDD1B is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 27 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.13 |
| HSL | 59.69º | 0.78% | 0.49% | - |
| HSV(B) | 59.69º | 0.88% | 0.87% | - |
| XYZ | 56.18 | 67.32 | 11.07 | - |
| YUV | 199.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 27 | 0 | 0.00 | 0.88 | 0.13 | 59.69 | 0.78 | 0.49 |
| Hex | DE | DD | 1B | 0 | 0 | 58 | D | 3C | 4E | 31 |
| Octal | 336 | 335 | 33 | 0 | 0 | 130 | 15 | 74 | 116 | 61 |
| Binary | 11011110 | 11011101 | 11011 | 0 | 0 | 1011000 | 1101 | 111100 | 1001110 | 110001 |
Color Harmonies of #DEDD1B
Complementary color
Monochromatic Colors of #DEDD1B
Black with #DEDD1B
Text Example
Text Example
White with #DEDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD1B; }
p { color: rgb(222,221,27); }
H1.HeaderClassName
{
color: #DEDD1B;
}
.AnyTagClassName
{
color: #DEDD1B;
}
</style>
background-color css
<style>
a { background-color: #DEDD1B; }
a { background-color: rgb(222,221,27); }
div.DivClassName
{
background-color: #DEDD1B;
}
.BgClassName
{
background-color: #DEDD1B;
}
</style>
border-color css
<style>
span { border-color: #DEDD1B; }
span { border-color: rgb(222,221,27); }
td.TdClassName
{
border-color: #DEDD1B;
}
.TagClassName
{
border-color: #DEDD1B;
}
</style>