Shades of Golden Fizz #DFDB1C
Tints of Golden Fizz #DFDB1C
RGB
CMYK
RGB Variations
Color information
#DFDB1C (or 0xDFDB1C) is known color: Golden Fizz. HEX triplet: DF, DB and 1C. RGB value is (223,219,28). Sum of RGB (Red+Green+Blue) = 223+219+28=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB1C is #2024E3. Grayscale: #C7C7C7. Windows color (decimal): -2106596 or 1891295. OLE color: 1891295.
HSL color Cylindrical-coordinate representation of color #DFDB1C: hue angle of 58.77º degrees, saturation: 0.78, 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 #DFDB1C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 28 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.77º | 0.78% | 0.49% | - |
| HSV(B) | 58.77º | 0.87% | 0.87% | - |
| XYZ | 55.97 | 66.43 | 10.97 | - |
| YUV | 198.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 28 | 0 | 0.02 | 0.87 | 0.13 | 58.77 | 0.78 | 0.49 |
| Hex | DF | DB | 1C | 0 | 2 | 57 | D | 3B | 4E | 31 |
| Octal | 337 | 333 | 34 | 0 | 2 | 127 | 15 | 73 | 116 | 61 |
| Binary | 11011111 | 11011011 | 11100 | 0 | 10 | 1010111 | 1101 | 111011 | 1001110 | 110001 |
Color Harmonies of #DFDB1C
Complementary color
Monochromatic Colors of #DFDB1C
Black with #DFDB1C
Text Example
Text Example
White with #DFDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB1C; }
p { color: rgb(223,219,28); }
H1.HeaderClassName
{
color: #DFDB1C;
}
.AnyTagClassName
{
color: #DFDB1C;
}
</style>
background-color css
<style>
a { background-color: #DFDB1C; }
a { background-color: rgb(223,219,28); }
div.DivClassName
{
background-color: #DFDB1C;
}
.BgClassName
{
background-color: #DFDB1C;
}
</style>
border-color css
<style>
span { border-color: #DFDB1C; }
span { border-color: rgb(223,219,28); }
td.TdClassName
{
border-color: #DFDB1C;
}
.TagClassName
{
border-color: #DFDB1C;
}
</style>