Shades of Golden Yellow #DEDD02
Tints of Golden Yellow #DEDD02
RGB
CMYK
RGB Variations
Color information
#DEDD02 (or 0xDEDD02) is known color: Golden Yellow. HEX triplet: DE, DD and 02. RGB value is (222,221,2). Sum of RGB (Red+Green+Blue) = 222+221+2=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD02 is #2122FD. Grayscale: #C5C5C5. Windows color (decimal): -2171646 or 187870. OLE color: 187870.
HSL color Cylindrical-coordinate representation of color #DEDD02: hue angle of 59.73º 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 #DEDD02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.13 |
| HSL | 59.73º | 0.98% | 0.44% | - |
| HSV(B) | 59.73º | 0.99% | 0.87% | - |
| XYZ | 55.99 | 67.25 | 10.09 | - |
| YUV | 196.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 2 | 0 | 0.00 | 0.99 | 0.13 | 59.73 | 0.98 | 0.44 |
| Hex | DE | DD | 2 | 0 | 0 | 63 | D | 3C | 62 | 2C |
| Octal | 336 | 335 | 2 | 0 | 0 | 143 | 15 | 74 | 142 | 54 |
| Binary | 11011110 | 11011101 | 10 | 0 | 0 | 1100011 | 1101 | 111100 | 1100010 | 101100 |
Color Harmonies of #DEDD02
Complementary color
Monochromatic Colors of #DEDD02
Black with #DEDD02
Text Example
Text Example
White with #DEDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD02; }
p { color: rgb(222,221,2); }
H1.HeaderClassName
{
color: #DEDD02;
}
.AnyTagClassName
{
color: #DEDD02;
}
</style>
background-color css
<style>
a { background-color: #DEDD02; }
a { background-color: rgb(222,221,2); }
div.DivClassName
{
background-color: #DEDD02;
}
.BgClassName
{
background-color: #DEDD02;
}
</style>
border-color css
<style>
span { border-color: #DEDD02; }
span { border-color: rgb(222,221,2); }
td.TdClassName
{
border-color: #DEDD02;
}
.TagClassName
{
border-color: #DEDD02;
}
</style>