Shades of Goldenrod #DCDE62
Tints of Goldenrod #DCDE62
RGB
CMYK
RGB Variations
Color information
#DCDE62 (or 0xDCDE62) is known color: Goldenrod. HEX triplet: DC, DE and 62. RGB value is (220,222,98). Sum of RGB (Red+Green+Blue) = 220+222+98=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE62 is #23219D. Grayscale: #CFCFCF. Windows color (decimal): -2302366 or 6479580. OLE color: 6479580.
HSL color Cylindrical-coordinate representation of color #DCDE62: hue angle of 60.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCDE62 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 98 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.13 |
| HSL | 60.97º | 0.65% | 0.63% | - |
| HSV(B) | 60.97º | 0.56% | 0.87% | - |
| XYZ | 57.84 | 68.34 | 21.7 | - |
| YUV | 207.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 98 | 0.01 | 0 | 0.56 | 0.13 | 60.97 | 0.65 | 0.63 |
| Hex | DC | DE | 62 | 1 | 0 | 38 | D | 3D | 41 | 3F |
| Octal | 334 | 336 | 142 | 1 | 0 | 70 | 15 | 75 | 101 | 77 |
| Binary | 11011100 | 11011110 | 1100010 | 1 | 0 | 111000 | 1101 | 111101 | 1000001 | 111111 |
Color Harmonies of #DCDE62
Complementary color
Monochromatic Colors of #DCDE62
Black with #DCDE62
Text Example
Text Example
White with #DCDE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE62; }
p { color: rgb(220,222,98); }
H1.HeaderClassName
{
color: #DCDE62;
}
.AnyTagClassName
{
color: #DCDE62;
}
</style>
background-color css
<style>
a { background-color: #DCDE62; }
a { background-color: rgb(220,222,98); }
div.DivClassName
{
background-color: #DCDE62;
}
.BgClassName
{
background-color: #DCDE62;
}
</style>
border-color css
<style>
span { border-color: #DCDE62; }
span { border-color: rgb(220,222,98); }
td.TdClassName
{
border-color: #DCDE62;
}
.TagClassName
{
border-color: #DCDE62;
}
</style>