Shades of Golden Yellow #DFDE02
Tints of Golden Yellow #DFDE02
RGB
CMYK
RGB Variations
Color information
#DFDE02 (or 0xDFDE02) is known color: Golden Yellow. HEX triplet: DF, DE and 02. RGB value is (223,222,2). Sum of RGB (Red+Green+Blue) = 223+222+2=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE02 is #2021FD. Grayscale: #C6C6C6. Windows color (decimal): -2105854 or 188127. OLE color: 188127.
HSL color Cylindrical-coordinate representation of color #DFDE02: hue angle of 59.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFDE02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.13 |
| HSL | 59.73º | 0.98% | 0.44% | - |
| HSV(B) | 59.73º | 0.99% | 0.87% | - |
| XYZ | 56.56 | 67.93 | 10.19 | - |
| YUV | 197.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 2 | 0 | 0.00 | 0.99 | 0.13 | 59.73 | 0.98 | 0.44 |
| Hex | DF | DE | 2 | 0 | 0 | 63 | D | 3C | 62 | 2C |
| Octal | 337 | 336 | 2 | 0 | 0 | 143 | 15 | 74 | 142 | 54 |
| Binary | 11011111 | 11011110 | 10 | 0 | 0 | 1100011 | 1101 | 111100 | 1100010 | 101100 |
Color Harmonies of #DFDE02
Complementary color
Monochromatic Colors of #DFDE02
Black with #DFDE02
Text Example
Text Example
White with #DFDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE02; }
p { color: rgb(223,222,2); }
H1.HeaderClassName
{
color: #DFDE02;
}
.AnyTagClassName
{
color: #DFDE02;
}
</style>
background-color css
<style>
a { background-color: #DFDE02; }
a { background-color: rgb(223,222,2); }
div.DivClassName
{
background-color: #DFDE02;
}
.BgClassName
{
background-color: #DFDE02;
}
</style>
border-color css
<style>
span { border-color: #DFDE02; }
span { border-color: rgb(223,222,2); }
td.TdClassName
{
border-color: #DFDE02;
}
.TagClassName
{
border-color: #DFDE02;
}
</style>