Shades of Golden Yellow #DFDA01
Tints of Golden Yellow #DFDA01
RGB
CMYK
RGB Variations
Color information
#DFDA01 (or 0xDFDA01) is known color: Golden Yellow. HEX triplet: DF, DA and 01. RGB value is (223,218,1). Sum of RGB (Red+Green+Blue) = 223+218+1=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA01 is #2025FE. Grayscale: #C3C3C3. Windows color (decimal): -2106879 or 121567. OLE color: 121567.
HSL color Cylindrical-coordinate representation of color #DFDA01: hue angle of 58.65º 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 #DFDA01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.13 |
| HSL | 58.65º | 0.99% | 0.44% | - |
| HSV(B) | 58.65º | 1% | 0.87% | - |
| XYZ | 55.51 | 65.83 | 9.81 | - |
| YUV | 194.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 1 | 0 | 0.02 | 1.00 | 0.13 | 58.65 | 0.99 | 0.44 |
| Hex | DF | DA | 1 | 0 | 2 | 64 | D | 3B | 63 | 2C |
| Octal | 337 | 332 | 1 | 0 | 2 | 144 | 15 | 73 | 143 | 54 |
| Binary | 11011111 | 11011010 | 1 | 0 | 10 | 1100100 | 1101 | 111011 | 1100011 | 101100 |
Color Harmonies of #DFDA01
Complementary color
Monochromatic Colors of #DFDA01
Black with #DFDA01
Text Example
Text Example
White with #DFDA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA01; }
p { color: rgb(223,218,1); }
H1.HeaderClassName
{
color: #DFDA01;
}
.AnyTagClassName
{
color: #DFDA01;
}
</style>
background-color css
<style>
a { background-color: #DFDA01; }
a { background-color: rgb(223,218,1); }
div.DivClassName
{
background-color: #DFDA01;
}
.BgClassName
{
background-color: #DFDA01;
}
</style>
border-color css
<style>
span { border-color: #DFDA01; }
span { border-color: rgb(223,218,1); }
td.TdClassName
{
border-color: #DFDA01;
}
.TagClassName
{
border-color: #DFDA01;
}
</style>