Shades of Golden Yellow #DFDB02
Tints of Golden Yellow #DFDB02
RGB
CMYK
RGB Variations
Color information
#DFDB02 (or 0xDFDB02) is known color: Golden Yellow. HEX triplet: DF, DB and 02. RGB value is (223,219,2). Sum of RGB (Red+Green+Blue) = 223+219+2=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB02 is #2024FD. Grayscale: #C4C4C4. Windows color (decimal): -2106622 or 187359. OLE color: 187359.
HSL color Cylindrical-coordinate representation of color #DFDB02: hue angle of 58.91º 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 #DFDB02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.91º | 0.98% | 0.44% | - |
| HSV(B) | 58.91º | 0.99% | 0.87% | - |
| XYZ | 55.77 | 66.36 | 9.93 | - |
| YUV | 195.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 2 | 0 | 0.02 | 0.99 | 0.13 | 58.91 | 0.98 | 0.44 |
| Hex | DF | DB | 2 | 0 | 2 | 63 | D | 3B | 62 | 2C |
| Octal | 337 | 333 | 2 | 0 | 2 | 143 | 15 | 73 | 142 | 54 |
| Binary | 11011111 | 11011011 | 10 | 0 | 10 | 1100011 | 1101 | 111011 | 1100010 | 101100 |
Color Harmonies of #DFDB02
Complementary color
Monochromatic Colors of #DFDB02
Black with #DFDB02
Text Example
Text Example
White with #DFDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB02; }
p { color: rgb(223,219,2); }
H1.HeaderClassName
{
color: #DFDB02;
}
.AnyTagClassName
{
color: #DFDB02;
}
</style>
background-color css
<style>
a { background-color: #DFDB02; }
a { background-color: rgb(223,219,2); }
div.DivClassName
{
background-color: #DFDB02;
}
.BgClassName
{
background-color: #DFDB02;
}
</style>
border-color css
<style>
span { border-color: #DFDB02; }
span { border-color: rgb(223,219,2); }
td.TdClassName
{
border-color: #DFDB02;
}
.TagClassName
{
border-color: #DFDB02;
}
</style>