Shades of Golden Yellow #DEDA01
Tints of Golden Yellow #DEDA01
RGB
CMYK
RGB Variations
Color information
#DEDA01 (or 0xDEDA01) is known color: Golden Yellow. HEX triplet: DE, DA and 01. RGB value is (222,218,1). Sum of RGB (Red+Green+Blue) = 222+218+1=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA01 is #2125FE. Grayscale: #C3C3C3. Windows color (decimal): -2172415 or 121566. OLE color: 121566.
HSL color Cylindrical-coordinate representation of color #DEDA01: hue angle of 58.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEDA01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.13 |
| HSL | 58.91º | 0.99% | 0.44% | - |
| HSV(B) | 58.91º | 1% | 0.87% | - |
| XYZ | 55.2 | 65.67 | 9.8 | - |
| YUV | 194.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 1 | 0 | 0.02 | 1.00 | 0.13 | 58.91 | 0.99 | 0.44 |
| Hex | DE | DA | 1 | 0 | 2 | 64 | D | 3B | 63 | 2C |
| Octal | 336 | 332 | 1 | 0 | 2 | 144 | 15 | 73 | 143 | 54 |
| Binary | 11011110 | 11011010 | 1 | 0 | 10 | 1100100 | 1101 | 111011 | 1100011 | 101100 |
Color Harmonies of #DEDA01
Complementary color
Monochromatic Colors of #DEDA01
Black with #DEDA01
Text Example
Text Example
White with #DEDA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA01; }
p { color: rgb(222,218,1); }
H1.HeaderClassName
{
color: #DEDA01;
}
.AnyTagClassName
{
color: #DEDA01;
}
</style>
background-color css
<style>
a { background-color: #DEDA01; }
a { background-color: rgb(222,218,1); }
div.DivClassName
{
background-color: #DEDA01;
}
.BgClassName
{
background-color: #DEDA01;
}
</style>
border-color css
<style>
span { border-color: #DEDA01; }
span { border-color: rgb(222,218,1); }
td.TdClassName
{
border-color: #DEDA01;
}
.TagClassName
{
border-color: #DEDA01;
}
</style>