Shades of Golden Yellow #DFDC00
Tints of Golden Yellow #DFDC00
RGB
CMYK
RGB Variations
Color information
#DFDC00 (or 0xDFDC00) is known color: Golden Yellow. HEX triplet: DF, DC and 00. RGB value is (223,220,0). Sum of RGB (Red+Green+Blue) = 223+220+0=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC00 is #2023FF. Grayscale: #C4C4C4. Windows color (decimal): -2106368 or 56543. OLE color: 56543.
HSL color Cylindrical-coordinate representation of color #DFDC00: hue angle of 59.19º 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 #DFDC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.13 |
| HSL | 59.19º | 1% | 0.44% | - |
| HSV(B) | 59.19º | 1% | 0.87% | - |
| XYZ | 56.02 | 66.87 | 9.96 | - |
| YUV | 195.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 0 | 0 | 0.01 | 1 | 0.13 | 59.19 | 1 | 0.44 |
| Hex | DF | DC | 0 | 0 | 1 | 64 | D | 3B | 64 | 2C |
| Octal | 337 | 334 | 0 | 0 | 1 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011111 | 11011100 | 0 | 0 | 1 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DFDC00
Complementary color
Monochromatic Colors of #DFDC00
Black with #DFDC00
Text Example
Text Example
White with #DFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC00; }
p { color: rgb(223,220,0); }
H1.HeaderClassName
{
color: #DFDC00;
}
.AnyTagClassName
{
color: #DFDC00;
}
</style>
background-color css
<style>
a { background-color: #DFDC00; }
a { background-color: rgb(223,220,0); }
div.DivClassName
{
background-color: #DFDC00;
}
.BgClassName
{
background-color: #DFDC00;
}
</style>
border-color css
<style>
span { border-color: #DFDC00; }
span { border-color: rgb(223,220,0); }
td.TdClassName
{
border-color: #DFDC00;
}
.TagClassName
{
border-color: #DFDC00;
}
</style>