Shades of Golden Fizz #DFD527
Tints of Golden Fizz #DFD527
RGB
CMYK
RGB Variations
Color information
#DFD527 (or 0xDFD527) is known color: Golden Fizz. HEX triplet: DF, D5 and 27. RGB value is (223,213,39). Sum of RGB (Red+Green+Blue) = 223+213+39=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD527 is #202AD8. Grayscale: #C4C4C4. Windows color (decimal): -2108121 or 2610655. OLE color: 2610655.
HSL color Cylindrical-coordinate representation of color #DFD527: hue angle of 56.74º 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 #DFD527 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 39 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.13 |
| HSL | 56.74º | 0.74% | 0.51% | - |
| HSV(B) | 56.74º | 0.83% | 0.87% | - |
| XYZ | 54.59 | 63.42 | 11.28 | - |
| YUV | 196.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 39 | 0 | 0.04 | 0.83 | 0.13 | 56.74 | 0.74 | 0.51 |
| Hex | DF | D5 | 27 | 0 | 4 | 53 | D | 39 | 4A | 33 |
| Octal | 337 | 325 | 47 | 0 | 4 | 123 | 15 | 71 | 112 | 63 |
| Binary | 11011111 | 11010101 | 100111 | 0 | 100 | 1010011 | 1101 | 111001 | 1001010 | 110011 |
Color Harmonies of #DFD527
Complementary color
Monochromatic Colors of #DFD527
Black with #DFD527
Text Example
Text Example
White with #DFD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD527; }
p { color: rgb(223,213,39); }
H1.HeaderClassName
{
color: #DFD527;
}
.AnyTagClassName
{
color: #DFD527;
}
</style>
background-color css
<style>
a { background-color: #DFD527; }
a { background-color: rgb(223,213,39); }
div.DivClassName
{
background-color: #DFD527;
}
.BgClassName
{
background-color: #DFD527;
}
</style>
border-color css
<style>
span { border-color: #DFD527; }
span { border-color: rgb(223,213,39); }
td.TdClassName
{
border-color: #DFD527;
}
.TagClassName
{
border-color: #DFD527;
}
</style>