Shades of Goldenrod #DCE26F
Tints of Goldenrod #DCE26F
RGB
CMYK
RGB Variations
Color information
#DCE26F (or 0xDCE26F) is known color: Goldenrod. HEX triplet: DC, E2 and 6F. RGB value is (220,226,111). Sum of RGB (Red+Green+Blue) = 220+226+111=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE26F is #231D90. Grayscale: #D3D3D3. Windows color (decimal): -2301329 or 7332572. OLE color: 7332572.
HSL color Cylindrical-coordinate representation of color #DCE26F: hue angle of 63.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE26F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 111 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.11 |
| HSL | 63.13º | 0.66% | 0.66% | - |
| HSV(B) | 63.13º | 0.51% | 0.89% | - |
| XYZ | 59.58 | 70.76 | 25.56 | - |
| YUV | 211.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 111 | 0.03 | 0 | 0.51 | 0.11 | 63.13 | 0.66 | 0.66 |
| Hex | DC | E2 | 6F | 3 | 0 | 33 | B | 3F | 42 | 42 |
| Octal | 334 | 342 | 157 | 3 | 0 | 63 | 13 | 77 | 102 | 102 |
| Binary | 11011100 | 11100010 | 1101111 | 11 | 0 | 110011 | 1011 | 111111 | 1000010 | 1000010 |
Color Harmonies of #DCE26F
Complementary color
Monochromatic Colors of #DCE26F
Black with #DCE26F
Text Example
Text Example
White with #DCE26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE26F; }
p { color: rgb(220,226,111); }
H1.HeaderClassName
{
color: #DCE26F;
}
.AnyTagClassName
{
color: #DCE26F;
}
</style>
background-color css
<style>
a { background-color: #DCE26F; }
a { background-color: rgb(220,226,111); }
div.DivClassName
{
background-color: #DCE26F;
}
.BgClassName
{
background-color: #DCE26F;
}
</style>
border-color css
<style>
span { border-color: #DCE26F; }
span { border-color: rgb(220,226,111); }
td.TdClassName
{
border-color: #DCE26F;
}
.TagClassName
{
border-color: #DCE26F;
}
</style>