Shades of Primrose #DCE28D
Tints of Primrose #DCE28D
RGB
CMYK
RGB Variations
Color information
#DCE28D (or 0xDCE28D) is known color: Primrose. HEX triplet: DC, E2 and 8D. RGB value is (220,226,141). Sum of RGB (Red+Green+Blue) = 220+226+141=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE28D is #231D72. Grayscale: #D6D6D6. Windows color (decimal): -2301299 or 9298652. OLE color: 9298652.
HSL color Cylindrical-coordinate representation of color #DCE28D: hue angle of 64.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE28D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 141 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.11 |
| HSL | 64.24º | 0.59% | 0.72% | - |
| HSV(B) | 64.24º | 0.38% | 0.89% | - |
| XYZ | 61.52 | 71.53 | 35.76 | - |
| YUV | 214.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 141 | 0.03 | 0 | 0.38 | 0.11 | 64.24 | 0.59 | 0.72 |
| Hex | DC | E2 | 8D | 3 | 0 | 26 | B | 40 | 3B | 48 |
| Octal | 334 | 342 | 215 | 3 | 0 | 46 | 13 | 100 | 73 | 110 |
| Binary | 11011100 | 11100010 | 10001101 | 11 | 0 | 100110 | 1011 | 1000000 | 111011 | 1001000 |
Color Harmonies of #DCE28D
Complementary color
Monochromatic Colors of #DCE28D
Black with #DCE28D
Text Example
Text Example
White with #DCE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE28D; }
p { color: rgb(220,226,141); }
H1.HeaderClassName
{
color: #DCE28D;
}
.AnyTagClassName
{
color: #DCE28D;
}
</style>
background-color css
<style>
a { background-color: #DCE28D; }
a { background-color: rgb(220,226,141); }
div.DivClassName
{
background-color: #DCE28D;
}
.BgClassName
{
background-color: #DCE28D;
}
</style>
border-color css
<style>
span { border-color: #DCE28D; }
span { border-color: rgb(220,226,141); }
td.TdClassName
{
border-color: #DCE28D;
}
.TagClassName
{
border-color: #DCE28D;
}
</style>