Shades of Golden Yellow #DEDC02
Tints of Golden Yellow #DEDC02
RGB
CMYK
RGB Variations
Color information
#DEDC02 (or 0xDEDC02) is known color: Golden Yellow. HEX triplet: DE, DC and 02. RGB value is (222,220,2). Sum of RGB (Red+Green+Blue) = 222+220+2=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC02 is #2123FD. Grayscale: #C4C4C4. Windows color (decimal): -2171902 or 187614. OLE color: 187614.
HSL color Cylindrical-coordinate representation of color #DEDC02: hue angle of 59.45º degrees, saturation: 0.98, 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 #DEDC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.13 |
| HSL | 59.45º | 0.98% | 0.44% | - |
| HSV(B) | 59.45º | 0.99% | 0.87% | - |
| XYZ | 55.73 | 66.72 | 10 | - |
| YUV | 195.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 2 | 0 | 0.01 | 0.99 | 0.13 | 59.45 | 0.98 | 0.44 |
| Hex | DE | DC | 2 | 0 | 1 | 63 | D | 3B | 62 | 2C |
| Octal | 336 | 334 | 2 | 0 | 1 | 143 | 15 | 73 | 142 | 54 |
| Binary | 11011110 | 11011100 | 10 | 0 | 1 | 1100011 | 1101 | 111011 | 1100010 | 101100 |
Color Harmonies of #DEDC02
Complementary color
Monochromatic Colors of #DEDC02
Black with #DEDC02
Text Example
Text Example
White with #DEDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC02; }
p { color: rgb(222,220,2); }
H1.HeaderClassName
{
color: #DEDC02;
}
.AnyTagClassName
{
color: #DEDC02;
}
</style>
background-color css
<style>
a { background-color: #DEDC02; }
a { background-color: rgb(222,220,2); }
div.DivClassName
{
background-color: #DEDC02;
}
.BgClassName
{
background-color: #DEDC02;
}
</style>
border-color css
<style>
span { border-color: #DEDC02; }
span { border-color: rgb(222,220,2); }
td.TdClassName
{
border-color: #DEDC02;
}
.TagClassName
{
border-color: #DEDC02;
}
</style>