Shades of Goldenrod #DCE062
Tints of Goldenrod #DCE062
RGB
CMYK
RGB Variations
Color information
#DCE062 (or 0xDCE062) is known color: Goldenrod. HEX triplet: DC, E0 and 62. RGB value is (220,224,98). Sum of RGB (Red+Green+Blue) = 220+224+98=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE062 is #231F9D. Grayscale: #D0D0D0. Windows color (decimal): -2301854 or 6480092. OLE color: 6480092.
HSL color Cylindrical-coordinate representation of color #DCE062: hue angle of 61.9º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE062 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 98 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.12 |
| HSL | 61.9º | 0.67% | 0.63% | - |
| HSV(B) | 61.9º | 0.56% | 0.88% | - |
| XYZ | 58.38 | 69.41 | 21.88 | - |
| YUV | 208.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 98 | 0.02 | 0 | 0.56 | 0.12 | 61.9 | 0.67 | 0.63 |
| Hex | DC | E0 | 62 | 2 | 0 | 38 | C | 3E | 43 | 3F |
| Octal | 334 | 340 | 142 | 2 | 0 | 70 | 14 | 76 | 103 | 77 |
| Binary | 11011100 | 11100000 | 1100010 | 10 | 0 | 111000 | 1100 | 111110 | 1000011 | 111111 |
Color Harmonies of #DCE062
Complementary color
Monochromatic Colors of #DCE062
Black with #DCE062
Text Example
Text Example
White with #DCE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE062; }
p { color: rgb(220,224,98); }
H1.HeaderClassName
{
color: #DCE062;
}
.AnyTagClassName
{
color: #DCE062;
}
</style>
background-color css
<style>
a { background-color: #DCE062; }
a { background-color: rgb(220,224,98); }
div.DivClassName
{
background-color: #DCE062;
}
.BgClassName
{
background-color: #DCE062;
}
</style>
border-color css
<style>
span { border-color: #DCE062; }
span { border-color: rgb(220,224,98); }
td.TdClassName
{
border-color: #DCE062;
}
.TagClassName
{
border-color: #DCE062;
}
</style>