Shades of Golden Yellow #DEDA00
Tints of Golden Yellow #DEDA00
RGB
CMYK
RGB Variations
Color information
#DEDA00 (or 0xDEDA00) is known color: Golden Yellow. HEX triplet: DE, DA and 00. RGB value is (222,218,0). Sum of RGB (Red+Green+Blue) = 222+218+0=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA00 is #2125FF. Grayscale: #C3C3C3. Windows color (decimal): -2172416 or 56030. OLE color: 56030.
HSL color Cylindrical-coordinate representation of color #DEDA00: hue angle of 58.92º 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 #DEDA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.13 |
| HSL | 58.92º | 1% | 0.44% | - |
| HSV(B) | 58.92º | 1% | 0.87% | - |
| XYZ | 55.2 | 65.67 | 9.77 | - |
| YUV | 194.34 | 18.33 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 0 | 0 | 0.02 | 1 | 0.13 | 58.92 | 1 | 0.44 |
| Hex | DE | DA | 0 | 0 | 2 | 64 | D | 3B | 64 | 2C |
| Octal | 336 | 332 | 0 | 0 | 2 | 144 | 15 | 73 | 144 | 54 |
| Binary | 11011110 | 11011010 | 0 | 0 | 10 | 1100100 | 1101 | 111011 | 1100100 | 101100 |
Color Harmonies of #DEDA00
Complementary color
Monochromatic Colors of #DEDA00
Black with #DEDA00
Text Example
Text Example
White with #DEDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA00; }
p { color: rgb(222,218,0); }
H1.HeaderClassName
{
color: #DEDA00;
}
.AnyTagClassName
{
color: #DEDA00;
}
</style>
background-color css
<style>
a { background-color: #DEDA00; }
a { background-color: rgb(222,218,0); }
div.DivClassName
{
background-color: #DEDA00;
}
.BgClassName
{
background-color: #DEDA00;
}
</style>
border-color css
<style>
span { border-color: #DEDA00; }
span { border-color: rgb(222,218,0); }
td.TdClassName
{
border-color: #DEDA00;
}
.TagClassName
{
border-color: #DEDA00;
}
</style>