Shades of Golden Yellow #DEDC06
Tints of Golden Yellow #DEDC06
RGB
CMYK
RGB Variations
Color information
#DEDC06 (or 0xDEDC06) is known color: Golden Yellow. HEX triplet: DE, DC and 06. RGB value is (222,220,6). Sum of RGB (Red+Green+Blue) = 222+220+6=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC06 is #2123F9. Grayscale: #C5C5C5. Windows color (decimal): -2171898 or 449758. OLE color: 449758.
HSL color Cylindrical-coordinate representation of color #DEDC06: hue angle of 59.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEDC06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.13 |
| HSL | 59.44º | 0.95% | 0.45% | - |
| HSV(B) | 59.44º | 0.97% | 0.87% | - |
| XYZ | 55.75 | 66.73 | 10.11 | - |
| YUV | 196.2 | 20.66 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 6 | 0 | 0.01 | 0.97 | 0.13 | 59.44 | 0.95 | 0.45 |
| Hex | DE | DC | 6 | 0 | 1 | 61 | D | 3B | 5F | 2D |
| Octal | 336 | 334 | 6 | 0 | 1 | 141 | 15 | 73 | 137 | 55 |
| Binary | 11011110 | 11011100 | 110 | 0 | 1 | 1100001 | 1101 | 111011 | 1011111 | 101101 |
Color Harmonies of #DEDC06
Complementary color
Monochromatic Colors of #DEDC06
Black with #DEDC06
Text Example
Text Example
White with #DEDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC06; }
p { color: rgb(222,220,6); }
H1.HeaderClassName
{
color: #DEDC06;
}
.AnyTagClassName
{
color: #DEDC06;
}
</style>
background-color css
<style>
a { background-color: #DEDC06; }
a { background-color: rgb(222,220,6); }
div.DivClassName
{
background-color: #DEDC06;
}
.BgClassName
{
background-color: #DEDC06;
}
</style>
border-color css
<style>
span { border-color: #DEDC06; }
span { border-color: rgb(222,220,6); }
td.TdClassName
{
border-color: #DEDC06;
}
.TagClassName
{
border-color: #DEDC06;
}
</style>