Shades of Golden Yellow #DEDC00
Tints of Golden Yellow #DEDC00
RGB
CMYK
RGB Variations
Color information
#DEDC00 (or 0xDEDC00) is known color: Golden Yellow. HEX triplet: DE, DC and 00. RGB value is (222,220,0). Sum of RGB (Red+Green+Blue) = 222+220+0=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC00 is #2123FF. Grayscale: #C4C4C4. Windows color (decimal): -2171904 or 56542. OLE color: 56542.
HSL color Cylindrical-coordinate representation of color #DEDC00: 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 #DEDC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.13 |
| HSL | 59.46º | 1% | 0.44% | - |
| HSV(B) | 59.46º | 1% | 0.87% | - |
| XYZ | 55.72 | 66.72 | 9.94 | - |
| YUV | 195.52 | 17.66 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 0 | 0 | 0.01 | 1 | 0.13 | 59.46 | 1 | 0.44 |
| Hex | DE | DC | 0 | 0 | 1 | 64 | D | 3B | 64 | 2C |
| Octal | 336 | 334 | 0 | 0 | 1 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011110 | 11011100 | 0 | 0 | 1 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DEDC00
Complementary color
Monochromatic Colors of #DEDC00
Black with #DEDC00
Text Example
Text Example
White with #DEDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC00; }
p { color: rgb(222,220,0); }
H1.HeaderClassName
{
color: #DEDC00;
}
.AnyTagClassName
{
color: #DEDC00;
}
</style>
background-color css
<style>
a { background-color: #DEDC00; }
a { background-color: rgb(222,220,0); }
div.DivClassName
{
background-color: #DEDC00;
}
.BgClassName
{
background-color: #DEDC00;
}
</style>
border-color css
<style>
span { border-color: #DEDC00; }
span { border-color: rgb(222,220,0); }
td.TdClassName
{
border-color: #DEDC00;
}
.TagClassName
{
border-color: #DEDC00;
}
</style>