Shades of Goldenrod #DCE26E
Tints of Goldenrod #DCE26E
RGB
CMYK
RGB Variations
Color information
#DCE26E (or 0xDCE26E) is known color: Goldenrod. HEX triplet: DC, E2 and 6E. RGB value is (220,226,110). Sum of RGB (Red+Green+Blue) = 220+226+110=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE26E is #231D91. Grayscale: #D3D3D3. Windows color (decimal): -2301330 or 7267036. OLE color: 7267036.
HSL color Cylindrical-coordinate representation of color #DCE26E: hue angle of 63.1º degrees, saturation: 0.67, 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 #DCE26E is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 110 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.11 |
| HSL | 63.1º | 0.67% | 0.66% | - |
| HSV(B) | 63.1º | 0.51% | 0.89% | - |
| XYZ | 59.53 | 70.73 | 25.27 | - |
| YUV | 210.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 110 | 0.03 | 0 | 0.51 | 0.11 | 63.1 | 0.67 | 0.66 |
| Hex | DC | E2 | 6E | 3 | 0 | 33 | B | 3F | 43 | 42 |
| Octal | 334 | 342 | 156 | 3 | 0 | 63 | 13 | 77 | 103 | 102 |
| Binary | 11011100 | 11100010 | 1101110 | 11 | 0 | 110011 | 1011 | 111111 | 1000011 | 1000010 |
Color Harmonies of #DCE26E
Complementary color
Monochromatic Colors of #DCE26E
Black with #DCE26E
Text Example
Text Example
White with #DCE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE26E; }
p { color: rgb(220,226,110); }
H1.HeaderClassName
{
color: #DCE26E;
}
.AnyTagClassName
{
color: #DCE26E;
}
</style>
background-color css
<style>
a { background-color: #DCE26E; }
a { background-color: rgb(220,226,110); }
div.DivClassName
{
background-color: #DCE26E;
}
.BgClassName
{
background-color: #DCE26E;
}
</style>
border-color css
<style>
span { border-color: #DCE26E; }
span { border-color: rgb(220,226,110); }
td.TdClassName
{
border-color: #DCE26E;
}
.TagClassName
{
border-color: #DCE26E;
}
</style>