Shades of Golden Yellow #DFDE01
Tints of Golden Yellow #DFDE01
RGB
CMYK
RGB Variations
Color information
#DFDE01 (or 0xDFDE01) is known color: Golden Yellow. HEX triplet: DF, DE and 01. RGB value is (223,222,1). Sum of RGB (Red+Green+Blue) = 223+222+1=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE01 is #2021FE. Grayscale: #C5C5C5. Windows color (decimal): -2105855 or 122591. OLE color: 122591.
HSL color Cylindrical-coordinate representation of color #DFDE01: hue angle of 59.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFDE01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.13 |
| HSL | 59.73º | 0.99% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.87% | - |
| XYZ | 56.56 | 67.93 | 10.16 | - |
| YUV | 197.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 1 | 0 | 0.00 | 1.00 | 0.13 | 59.73 | 0.99 | 0.44 |
| Hex | DF | DE | 1 | 0 | 0 | 64 | D | 3C | 63 | 2C |
| Octal | 337 | 336 | 1 | 0 | 0 | 144 | 15 | 74 | 143 | 54 |
| Binary | 11011111 | 11011110 | 1 | 0 | 0 | 1100100 | 1101 | 111100 | 1100011 | 101100 |
Color Harmonies of #DFDE01
Complementary color
Monochromatic Colors of #DFDE01
Black with #DFDE01
Text Example
Text Example
White with #DFDE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE01; }
p { color: rgb(223,222,1); }
H1.HeaderClassName
{
color: #DFDE01;
}
.AnyTagClassName
{
color: #DFDE01;
}
</style>
background-color css
<style>
a { background-color: #DFDE01; }
a { background-color: rgb(223,222,1); }
div.DivClassName
{
background-color: #DFDE01;
}
.BgClassName
{
background-color: #DFDE01;
}
</style>
border-color css
<style>
span { border-color: #DFDE01; }
span { border-color: rgb(223,222,1); }
td.TdClassName
{
border-color: #DFDE01;
}
.TagClassName
{
border-color: #DFDE01;
}
</style>