Shades of Golden Fizz #DFDE2B
Tints of Golden Fizz #DFDE2B
RGB
CMYK
RGB Variations
Color information
#DFDE2B (or 0xDFDE2B) is known color: Golden Fizz. HEX triplet: DF, DE and 2B. RGB value is (223,222,43). Sum of RGB (Red+Green+Blue) = 223+222+43=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE2B is #2021D4. Grayscale: #CACACA. Windows color (decimal): -2105813 or 2875103. OLE color: 2875103.
HSL color Cylindrical-coordinate representation of color #DFDE2B: hue angle of 59.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFDE2B is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 43 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.13 |
| HSL | 59.67º | 0.74% | 0.52% | - |
| HSV(B) | 59.67º | 0.81% | 0.87% | - |
| XYZ | 56.99 | 68.1 | 12.43 | - |
| YUV | 201.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 43 | 0 | 0.00 | 0.81 | 0.13 | 59.67 | 0.74 | 0.52 |
| Hex | DF | DE | 2B | 0 | 0 | 51 | D | 3C | 4A | 34 |
| Octal | 337 | 336 | 53 | 0 | 0 | 121 | 15 | 74 | 112 | 64 |
| Binary | 11011111 | 11011110 | 101011 | 0 | 0 | 1010001 | 1101 | 111100 | 1001010 | 110100 |
Color Harmonies of #DFDE2B
Complementary color
Monochromatic Colors of #DFDE2B
Black with #DFDE2B
Text Example
Text Example
White with #DFDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE2B; }
p { color: rgb(223,222,43); }
H1.HeaderClassName
{
color: #DFDE2B;
}
.AnyTagClassName
{
color: #DFDE2B;
}
</style>
background-color css
<style>
a { background-color: #DFDE2B; }
a { background-color: rgb(223,222,43); }
div.DivClassName
{
background-color: #DFDE2B;
}
.BgClassName
{
background-color: #DFDE2B;
}
</style>
border-color css
<style>
span { border-color: #DFDE2B; }
span { border-color: rgb(223,222,43); }
td.TdClassName
{
border-color: #DFDE2B;
}
.TagClassName
{
border-color: #DFDE2B;
}
</style>