Shades of Golden Yellow #DFDB01
Tints of Golden Yellow #DFDB01
RGB
CMYK
RGB Variations
Color information
#DFDB01 (or 0xDFDB01) is known color: Golden Yellow. HEX triplet: DF, DB and 01. RGB value is (223,219,1). Sum of RGB (Red+Green+Blue) = 223+219+1=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB01 is #2024FE. Grayscale: #C4C4C4. Windows color (decimal): -2106623 or 121823. OLE color: 121823.
HSL color Cylindrical-coordinate representation of color #DFDB01: hue angle of 58.92º 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 #DFDB01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.13 |
| HSL | 58.92º | 0.99% | 0.44% | - |
| HSV(B) | 58.92º | 1% | 0.87% | - |
| XYZ | 55.77 | 66.35 | 9.9 | - |
| YUV | 195.34 | 18.33 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 1 | 0 | 0.02 | 1.00 | 0.13 | 58.92 | 0.99 | 0.44 |
| Hex | DF | DB | 1 | 0 | 2 | 64 | D | 3B | 63 | 2C |
| Octal | 337 | 333 | 1 | 0 | 2 | 144 | 15 | 73 | 143 | 54 |
| Binary | 11011111 | 11011011 | 1 | 0 | 10 | 1100100 | 1101 | 111011 | 1100011 | 101100 |
Color Harmonies of #DFDB01
Complementary color
Monochromatic Colors of #DFDB01
Black with #DFDB01
Text Example
Text Example
White with #DFDB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB01; }
p { color: rgb(223,219,1); }
H1.HeaderClassName
{
color: #DFDB01;
}
.AnyTagClassName
{
color: #DFDB01;
}
</style>
background-color css
<style>
a { background-color: #DFDB01; }
a { background-color: rgb(223,219,1); }
div.DivClassName
{
background-color: #DFDB01;
}
.BgClassName
{
background-color: #DFDB01;
}
</style>
border-color css
<style>
span { border-color: #DFDB01; }
span { border-color: rgb(223,219,1); }
td.TdClassName
{
border-color: #DFDB01;
}
.TagClassName
{
border-color: #DFDB01;
}
</style>