Shades of Goldenrod #DCDE7E
Tints of Goldenrod #DCDE7E
RGB
CMYK
RGB Variations
Color information
#DCDE7E (or 0xDCDE7E) is known color: Goldenrod. HEX triplet: DC, DE and 7E. RGB value is (220,222,126). Sum of RGB (Red+Green+Blue) = 220+222+126=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE7E is #232181. Grayscale: #D2D2D2. Windows color (decimal): -2302338 or 8314588. OLE color: 8314588.
HSL color Cylindrical-coordinate representation of color #DCDE7E: hue angle of 61.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDE7E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 126 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.25º | 0.59% | 0.68% | - |
| HSV(B) | 61.25º | 0.43% | 0.87% | - |
| XYZ | 59.4 | 68.96 | 29.92 | - |
| YUV | 210.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 126 | 0.01 | 0 | 0.43 | 0.13 | 61.25 | 0.59 | 0.68 |
| Hex | DC | DE | 7E | 1 | 0 | 2B | D | 3D | 3B | 44 |
| Octal | 334 | 336 | 176 | 1 | 0 | 53 | 15 | 75 | 73 | 104 |
| Binary | 11011100 | 11011110 | 1111110 | 1 | 0 | 101011 | 1101 | 111101 | 111011 | 1000100 |
Color Harmonies of #DCDE7E
Complementary color
Monochromatic Colors of #DCDE7E
Black with #DCDE7E
Text Example
Text Example
White with #DCDE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE7E; }
p { color: rgb(220,222,126); }
H1.HeaderClassName
{
color: #DCDE7E;
}
.AnyTagClassName
{
color: #DCDE7E;
}
</style>
background-color css
<style>
a { background-color: #DCDE7E; }
a { background-color: rgb(220,222,126); }
div.DivClassName
{
background-color: #DCDE7E;
}
.BgClassName
{
background-color: #DCDE7E;
}
</style>
border-color css
<style>
span { border-color: #DCDE7E; }
span { border-color: rgb(220,222,126); }
td.TdClassName
{
border-color: #DCDE7E;
}
.TagClassName
{
border-color: #DCDE7E;
}
</style>