Shades of Golden Yellow #DFDA02
Tints of Golden Yellow #DFDA02
RGB
CMYK
RGB Variations
Color information
#DFDA02 (or 0xDFDA02) is known color: Golden Yellow. HEX triplet: DF, DA and 02. RGB value is (223,218,2). Sum of RGB (Red+Green+Blue) = 223+218+2=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA02 is #2025FD. Grayscale: #C3C3C3. Windows color (decimal): -2106878 or 187103. OLE color: 187103.
HSL color Cylindrical-coordinate representation of color #DFDA02: hue angle of 58.64º 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 #DFDA02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.64º | 0.98% | 0.44% | - |
| HSV(B) | 58.64º | 0.99% | 0.87% | - |
| XYZ | 55.51 | 65.84 | 9.84 | - |
| YUV | 194.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 2 | 0 | 0.02 | 0.99 | 0.13 | 58.64 | 0.98 | 0.44 |
| Hex | DF | DA | 2 | 0 | 2 | 63 | D | 3B | 62 | 2C |
| Octal | 337 | 332 | 2 | 0 | 2 | 143 | 15 | 73 | 142 | 54 |
| Binary | 11011111 | 11011010 | 10 | 0 | 10 | 1100011 | 1101 | 111011 | 1100010 | 101100 |
Color Harmonies of #DFDA02
Complementary color
Monochromatic Colors of #DFDA02
Black with #DFDA02
Text Example
Text Example
White with #DFDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA02; }
p { color: rgb(223,218,2); }
H1.HeaderClassName
{
color: #DFDA02;
}
.AnyTagClassName
{
color: #DFDA02;
}
</style>
background-color css
<style>
a { background-color: #DFDA02; }
a { background-color: rgb(223,218,2); }
div.DivClassName
{
background-color: #DFDA02;
}
.BgClassName
{
background-color: #DFDA02;
}
</style>
border-color css
<style>
span { border-color: #DFDA02; }
span { border-color: rgb(223,218,2); }
td.TdClassName
{
border-color: #DFDA02;
}
.TagClassName
{
border-color: #DFDA02;
}
</style>