Shades of Golden Fizz #DFDD1F
Tints of Golden Fizz #DFDD1F
RGB
CMYK
RGB Variations
Color information
#DFDD1F (or 0xDFDD1F) is known color: Golden Fizz. HEX triplet: DF, DD and 1F. RGB value is (223,221,31). Sum of RGB (Red+Green+Blue) = 223+221+31=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD1F is #2022E0. Grayscale: #C8C8C8. Windows color (decimal): -2106081 or 2088415. OLE color: 2088415.
HSL color Cylindrical-coordinate representation of color #DFDD1F: hue angle of 59.38º degrees, saturation: 0.76, 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 #DFDD1F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 31 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.13 |
| HSL | 59.38º | 0.76% | 0.5% | - |
| HSV(B) | 59.38º | 0.86% | 0.87% | - |
| XYZ | 56.54 | 67.5 | 11.35 | - |
| YUV | 199.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 31 | 0 | 0.01 | 0.86 | 0.13 | 59.38 | 0.76 | 0.5 |
| Hex | DF | DD | 1F | 0 | 1 | 56 | D | 3B | 4C | 32 |
| Octal | 337 | 335 | 37 | 0 | 1 | 126 | 15 | 73 | 114 | 62 |
| Binary | 11011111 | 11011101 | 11111 | 0 | 1 | 1010110 | 1101 | 111011 | 1001100 | 110010 |
Color Harmonies of #DFDD1F
Complementary color
Monochromatic Colors of #DFDD1F
Black with #DFDD1F
Text Example
Text Example
White with #DFDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD1F; }
p { color: rgb(223,221,31); }
H1.HeaderClassName
{
color: #DFDD1F;
}
.AnyTagClassName
{
color: #DFDD1F;
}
</style>
background-color css
<style>
a { background-color: #DFDD1F; }
a { background-color: rgb(223,221,31); }
div.DivClassName
{
background-color: #DFDD1F;
}
.BgClassName
{
background-color: #DFDD1F;
}
</style>
border-color css
<style>
span { border-color: #DFDD1F; }
span { border-color: rgb(223,221,31); }
td.TdClassName
{
border-color: #DFDD1F;
}
.TagClassName
{
border-color: #DFDD1F;
}
</style>