Shades of Golden Fizz #DFDB2B
Tints of Golden Fizz #DFDB2B
RGB
CMYK
RGB Variations
Color information
#DFDB2B (or 0xDFDB2B) is known color: Golden Fizz. HEX triplet: DF, DB and 2B. RGB value is (223,219,43). Sum of RGB (Red+Green+Blue) = 223+219+43=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB2B is #2024D4. Grayscale: #C8C8C8. Windows color (decimal): -2106581 or 2874335. OLE color: 2874335.
HSL color Cylindrical-coordinate representation of color #DFDB2B: hue angle of 58.67º 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 #DFDB2B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 43 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.13 |
| HSL | 58.67º | 0.74% | 0.52% | - |
| HSV(B) | 58.67º | 0.81% | 0.87% | - |
| XYZ | 56.2 | 66.53 | 12.16 | - |
| YUV | 200.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 43 | 0 | 0.02 | 0.81 | 0.13 | 58.67 | 0.74 | 0.52 |
| Hex | DF | DB | 2B | 0 | 2 | 51 | D | 3B | 4A | 34 |
| Octal | 337 | 333 | 53 | 0 | 2 | 121 | 15 | 73 | 112 | 64 |
| Binary | 11011111 | 11011011 | 101011 | 0 | 10 | 1010001 | 1101 | 111011 | 1001010 | 110100 |
Color Harmonies of #DFDB2B
Complementary color
Monochromatic Colors of #DFDB2B
Black with #DFDB2B
Text Example
Text Example
White with #DFDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB2B; }
p { color: rgb(223,219,43); }
H1.HeaderClassName
{
color: #DFDB2B;
}
.AnyTagClassName
{
color: #DFDB2B;
}
</style>
background-color css
<style>
a { background-color: #DFDB2B; }
a { background-color: rgb(223,219,43); }
div.DivClassName
{
background-color: #DFDB2B;
}
.BgClassName
{
background-color: #DFDB2B;
}
</style>
border-color css
<style>
span { border-color: #DFDB2B; }
span { border-color: rgb(223,219,43); }
td.TdClassName
{
border-color: #DFDB2B;
}
.TagClassName
{
border-color: #DFDB2B;
}
</style>