Shades of Golden Yellow #DFDA00
Tints of Golden Yellow #DFDA00
RGB
CMYK
RGB Variations
Color information
#DFDA00 (or 0xDFDA00) is known color: Golden Yellow. HEX triplet: DF, DA and 00. RGB value is (223,218,0). Sum of RGB (Red+Green+Blue) = 223+218+0=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA00 is #2025FF. Grayscale: #C3C3C3. Windows color (decimal): -2106880 or 56031. OLE color: 56031.
HSL color Cylindrical-coordinate representation of color #DFDA00: hue angle of 58.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFDA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.13 |
| HSL | 58.65º | 1% | 0.44% | - |
| HSV(B) | 58.65º | 1% | 0.87% | - |
| XYZ | 55.5 | 65.83 | 9.78 | - |
| YUV | 194.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 0 | 0 | 0.02 | 1 | 0.13 | 58.65 | 1 | 0.44 |
| Hex | DF | DA | 0 | 0 | 2 | 64 | D | 3B | 64 | 2C |
| Octal | 337 | 332 | 0 | 0 | 2 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011111 | 11011010 | 0 | 0 | 10 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DFDA00
Complementary color
Monochromatic Colors of #DFDA00
Black with #DFDA00
Text Example
Text Example
White with #DFDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA00; }
p { color: rgb(223,218,0); }
H1.HeaderClassName
{
color: #DFDA00;
}
.AnyTagClassName
{
color: #DFDA00;
}
</style>
background-color css
<style>
a { background-color: #DFDA00; }
a { background-color: rgb(223,218,0); }
div.DivClassName
{
background-color: #DFDA00;
}
.BgClassName
{
background-color: #DFDA00;
}
</style>
border-color css
<style>
span { border-color: #DFDA00; }
span { border-color: rgb(223,218,0); }
td.TdClassName
{
border-color: #DFDA00;
}
.TagClassName
{
border-color: #DFDA00;
}
</style>