Shades of Goldenrod #DCE26C
Tints of Goldenrod #DCE26C
RGB
CMYK
RGB Variations
Color information
#DCE26C (or 0xDCE26C) is known color: Goldenrod. HEX triplet: DC, E2 and 6C. RGB value is (220,226,108). Sum of RGB (Red+Green+Blue) = 220+226+108=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE26C is #231D93. Grayscale: #D3D3D3. Windows color (decimal): -2301332 or 7135964. OLE color: 7135964.
HSL color Cylindrical-coordinate representation of color #DCE26C: hue angle of 63.05º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE26C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 108 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.11 |
| HSL | 63.05º | 0.67% | 0.65% | - |
| HSV(B) | 63.05º | 0.52% | 0.89% | - |
| XYZ | 59.42 | 70.69 | 24.7 | - |
| YUV | 210.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 108 | 0.03 | 0 | 0.52 | 0.11 | 63.05 | 0.67 | 0.65 |
| Hex | DC | E2 | 6C | 3 | 0 | 34 | B | 3F | 43 | 41 |
| Octal | 334 | 342 | 154 | 3 | 0 | 64 | 13 | 77 | 103 | 101 |
| Binary | 11011100 | 11100010 | 1101100 | 11 | 0 | 110100 | 1011 | 111111 | 1000011 | 1000001 |
Color Harmonies of #DCE26C
Complementary color
Monochromatic Colors of #DCE26C
Black with #DCE26C
Text Example
Text Example
White with #DCE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE26C; }
p { color: rgb(220,226,108); }
H1.HeaderClassName
{
color: #DCE26C;
}
.AnyTagClassName
{
color: #DCE26C;
}
</style>
background-color css
<style>
a { background-color: #DCE26C; }
a { background-color: rgb(220,226,108); }
div.DivClassName
{
background-color: #DCE26C;
}
.BgClassName
{
background-color: #DCE26C;
}
</style>
border-color css
<style>
span { border-color: #DCE26C; }
span { border-color: rgb(220,226,108); }
td.TdClassName
{
border-color: #DCE26C;
}
.TagClassName
{
border-color: #DCE26C;
}
</style>