Shades of Golden Yellow #DEDB04
Tints of Golden Yellow #DEDB04
RGB
CMYK
RGB Variations
Color information
#DEDB04 (or 0xDEDB04) is known color: Golden Yellow. HEX triplet: DE, DB and 04. RGB value is (222,219,4). Sum of RGB (Red+Green+Blue) = 222+219+4=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB04 is #2124FB. Grayscale: #C4C4C4. Windows color (decimal): -2172156 or 318430. OLE color: 318430.
HSL color Cylindrical-coordinate representation of color #DEDB04: hue angle of 59.17º 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 #DEDB04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.13 |
| HSL | 59.17º | 0.96% | 0.44% | - |
| HSV(B) | 59.17º | 0.98% | 0.87% | - |
| XYZ | 55.48 | 66.2 | 9.97 | - |
| YUV | 195.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 4 | 0 | 0.01 | 0.98 | 0.13 | 59.17 | 0.96 | 0.44 |
| Hex | DE | DB | 4 | 0 | 1 | 62 | D | 3B | 60 | 2C |
| Octal | 336 | 333 | 4 | 0 | 1 | 142 | 15 | 73 | 140 | 54 |
| Binary | 11011110 | 11011011 | 100 | 0 | 1 | 1100010 | 1101 | 111011 | 1100000 | 101100 |
Color Harmonies of #DEDB04
Complementary color
Monochromatic Colors of #DEDB04
Black with #DEDB04
Text Example
Text Example
White with #DEDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB04; }
p { color: rgb(222,219,4); }
H1.HeaderClassName
{
color: #DEDB04;
}
.AnyTagClassName
{
color: #DEDB04;
}
</style>
background-color css
<style>
a { background-color: #DEDB04; }
a { background-color: rgb(222,219,4); }
div.DivClassName
{
background-color: #DEDB04;
}
.BgClassName
{
background-color: #DEDB04;
}
</style>
border-color css
<style>
span { border-color: #DEDB04; }
span { border-color: rgb(222,219,4); }
td.TdClassName
{
border-color: #DEDB04;
}
.TagClassName
{
border-color: #DEDB04;
}
</style>