Shades of Goldenrod #DCDE79
Tints of Goldenrod #DCDE79
RGB
CMYK
RGB Variations
Color information
#DCDE79 (or 0xDCDE79) is known color: Goldenrod. HEX triplet: DC, DE and 79. RGB value is (220,222,121). Sum of RGB (Red+Green+Blue) = 220+222+121=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE79 is #232186. Grayscale: #D2D2D2. Windows color (decimal): -2302343 or 7986908. OLE color: 7986908.
HSL color Cylindrical-coordinate representation of color #DCDE79: hue angle of 61.19º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDE79 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 121 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.13 |
| HSL | 61.19º | 0.6% | 0.67% | - |
| HSV(B) | 61.19º | 0.45% | 0.87% | - |
| XYZ | 59.09 | 68.84 | 28.26 | - |
| YUV | 209.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 121 | 0.01 | 0 | 0.45 | 0.13 | 61.19 | 0.6 | 0.67 |
| Hex | DC | DE | 79 | 1 | 0 | 2D | D | 3D | 3C | 43 |
| Octal | 334 | 336 | 171 | 1 | 0 | 55 | 15 | 75 | 74 | 103 |
| Binary | 11011100 | 11011110 | 1111001 | 1 | 0 | 101101 | 1101 | 111101 | 111100 | 1000011 |
Color Harmonies of #DCDE79
Complementary color
Monochromatic Colors of #DCDE79
Black with #DCDE79
Text Example
Text Example
White with #DCDE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE79; }
p { color: rgb(220,222,121); }
H1.HeaderClassName
{
color: #DCDE79;
}
.AnyTagClassName
{
color: #DCDE79;
}
</style>
background-color css
<style>
a { background-color: #DCDE79; }
a { background-color: rgb(220,222,121); }
div.DivClassName
{
background-color: #DCDE79;
}
.BgClassName
{
background-color: #DCDE79;
}
</style>
border-color css
<style>
span { border-color: #DCDE79; }
span { border-color: rgb(220,222,121); }
td.TdClassName
{
border-color: #DCDE79;
}
.TagClassName
{
border-color: #DCDE79;
}
</style>