Shades of Golden Fizz #DFDD27
Tints of Golden Fizz #DFDD27
RGB
CMYK
RGB Variations
Color information
#DFDD27 (or 0xDFDD27) is known color: Golden Fizz. HEX triplet: DF, DD and 27. RGB value is (223,221,39). Sum of RGB (Red+Green+Blue) = 223+221+39=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD27 is #2022D8. Grayscale: #C9C9C9. Windows color (decimal): -2106073 or 2612703. OLE color: 2612703.
HSL color Cylindrical-coordinate representation of color #DFDD27: hue angle of 59.35º 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 #DFDD27 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 39 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.13 |
| HSL | 59.35º | 0.74% | 0.51% | - |
| HSV(B) | 59.35º | 0.83% | 0.87% | - |
| XYZ | 56.65 | 67.55 | 11.97 | - |
| YUV | 200.85 | 36.66 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 39 | 0 | 0.01 | 0.83 | 0.13 | 59.35 | 0.74 | 0.51 |
| Hex | DF | DD | 27 | 0 | 1 | 53 | D | 3B | 4A | 33 |
| Octal | 337 | 335 | 47 | 0 | 1 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011111 | 11011101 | 100111 | 0 | 1 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DFDD27
Complementary color
Monochromatic Colors of #DFDD27
Black with #DFDD27
Text Example
Text Example
White with #DFDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD27; }
p { color: rgb(223,221,39); }
H1.HeaderClassName
{
color: #DFDD27;
}
.AnyTagClassName
{
color: #DFDD27;
}
</style>
background-color css
<style>
a { background-color: #DFDD27; }
a { background-color: rgb(223,221,39); }
div.DivClassName
{
background-color: #DFDD27;
}
.BgClassName
{
background-color: #DFDD27;
}
</style>
border-color css
<style>
span { border-color: #DFDD27; }
span { border-color: rgb(223,221,39); }
td.TdClassName
{
border-color: #DFDD27;
}
.TagClassName
{
border-color: #DFDD27;
}
</style>