Shades of Primrose #DCE08D
Tints of Primrose #DCE08D
RGB
CMYK
RGB Variations
Color information
#DCE08D (or 0xDCE08D) is known color: Primrose. HEX triplet: DC, E0 and 8D. RGB value is (220,224,141). Sum of RGB (Red+Green+Blue) = 220+224+141=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE08D is #231F72. Grayscale: #D5D5D5. Windows color (decimal): -2301811 or 9298140. OLE color: 9298140.
HSL color Cylindrical-coordinate representation of color #DCE08D: hue angle of 62.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCE08D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 141 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.12 |
| HSL | 62.89º | 0.57% | 0.72% | - |
| HSV(B) | 62.89º | 0.37% | 0.88% | - |
| XYZ | 60.98 | 70.45 | 35.58 | - |
| YUV | 213.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 141 | 0.02 | 0 | 0.37 | 0.12 | 62.89 | 0.57 | 0.72 |
| Hex | DC | E0 | 8D | 2 | 0 | 25 | C | 3F | 39 | 48 |
| Octal | 334 | 340 | 215 | 2 | 0 | 45 | 14 | 77 | 71 | 110 |
| Binary | 11011100 | 11100000 | 10001101 | 10 | 0 | 100101 | 1100 | 111111 | 111001 | 1001000 |
Color Harmonies of #DCE08D
Complementary color
Monochromatic Colors of #DCE08D
Black with #DCE08D
Text Example
Text Example
White with #DCE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE08D; }
p { color: rgb(220,224,141); }
H1.HeaderClassName
{
color: #DCE08D;
}
.AnyTagClassName
{
color: #DCE08D;
}
</style>
background-color css
<style>
a { background-color: #DCE08D; }
a { background-color: rgb(220,224,141); }
div.DivClassName
{
background-color: #DCE08D;
}
.BgClassName
{
background-color: #DCE08D;
}
</style>
border-color css
<style>
span { border-color: #DCE08D; }
span { border-color: rgb(220,224,141); }
td.TdClassName
{
border-color: #DCE08D;
}
.TagClassName
{
border-color: #DCE08D;
}
</style>