Shades of Golden Yellow #DEDA03
Tints of Golden Yellow #DEDA03
RGB
CMYK
RGB Variations
Color information
#DEDA03 (or 0xDEDA03) is known color: Golden Yellow. HEX triplet: DE, DA and 03. RGB value is (222,218,3). Sum of RGB (Red+Green+Blue) = 222+218+3=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA03 is #2125FC. Grayscale: #C3C3C3. Windows color (decimal): -2172413 or 252638. OLE color: 252638.
HSL color Cylindrical-coordinate representation of color #DEDA03: hue angle of 58.9º degrees, saturation: 0.97, 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 #DEDA03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.9º | 0.97% | 0.44% | - |
| HSV(B) | 58.9º | 0.99% | 0.87% | - |
| XYZ | 55.21 | 65.68 | 9.85 | - |
| YUV | 194.69 | 19.83 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 3 | 0 | 0.02 | 0.99 | 0.13 | 58.9 | 0.97 | 0.44 |
| Hex | DE | DA | 3 | 0 | 2 | 63 | D | 3B | 61 | 2C |
| Octal | 336 | 332 | 3 | 0 | 2 | 143 | 15 | 73 | 141 | 54 |
| Binary | 11011110 | 11011010 | 11 | 0 | 10 | 1100011 | 1101 | 111011 | 1100001 | 101100 |
Color Harmonies of #DEDA03
Complementary color
Monochromatic Colors of #DEDA03
Black with #DEDA03
Text Example
Text Example
White with #DEDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA03; }
p { color: rgb(222,218,3); }
H1.HeaderClassName
{
color: #DEDA03;
}
.AnyTagClassName
{
color: #DEDA03;
}
</style>
background-color css
<style>
a { background-color: #DEDA03; }
a { background-color: rgb(222,218,3); }
div.DivClassName
{
background-color: #DEDA03;
}
.BgClassName
{
background-color: #DEDA03;
}
</style>
border-color css
<style>
span { border-color: #DEDA03; }
span { border-color: rgb(222,218,3); }
td.TdClassName
{
border-color: #DEDA03;
}
.TagClassName
{
border-color: #DEDA03;
}
</style>