Shades of Goldenrod #DCE061
Tints of Goldenrod #DCE061
RGB
CMYK
RGB Variations
Color information
#DCE061 (or 0xDCE061) is known color: Goldenrod. HEX triplet: DC, E0 and 61. RGB value is (220,224,97). Sum of RGB (Red+Green+Blue) = 220+224+97=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE061 is #231F9E. Grayscale: #D0D0D0. Windows color (decimal): -2301855 or 6414556. OLE color: 6414556.
HSL color Cylindrical-coordinate representation of color #DCE061: hue angle of 61.89º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCE061 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 97 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.12 |
| HSL | 61.89º | 0.67% | 0.63% | - |
| HSV(B) | 61.89º | 0.57% | 0.88% | - |
| XYZ | 58.33 | 69.39 | 21.63 | - |
| YUV | 208.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 97 | 0.02 | 0 | 0.57 | 0.12 | 61.89 | 0.67 | 0.63 |
| Hex | DC | E0 | 61 | 2 | 0 | 39 | C | 3E | 43 | 3F |
| Octal | 334 | 340 | 141 | 2 | 0 | 71 | 14 | 76 | 103 | 77 |
| Binary | 11011100 | 11100000 | 1100001 | 10 | 0 | 111001 | 1100 | 111110 | 1000011 | 111111 |
Color Harmonies of #DCE061
Complementary color
Monochromatic Colors of #DCE061
Black with #DCE061
Text Example
Text Example
White with #DCE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE061; }
p { color: rgb(220,224,97); }
H1.HeaderClassName
{
color: #DCE061;
}
.AnyTagClassName
{
color: #DCE061;
}
</style>
background-color css
<style>
a { background-color: #DCE061; }
a { background-color: rgb(220,224,97); }
div.DivClassName
{
background-color: #DCE061;
}
.BgClassName
{
background-color: #DCE061;
}
</style>
border-color css
<style>
span { border-color: #DCE061; }
span { border-color: rgb(220,224,97); }
td.TdClassName
{
border-color: #DCE061;
}
.TagClassName
{
border-color: #DCE061;
}
</style>