Shades of Golden Yellow #DED900
Tints of Golden Yellow #DED900
RGB
CMYK
RGB Variations
Color information
#DED900 (or 0xDED900) is known color: Golden Yellow. HEX triplet: DE, D9 and 00. RGB value is (222,217,0). Sum of RGB (Red+Green+Blue) = 222+217+0=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED900 is #2126FF. Grayscale: #C2C2C2. Windows color (decimal): -2172672 or 55774. OLE color: 55774.
HSL color Cylindrical-coordinate representation of color #DED900: hue angle of 58.65º 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 #DED900 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.13 |
| HSL | 58.65º | 1% | 0.44% | - |
| HSV(B) | 58.65º | 1% | 0.87% | - |
| XYZ | 54.94 | 65.16 | 9.68 | - |
| YUV | 193.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 0 | 0 | 0.02 | 1 | 0.13 | 58.65 | 1 | 0.44 |
| Hex | DE | D9 | 0 | 0 | 2 | 64 | D | 3B | 64 | 2C |
| Octal | 336 | 331 | 0 | 0 | 2 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011110 | 11011001 | 0 | 0 | 10 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DED900
Complementary color
Monochromatic Colors of #DED900
Black with #DED900
Text Example
Text Example
White with #DED900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED900; }
p { color: rgb(222,217,0); }
H1.HeaderClassName
{
color: #DED900;
}
.AnyTagClassName
{
color: #DED900;
}
</style>
background-color css
<style>
a { background-color: #DED900; }
a { background-color: rgb(222,217,0); }
div.DivClassName
{
background-color: #DED900;
}
.BgClassName
{
background-color: #DED900;
}
</style>
border-color css
<style>
span { border-color: #DED900; }
span { border-color: rgb(222,217,0); }
td.TdClassName
{
border-color: #DED900;
}
.TagClassName
{
border-color: #DED900;
}
</style>