Shades of Golden Fizz #DFDB1F
Tints of Golden Fizz #DFDB1F
RGB
CMYK
RGB Variations
Color information
#DFDB1F (or 0xDFDB1F) is known color: Golden Fizz. HEX triplet: DF, DB and 1F. RGB value is (223,219,31). Sum of RGB (Red+Green+Blue) = 223+219+31=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB1F is #2024E0. Grayscale: #C7C7C7. Windows color (decimal): -2106593 or 2087903. OLE color: 2087903.
HSL color Cylindrical-coordinate representation of color #DFDB1F: hue angle of 58.75º 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 #DFDB1F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.75º | 0.76% | 0.5% | - |
| HSV(B) | 58.75º | 0.86% | 0.87% | - |
| XYZ | 56.01 | 66.45 | 11.17 | - |
| YUV | 198.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 31 | 0 | 0.02 | 0.86 | 0.13 | 58.75 | 0.76 | 0.5 |
| Hex | DF | DB | 1F | 0 | 2 | 56 | D | 3B | 4C | 32 |
| Octal | 337 | 333 | 37 | 0 | 2 | 126 | 15 | 73 | 114 | 62 |
| Binary | 11011111 | 11011011 | 11111 | 0 | 10 | 1010110 | 1101 | 111011 | 1001100 | 110010 |
Color Harmonies of #DFDB1F
Complementary color
Monochromatic Colors of #DFDB1F
Black with #DFDB1F
Text Example
Text Example
White with #DFDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB1F; }
p { color: rgb(223,219,31); }
H1.HeaderClassName
{
color: #DFDB1F;
}
.AnyTagClassName
{
color: #DFDB1F;
}
</style>
background-color css
<style>
a { background-color: #DFDB1F; }
a { background-color: rgb(223,219,31); }
div.DivClassName
{
background-color: #DFDB1F;
}
.BgClassName
{
background-color: #DFDB1F;
}
</style>
border-color css
<style>
span { border-color: #DFDB1F; }
span { border-color: rgb(223,219,31); }
td.TdClassName
{
border-color: #DFDB1F;
}
.TagClassName
{
border-color: #DFDB1F;
}
</style>