Shades of Golden Yellow #DFDD00
Tints of Golden Yellow #DFDD00
RGB
CMYK
RGB Variations
Color information
#DFDD00 (or 0xDFDD00) is known color: Golden Yellow. HEX triplet: DF, DD and 00. RGB value is (223,221,0). Sum of RGB (Red+Green+Blue) = 223+221+0=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD00 is #2022FF. Grayscale: #C5C5C5. Windows color (decimal): -2106112 or 56799. OLE color: 56799.
HSL color Cylindrical-coordinate representation of color #DFDD00: hue angle of 59.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFDD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.13 |
| HSL | 59.46º | 1% | 0.44% | - |
| HSV(B) | 59.46º | 1% | 0.87% | - |
| XYZ | 56.29 | 67.4 | 10.04 | - |
| YUV | 196.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 0 | 0 | 0.01 | 1 | 0.13 | 59.46 | 1 | 0.44 |
| Hex | DF | DD | 0 | 0 | 1 | 64 | D | 3B | 64 | 2C |
| Octal | 337 | 335 | 0 | 0 | 1 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011111 | 11011101 | 0 | 0 | 1 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DFDD00
Complementary color
Monochromatic Colors of #DFDD00
Black with #DFDD00
Text Example
Text Example
White with #DFDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD00; }
p { color: rgb(223,221,0); }
H1.HeaderClassName
{
color: #DFDD00;
}
.AnyTagClassName
{
color: #DFDD00;
}
</style>
background-color css
<style>
a { background-color: #DFDD00; }
a { background-color: rgb(223,221,0); }
div.DivClassName
{
background-color: #DFDD00;
}
.BgClassName
{
background-color: #DFDD00;
}
</style>
border-color css
<style>
span { border-color: #DFDD00; }
span { border-color: rgb(223,221,0); }
td.TdClassName
{
border-color: #DFDD00;
}
.TagClassName
{
border-color: #DFDD00;
}
</style>