Shades of Primrose #DCE68E
Tints of Primrose #DCE68E
RGB
CMYK
RGB Variations
Color information
#DCE68E (or 0xDCE68E) is known color: Primrose. HEX triplet: DC, E6 and 8E. RGB value is (220,230,142). Sum of RGB (Red+Green+Blue) = 220+230+142=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE68E is #231971. Grayscale: #D9D9D9. Windows color (decimal): -2300274 or 9365212. OLE color: 9365212.
HSL color Cylindrical-coordinate representation of color #DCE68E: hue angle of 66.82º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE68E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 142 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.10 |
| HSL | 66.82º | 0.64% | 0.73% | - |
| HSV(B) | 66.82º | 0.38% | 0.9% | - |
| XYZ | 62.69 | 73.76 | 36.52 | - |
| YUV | 216.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 142 | 0.04 | 0 | 0.38 | 0.10 | 66.82 | 0.64 | 0.73 |
| Hex | DC | E6 | 8E | 4 | 0 | 26 | A | 43 | 40 | 49 |
| Octal | 334 | 346 | 216 | 4 | 0 | 46 | 12 | 103 | 100 | 111 |
| Binary | 11011100 | 11100110 | 10001110 | 100 | 0 | 100110 | 1010 | 1000011 | 1000000 | 1001001 |
Color Harmonies of #DCE68E
Complementary color
Monochromatic Colors of #DCE68E
Black with #DCE68E
Text Example
Text Example
White with #DCE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE68E; }
p { color: rgb(220,230,142); }
H1.HeaderClassName
{
color: #DCE68E;
}
.AnyTagClassName
{
color: #DCE68E;
}
</style>
background-color css
<style>
a { background-color: #DCE68E; }
a { background-color: rgb(220,230,142); }
div.DivClassName
{
background-color: #DCE68E;
}
.BgClassName
{
background-color: #DCE68E;
}
</style>
border-color css
<style>
span { border-color: #DCE68E; }
span { border-color: rgb(220,230,142); }
td.TdClassName
{
border-color: #DCE68E;
}
.TagClassName
{
border-color: #DCE68E;
}
</style>