Shades of Golden Yellow #DFDB04
Tints of Golden Yellow #DFDB04
RGB
CMYK
RGB Variations
Color information
#DFDB04 (or 0xDFDB04) is known color: Golden Yellow. HEX triplet: DF, DB and 04. RGB value is (223,219,4). Sum of RGB (Red+Green+Blue) = 223+219+4=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB04 is #2024FB. Grayscale: #C4C4C4. Windows color (decimal): -2106620 or 318431. OLE color: 318431.
HSL color Cylindrical-coordinate representation of color #DFDB04: hue angle of 58.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFDB04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.13 |
| HSL | 58.9º | 0.96% | 0.45% | - |
| HSV(B) | 58.9º | 0.98% | 0.87% | - |
| XYZ | 55.78 | 66.36 | 9.98 | - |
| YUV | 195.69 | 19.83 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 4 | 0 | 0.02 | 0.98 | 0.13 | 58.9 | 0.96 | 0.45 |
| Hex | DF | DB | 4 | 0 | 2 | 62 | D | 3B | 60 | 2D |
| Octal | 337 | 333 | 4 | 0 | 2 | 142 | 15 | 73 | 140 | 55 |
| Binary | 11011111 | 11011011 | 100 | 0 | 10 | 1100010 | 1101 | 111011 | 1100000 | 101101 |
Color Harmonies of #DFDB04
Complementary color
Monochromatic Colors of #DFDB04
Black with #DFDB04
Text Example
Text Example
White with #DFDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB04; }
p { color: rgb(223,219,4); }
H1.HeaderClassName
{
color: #DFDB04;
}
.AnyTagClassName
{
color: #DFDB04;
}
</style>
background-color css
<style>
a { background-color: #DFDB04; }
a { background-color: rgb(223,219,4); }
div.DivClassName
{
background-color: #DFDB04;
}
.BgClassName
{
background-color: #DFDB04;
}
</style>
border-color css
<style>
span { border-color: #DFDB04; }
span { border-color: rgb(223,219,4); }
td.TdClassName
{
border-color: #DFDB04;
}
.TagClassName
{
border-color: #DFDB04;
}
</style>