Shades of Primrose #DCE68A
Tints of Primrose #DCE68A
RGB
CMYK
RGB Variations
Color information
#DCE68A (or 0xDCE68A) is known color: Primrose. HEX triplet: DC, E6 and 8A. RGB value is (220,230,138). Sum of RGB (Red+Green+Blue) = 220+230+138=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE68A is #231975. Grayscale: #D8D8D8. Windows color (decimal): -2300278 or 9103068. OLE color: 9103068.
HSL color Cylindrical-coordinate representation of color #DCE68A: hue angle of 66.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE68A is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 138 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.10 |
| HSL | 66.52º | 0.65% | 0.72% | - |
| HSV(B) | 66.52º | 0.4% | 0.9% | - |
| XYZ | 62.4 | 73.64 | 34.97 | - |
| YUV | 216.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 138 | 0.04 | 0 | 0.4 | 0.10 | 66.52 | 0.65 | 0.72 |
| Hex | DC | E6 | 8A | 4 | 0 | 28 | A | 43 | 41 | 48 |
| Octal | 334 | 346 | 212 | 4 | 0 | 50 | 12 | 103 | 101 | 110 |
| Binary | 11011100 | 11100110 | 10001010 | 100 | 0 | 101000 | 1010 | 1000011 | 1000001 | 1001000 |
Color Harmonies of #DCE68A
Complementary color
Monochromatic Colors of #DCE68A
Black with #DCE68A
Text Example
Text Example
White with #DCE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE68A; }
p { color: rgb(220,230,138); }
H1.HeaderClassName
{
color: #DCE68A;
}
.AnyTagClassName
{
color: #DCE68A;
}
</style>
background-color css
<style>
a { background-color: #DCE68A; }
a { background-color: rgb(220,230,138); }
div.DivClassName
{
background-color: #DCE68A;
}
.BgClassName
{
background-color: #DCE68A;
}
</style>
border-color css
<style>
span { border-color: #DCE68A; }
span { border-color: rgb(220,230,138); }
td.TdClassName
{
border-color: #DCE68A;
}
.TagClassName
{
border-color: #DCE68A;
}
</style>