Shades of Golden Yellow #DEDC04
Tints of Golden Yellow #DEDC04
RGB
CMYK
RGB Variations
Color information
#DEDC04 (or 0xDEDC04) is known color: Golden Yellow. HEX triplet: DE, DC and 04. RGB value is (222,220,4). Sum of RGB (Red+Green+Blue) = 222+220+4=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC04 is #2123FB. Grayscale: #C4C4C4. Windows color (decimal): -2171900 or 318686. OLE color: 318686.
HSL color Cylindrical-coordinate representation of color #DEDC04: hue angle of 59.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEDC04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.13 |
| HSL | 59.45º | 0.96% | 0.44% | - |
| HSV(B) | 59.45º | 0.98% | 0.87% | - |
| XYZ | 55.74 | 66.72 | 10.06 | - |
| YUV | 195.97 | 19.66 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 4 | 0 | 0.01 | 0.98 | 0.13 | 59.45 | 0.96 | 0.44 |
| Hex | DE | DC | 4 | 0 | 1 | 62 | D | 3B | 60 | 2C |
| Octal | 336 | 334 | 4 | 0 | 1 | 142 | 15 | 73 | 140 | 54 |
| Binary | 11011110 | 11011100 | 100 | 0 | 1 | 1100010 | 1101 | 111011 | 1100000 | 101100 |
Color Harmonies of #DEDC04
Complementary color
Monochromatic Colors of #DEDC04
Black with #DEDC04
Text Example
Text Example
White with #DEDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC04; }
p { color: rgb(222,220,4); }
H1.HeaderClassName
{
color: #DEDC04;
}
.AnyTagClassName
{
color: #DEDC04;
}
</style>
background-color css
<style>
a { background-color: #DEDC04; }
a { background-color: rgb(222,220,4); }
div.DivClassName
{
background-color: #DEDC04;
}
.BgClassName
{
background-color: #DEDC04;
}
</style>
border-color css
<style>
span { border-color: #DEDC04; }
span { border-color: rgb(222,220,4); }
td.TdClassName
{
border-color: #DEDC04;
}
.TagClassName
{
border-color: #DEDC04;
}
</style>