Shades of Goldenrod #DCE276
Tints of Goldenrod #DCE276
RGB
CMYK
RGB Variations
Color information
#DCE276 (or 0xDCE276) is known color: Goldenrod. HEX triplet: DC, E2 and 76. RGB value is (220,226,118). Sum of RGB (Red+Green+Blue) = 220+226+118=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE276 is #231D89. Grayscale: #D4D4D4. Windows color (decimal): -2301322 or 7791324. OLE color: 7791324.
HSL color Cylindrical-coordinate representation of color #DCE276: hue angle of 63.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE276 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 118 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.11 |
| HSL | 63.33º | 0.65% | 0.67% | - |
| HSV(B) | 63.33º | 0.48% | 0.89% | - |
| XYZ | 59.98 | 70.92 | 27.67 | - |
| YUV | 211.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 118 | 0.03 | 0 | 0.48 | 0.11 | 63.33 | 0.65 | 0.67 |
| Hex | DC | E2 | 76 | 3 | 0 | 30 | B | 3F | 41 | 43 |
| Octal | 334 | 342 | 166 | 3 | 0 | 60 | 13 | 77 | 101 | 103 |
| Binary | 11011100 | 11100010 | 1110110 | 11 | 0 | 110000 | 1011 | 111111 | 1000001 | 1000011 |
Color Harmonies of #DCE276
Complementary color
Monochromatic Colors of #DCE276
Black with #DCE276
Text Example
Text Example
White with #DCE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE276; }
p { color: rgb(220,226,118); }
H1.HeaderClassName
{
color: #DCE276;
}
.AnyTagClassName
{
color: #DCE276;
}
</style>
background-color css
<style>
a { background-color: #DCE276; }
a { background-color: rgb(220,226,118); }
div.DivClassName
{
background-color: #DCE276;
}
.BgClassName
{
background-color: #DCE276;
}
</style>
border-color css
<style>
span { border-color: #DCE276; }
span { border-color: rgb(220,226,118); }
td.TdClassName
{
border-color: #DCE276;
}
.TagClassName
{
border-color: #DCE276;
}
</style>