Shades of Goldenrod #DCE16D
Tints of Goldenrod #DCE16D
RGB
CMYK
RGB Variations
Color information
#DCE16D (or 0xDCE16D) is known color: Goldenrod. HEX triplet: DC, E1 and 6D. RGB value is (220,225,109). Sum of RGB (Red+Green+Blue) = 220+225+109=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE16D is #231E92. Grayscale: #D2D2D2. Windows color (decimal): -2301587 or 7201244. OLE color: 7201244.
HSL color Cylindrical-coordinate representation of color #DCE16D: hue angle of 62.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE16D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 109 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.12 |
| HSL | 62.59º | 0.66% | 0.65% | - |
| HSV(B) | 62.59º | 0.52% | 0.88% | - |
| XYZ | 59.2 | 70.17 | 24.89 | - |
| YUV | 210.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 109 | 0.02 | 0 | 0.52 | 0.12 | 62.59 | 0.66 | 0.65 |
| Hex | DC | E1 | 6D | 2 | 0 | 34 | C | 3F | 42 | 41 |
| Octal | 334 | 341 | 155 | 2 | 0 | 64 | 14 | 77 | 102 | 101 |
| Binary | 11011100 | 11100001 | 1101101 | 10 | 0 | 110100 | 1100 | 111111 | 1000010 | 1000001 |
Color Harmonies of #DCE16D
Complementary color
Monochromatic Colors of #DCE16D
Black with #DCE16D
Text Example
Text Example
White with #DCE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE16D; }
p { color: rgb(220,225,109); }
H1.HeaderClassName
{
color: #DCE16D;
}
.AnyTagClassName
{
color: #DCE16D;
}
</style>
background-color css
<style>
a { background-color: #DCE16D; }
a { background-color: rgb(220,225,109); }
div.DivClassName
{
background-color: #DCE16D;
}
.BgClassName
{
background-color: #DCE16D;
}
</style>
border-color css
<style>
span { border-color: #DCE16D; }
span { border-color: rgb(220,225,109); }
td.TdClassName
{
border-color: #DCE16D;
}
.TagClassName
{
border-color: #DCE16D;
}
</style>