Shades of Golden Fizz #DEDC1D
Tints of Golden Fizz #DEDC1D
RGB
CMYK
RGB Variations
Color information
#DEDC1D (or 0xDEDC1D) is known color: Golden Fizz. HEX triplet: DE, DC and 1D. RGB value is (222,220,29). Sum of RGB (Red+Green+Blue) = 222+220+29=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC1D is #2123E2. Grayscale: #C7C7C7. Windows color (decimal): -2171875 or 1957086. OLE color: 1957086.
HSL color Cylindrical-coordinate representation of color #DEDC1D: hue angle of 59.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEDC1D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 29 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.13 |
| HSL | 59.38º | 0.77% | 0.49% | - |
| HSV(B) | 59.38º | 0.87% | 0.87% | - |
| XYZ | 55.94 | 66.8 | 11.11 | - |
| YUV | 198.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 29 | 0 | 0.01 | 0.87 | 0.13 | 59.38 | 0.77 | 0.49 |
| Hex | DE | DC | 1D | 0 | 1 | 57 | D | 3B | 4D | 31 |
| Octal | 336 | 334 | 35 | 0 | 1 | 127 | 15 | 73 | 115 | 61 |
| Binary | 11011110 | 11011100 | 11101 | 0 | 1 | 1010111 | 1101 | 111011 | 1001101 | 110001 |
Color Harmonies of #DEDC1D
Complementary color
Monochromatic Colors of #DEDC1D
Black with #DEDC1D
Text Example
Text Example
White with #DEDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC1D; }
p { color: rgb(222,220,29); }
H1.HeaderClassName
{
color: #DEDC1D;
}
.AnyTagClassName
{
color: #DEDC1D;
}
</style>
background-color css
<style>
a { background-color: #DEDC1D; }
a { background-color: rgb(222,220,29); }
div.DivClassName
{
background-color: #DEDC1D;
}
.BgClassName
{
background-color: #DEDC1D;
}
</style>
border-color css
<style>
span { border-color: #DEDC1D; }
span { border-color: rgb(222,220,29); }
td.TdClassName
{
border-color: #DEDC1D;
}
.TagClassName
{
border-color: #DEDC1D;
}
</style>