Shades of Golden Fizz #DFDF27
Tints of Golden Fizz #DFDF27
RGB
CMYK
RGB Variations
Color information
#DFDF27 (or 0xDFDF27) is known color: Golden Fizz. HEX triplet: DF, DF and 27. RGB value is (223,223,39). Sum of RGB (Red+Green+Blue) = 223+223+39=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF27 is #2020D8. Grayscale: #CACACA. Windows color (decimal): -2105561 or 2613215. OLE color: 2613215.
HSL color Cylindrical-coordinate representation of color #DFDF27: hue angle of 60º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFDF27 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 39 | - |
| CMYK | 0 | 0 | 0.83 | 0.13 |
| HSL | 60º | 0.74% | 0.51% | - |
| HSV(B) | 60º | 0.83% | 0.87% | - |
| XYZ | 57.19 | 68.61 | 12.15 | - |
| YUV | 202.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 39 | 0 | 0 | 0.83 | 0.13 | 60 | 0.74 | 0.51 |
| Hex | DF | DF | 27 | 0 | 0 | 53 | D | 3C | 4A | 33 |
| Octal | 337 | 337 | 47 | 0 | 0 | 123 | 15 | 74 | 112 | 63 |
| Binary | 11011111 | 11011111 | 100111 | 0 | 0 | 1010011 | 1101 | 111100 | 1001010 | 110011 |
Color Harmonies of #DFDF27
Complementary color
Monochromatic Colors of #DFDF27
Black with #DFDF27
Text Example
Text Example
White with #DFDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF27; }
p { color: rgb(223,223,39); }
H1.HeaderClassName
{
color: #DFDF27;
}
.AnyTagClassName
{
color: #DFDF27;
}
</style>
background-color css
<style>
a { background-color: #DFDF27; }
a { background-color: rgb(223,223,39); }
div.DivClassName
{
background-color: #DFDF27;
}
.BgClassName
{
background-color: #DFDF27;
}
</style>
border-color css
<style>
span { border-color: #DFDF27; }
span { border-color: rgb(223,223,39); }
td.TdClassName
{
border-color: #DFDF27;
}
.TagClassName
{
border-color: #DFDF27;
}
</style>