Shades of Golden Fizz #DFD52A
Tints of Golden Fizz #DFD52A
RGB
CMYK
RGB Variations
Color information
#DFD52A (or 0xDFD52A) is known color: Golden Fizz. HEX triplet: DF, D5 and 2A. RGB value is (223,213,42). Sum of RGB (Red+Green+Blue) = 223+213+42=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD52A is #202AD5. Grayscale: #C5C5C5. Windows color (decimal): -2108118 or 2807263. OLE color: 2807263.
HSL color Cylindrical-coordinate representation of color #DFD52A: hue angle of 56.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFD52A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 42 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.13 |
| HSL | 56.69º | 0.74% | 0.52% | - |
| HSV(B) | 56.69º | 0.81% | 0.87% | - |
| XYZ | 54.64 | 63.44 | 11.56 | - |
| YUV | 196.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 42 | 0 | 0.04 | 0.81 | 0.13 | 56.69 | 0.74 | 0.52 |
| Hex | DF | D5 | 2A | 0 | 4 | 51 | D | 39 | 4A | 34 |
| Octal | 337 | 325 | 52 | 0 | 4 | 121 | 15 | 71 | 112 | 64 |
| Binary | 11011111 | 11010101 | 101010 | 0 | 100 | 1010001 | 1101 | 111001 | 1001010 | 110100 |
Color Harmonies of #DFD52A
Complementary color
Monochromatic Colors of #DFD52A
Black with #DFD52A
Text Example
Text Example
White with #DFD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD52A; }
p { color: rgb(223,213,42); }
H1.HeaderClassName
{
color: #DFD52A;
}
.AnyTagClassName
{
color: #DFD52A;
}
</style>
background-color css
<style>
a { background-color: #DFD52A; }
a { background-color: rgb(223,213,42); }
div.DivClassName
{
background-color: #DFD52A;
}
.BgClassName
{
background-color: #DFD52A;
}
</style>
border-color css
<style>
span { border-color: #DFD52A; }
span { border-color: rgb(223,213,42); }
td.TdClassName
{
border-color: #DFD52A;
}
.TagClassName
{
border-color: #DFD52A;
}
</style>