Shades of Golden Fizz #DFDD23
Tints of Golden Fizz #DFDD23
RGB
CMYK
RGB Variations
Color information
#DFDD23 (or 0xDFDD23) is known color: Golden Fizz. HEX triplet: DF, DD and 23. RGB value is (223,221,35). Sum of RGB (Red+Green+Blue) = 223+221+35=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD23 is #2022DC. Grayscale: #C9C9C9. Windows color (decimal): -2106077 or 2350559. OLE color: 2350559.
HSL color Cylindrical-coordinate representation of color #DFDD23: hue angle of 59.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFDD23 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 35 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.13 |
| HSL | 59.36º | 0.75% | 0.51% | - |
| HSV(B) | 59.36º | 0.84% | 0.87% | - |
| XYZ | 56.59 | 67.52 | 11.64 | - |
| YUV | 200.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 35 | 0 | 0.01 | 0.84 | 0.13 | 59.36 | 0.75 | 0.51 |
| Hex | DF | DD | 23 | 0 | 1 | 54 | D | 3B | 4B | 33 |
| Octal | 337 | 335 | 43 | 0 | 1 | 124 | 15 | 73 | 113 | 63 |
| Binary | 11011111 | 11011101 | 100011 | 0 | 1 | 1010100 | 1101 | 111011 | 1001011 | 110011 |
Color Harmonies of #DFDD23
Complementary color
Monochromatic Colors of #DFDD23
Black with #DFDD23
Text Example
Text Example
White with #DFDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD23; }
p { color: rgb(223,221,35); }
H1.HeaderClassName
{
color: #DFDD23;
}
.AnyTagClassName
{
color: #DFDD23;
}
</style>
background-color css
<style>
a { background-color: #DFDD23; }
a { background-color: rgb(223,221,35); }
div.DivClassName
{
background-color: #DFDD23;
}
.BgClassName
{
background-color: #DFDD23;
}
</style>
border-color css
<style>
span { border-color: #DFDD23; }
span { border-color: rgb(223,221,35); }
td.TdClassName
{
border-color: #DFDD23;
}
.TagClassName
{
border-color: #DFDD23;
}
</style>