Shades of Golden Yellow #DEDC03
Tints of Golden Yellow #DEDC03
RGB
CMYK
RGB Variations
Color information
#DEDC03 (or 0xDEDC03) is known color: Golden Yellow. HEX triplet: DE, DC and 03. RGB value is (222,220,3). Sum of RGB (Red+Green+Blue) = 222+220+3=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC03 is #2123FC. Grayscale: #C4C4C4. Windows color (decimal): -2171901 or 253150. OLE color: 253150.
HSL color Cylindrical-coordinate representation of color #DEDC03: hue angle of 59.45º 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 #DEDC03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.13 |
| HSL | 59.45º | 0.97% | 0.44% | - |
| HSV(B) | 59.45º | 0.99% | 0.87% | - |
| XYZ | 55.73 | 66.72 | 10.03 | - |
| YUV | 195.86 | 19.16 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 3 | 0 | 0.01 | 0.99 | 0.13 | 59.45 | 0.97 | 0.44 |
| Hex | DE | DC | 3 | 0 | 1 | 63 | D | 3B | 61 | 2C |
| Octal | 336 | 334 | 3 | 0 | 1 | 143 | 15 | 73 | 141 | 54 |
| Binary | 11011110 | 11011100 | 11 | 0 | 1 | 1100011 | 1101 | 111011 | 1100001 | 101100 |
Color Harmonies of #DEDC03
Complementary color
Monochromatic Colors of #DEDC03
Black with #DEDC03
Text Example
Text Example
White with #DEDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC03; }
p { color: rgb(222,220,3); }
H1.HeaderClassName
{
color: #DEDC03;
}
.AnyTagClassName
{
color: #DEDC03;
}
</style>
background-color css
<style>
a { background-color: #DEDC03; }
a { background-color: rgb(222,220,3); }
div.DivClassName
{
background-color: #DEDC03;
}
.BgClassName
{
background-color: #DEDC03;
}
</style>
border-color css
<style>
span { border-color: #DEDC03; }
span { border-color: rgb(222,220,3); }
td.TdClassName
{
border-color: #DEDC03;
}
.TagClassName
{
border-color: #DEDC03;
}
</style>