Shades of Golden Fizz #DFDD25
Tints of Golden Fizz #DFDD25
RGB
CMYK
RGB Variations
Color information
#DFDD25 (or 0xDFDD25) is known color: Golden Fizz. HEX triplet: DF, DD and 25. RGB value is (223,221,37). Sum of RGB (Red+Green+Blue) = 223+221+37=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD25 is #2022DA. Grayscale: #C9C9C9. Windows color (decimal): -2106075 or 2481631. OLE color: 2481631.
HSL color Cylindrical-coordinate representation of color #DFDD25: 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 #DFDD25 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 37 | - |
| 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.62 | 67.53 | 11.8 | - |
| YUV | 200.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 37 | 0 | 0.01 | 0.83 | 0.13 | 59.35 | 0.74 | 0.51 |
| Hex | DF | DD | 25 | 0 | 1 | 53 | D | 3B | 4A | 33 |
| Octal | 337 | 335 | 45 | 0 | 1 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011111 | 11011101 | 100101 | 0 | 1 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DFDD25
Complementary color
Monochromatic Colors of #DFDD25
Black with #DFDD25
Text Example
Text Example
White with #DFDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD25; }
p { color: rgb(223,221,37); }
H1.HeaderClassName
{
color: #DFDD25;
}
.AnyTagClassName
{
color: #DFDD25;
}
</style>
background-color css
<style>
a { background-color: #DFDD25; }
a { background-color: rgb(223,221,37); }
div.DivClassName
{
background-color: #DFDD25;
}
.BgClassName
{
background-color: #DFDD25;
}
</style>
border-color css
<style>
span { border-color: #DFDD25; }
span { border-color: rgb(223,221,37); }
td.TdClassName
{
border-color: #DFDD25;
}
.TagClassName
{
border-color: #DFDD25;
}
</style>