Shades of Goldenrod #DCE080
Tints of Goldenrod #DCE080
RGB
CMYK
RGB Variations
Color information
#DCE080 (or 0xDCE080) is known color: Goldenrod. HEX triplet: DC, E0 and 80. RGB value is (220,224,128). Sum of RGB (Red+Green+Blue) = 220+224+128=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE080 is #231F7F. Grayscale: #D4D4D4. Windows color (decimal): -2301824 or 8446172. OLE color: 8446172.
HSL color Cylindrical-coordinate representation of color #DCE080: hue angle of 62.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE080 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 128 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.12 |
| HSL | 62.5º | 0.61% | 0.69% | - |
| HSV(B) | 62.5º | 0.43% | 0.88% | - |
| XYZ | 60.07 | 70.09 | 30.78 | - |
| YUV | 211.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 128 | 0.02 | 0 | 0.43 | 0.12 | 62.5 | 0.61 | 0.69 |
| Hex | DC | E0 | 80 | 2 | 0 | 2B | C | 3F | 3D | 45 |
| Octal | 334 | 340 | 200 | 2 | 0 | 53 | 14 | 77 | 75 | 105 |
| Binary | 11011100 | 11100000 | 10000000 | 10 | 0 | 101011 | 1100 | 111111 | 111101 | 1000101 |
Color Harmonies of #DCE080
Complementary color
Monochromatic Colors of #DCE080
Black with #DCE080
Text Example
Text Example
White with #DCE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE080; }
p { color: rgb(220,224,128); }
H1.HeaderClassName
{
color: #DCE080;
}
.AnyTagClassName
{
color: #DCE080;
}
</style>
background-color css
<style>
a { background-color: #DCE080; }
a { background-color: rgb(220,224,128); }
div.DivClassName
{
background-color: #DCE080;
}
.BgClassName
{
background-color: #DCE080;
}
</style>
border-color css
<style>
span { border-color: #DCE080; }
span { border-color: rgb(220,224,128); }
td.TdClassName
{
border-color: #DCE080;
}
.TagClassName
{
border-color: #DCE080;
}
</style>