Shades of Golden Fizz #DEDF1D
Tints of Golden Fizz #DEDF1D
RGB
CMYK
RGB Variations
Color information
#DEDF1D (or 0xDEDF1D) is known color: Golden Fizz. HEX triplet: DE, DF and 1D. RGB value is (222,223,29). Sum of RGB (Red+Green+Blue) = 222+223+29=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF1D is #2120E2. Grayscale: #C9C9C9. Windows color (decimal): -2171107 or 1957854. OLE color: 1957854.
HSL color Cylindrical-coordinate representation of color #DEDF1D: hue angle of 60.31º 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 #DEDF1D is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 29 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.13 |
| HSL | 60.31º | 0.77% | 0.49% | - |
| HSV(B) | 60.31º | 0.87% | 0.87% | - |
| XYZ | 56.73 | 68.39 | 11.37 | - |
| YUV | 200.59 | 31.17 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 29 | 0.00 | 0 | 0.87 | 0.13 | 60.31 | 0.77 | 0.49 |
| Hex | DE | DF | 1D | 0 | 0 | 57 | D | 3C | 4D | 31 |
| Octal | 336 | 337 | 35 | 0 | 0 | 127 | 15 | 74 | 115 | 61 |
| Binary | 11011110 | 11011111 | 11101 | 0 | 0 | 1010111 | 1101 | 111100 | 1001101 | 110001 |
Color Harmonies of #DEDF1D
Complementary color
Monochromatic Colors of #DEDF1D
Black with #DEDF1D
Text Example
Text Example
White with #DEDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF1D; }
p { color: rgb(222,223,29); }
H1.HeaderClassName
{
color: #DEDF1D;
}
.AnyTagClassName
{
color: #DEDF1D;
}
</style>
background-color css
<style>
a { background-color: #DEDF1D; }
a { background-color: rgb(222,223,29); }
div.DivClassName
{
background-color: #DEDF1D;
}
.BgClassName
{
background-color: #DEDF1D;
}
</style>
border-color css
<style>
span { border-color: #DEDF1D; }
span { border-color: rgb(222,223,29); }
td.TdClassName
{
border-color: #DEDF1D;
}
.TagClassName
{
border-color: #DEDF1D;
}
</style>