Shades of Golden Fizz #DFDD1E
Tints of Golden Fizz #DFDD1E
RGB
CMYK
RGB Variations
Color information
#DFDD1E (or 0xDFDD1E) is known color: Golden Fizz. HEX triplet: DF, DD and 1E. RGB value is (223,221,30). Sum of RGB (Red+Green+Blue) = 223+221+30=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD1E is #2022E1. Grayscale: #C8C8C8. Windows color (decimal): -2106082 or 2022879. OLE color: 2022879.
HSL color Cylindrical-coordinate representation of color #DFDD1E: 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.87%. Process color model (Four color, CMYK) of #DFDD1E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 30 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.13 |
| HSL | 59.38º | 0.76% | 0.5% | - |
| HSV(B) | 59.38º | 0.87% | 0.87% | - |
| XYZ | 56.52 | 67.49 | 11.28 | - |
| YUV | 199.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 30 | 0 | 0.01 | 0.87 | 0.13 | 59.38 | 0.76 | 0.5 |
| Hex | DF | DD | 1E | 0 | 1 | 57 | D | 3B | 4C | 32 |
| Octal | 337 | 335 | 36 | 0 | 1 | 127 | 15 | 73 | 114 | 62 |
| Binary | 11011111 | 11011101 | 11110 | 0 | 1 | 1010111 | 1101 | 111011 | 1001100 | 110010 |
Color Harmonies of #DFDD1E
Complementary color
Monochromatic Colors of #DFDD1E
Black with #DFDD1E
Text Example
Text Example
White with #DFDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD1E; }
p { color: rgb(223,221,30); }
H1.HeaderClassName
{
color: #DFDD1E;
}
.AnyTagClassName
{
color: #DFDD1E;
}
</style>
background-color css
<style>
a { background-color: #DFDD1E; }
a { background-color: rgb(223,221,30); }
div.DivClassName
{
background-color: #DFDD1E;
}
.BgClassName
{
background-color: #DFDD1E;
}
</style>
border-color css
<style>
span { border-color: #DFDD1E; }
span { border-color: rgb(223,221,30); }
td.TdClassName
{
border-color: #DFDD1E;
}
.TagClassName
{
border-color: #DFDD1E;
}
</style>