Shades of Golden Yellow #DED902
Tints of Golden Yellow #DED902
RGB
CMYK
RGB Variations
Color information
#DED902 (or 0xDED902) is known color: Golden Yellow. HEX triplet: DE, D9 and 02. RGB value is (222,217,2). Sum of RGB (Red+Green+Blue) = 222+217+2=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED902 is #2126FD. Grayscale: #C2C2C2. Windows color (decimal): -2172670 or 186846. OLE color: 186846.
HSL color Cylindrical-coordinate representation of color #DED902: hue angle of 58.64º 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 #DED902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.64º | 0.98% | 0.44% | - |
| HSV(B) | 58.64º | 0.99% | 0.87% | - |
| XYZ | 54.95 | 65.16 | 9.74 | - |
| YUV | 193.99 | 19.66 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 2 | 0 | 0.02 | 0.99 | 0.13 | 58.64 | 0.98 | 0.44 |
| Hex | DE | D9 | 2 | 0 | 2 | 63 | D | 3B | 62 | 2C |
| Octal | 336 | 331 | 2 | 0 | 2 | 143 | 15 | 73 | 142 | 54 |
| Binary | 11011110 | 11011001 | 10 | 0 | 10 | 1100011 | 1101 | 111011 | 1100010 | 101100 |
Color Harmonies of #DED902
Complementary color
Monochromatic Colors of #DED902
Black with #DED902
Text Example
Text Example
White with #DED902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED902; }
p { color: rgb(222,217,2); }
H1.HeaderClassName
{
color: #DED902;
}
.AnyTagClassName
{
color: #DED902;
}
</style>
background-color css
<style>
a { background-color: #DED902; }
a { background-color: rgb(222,217,2); }
div.DivClassName
{
background-color: #DED902;
}
.BgClassName
{
background-color: #DED902;
}
</style>
border-color css
<style>
span { border-color: #DED902; }
span { border-color: rgb(222,217,2); }
td.TdClassName
{
border-color: #DED902;
}
.TagClassName
{
border-color: #DED902;
}
</style>