Shades of Primrose #DCE498
Tints of Primrose #DCE498
RGB
CMYK
RGB Variations
Color information
#DCE498 (or 0xDCE498) is known color: Primrose. HEX triplet: DC, E4 and 98. RGB value is (220,228,152). Sum of RGB (Red+Green+Blue) = 220+228+152=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE498 is #231B67. Grayscale: #D9D9D9. Windows color (decimal): -2300776 or 10020060. OLE color: 10020060.
HSL color Cylindrical-coordinate representation of color #DCE498: hue angle of 66.32º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE498 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 152 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 66.32º | 0.58% | 0.75% | - |
| HSV(B) | 66.32º | 0.33% | 0.89% | - |
| XYZ | 62.93 | 72.97 | 40.47 | - |
| YUV | 216.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 152 | 0.04 | 0 | 0.33 | 0.11 | 66.32 | 0.58 | 0.75 |
| Hex | DC | E4 | 98 | 4 | 0 | 21 | B | 42 | 3A | 4B |
| Octal | 334 | 344 | 230 | 4 | 0 | 41 | 13 | 102 | 72 | 113 |
| Binary | 11011100 | 11100100 | 10011000 | 100 | 0 | 100001 | 1011 | 1000010 | 111010 | 1001011 |
Color Harmonies of #DCE498
Complementary color
Monochromatic Colors of #DCE498
Black with #DCE498
Text Example
Text Example
White with #DCE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE498; }
p { color: rgb(220,228,152); }
H1.HeaderClassName
{
color: #DCE498;
}
.AnyTagClassName
{
color: #DCE498;
}
</style>
background-color css
<style>
a { background-color: #DCE498; }
a { background-color: rgb(220,228,152); }
div.DivClassName
{
background-color: #DCE498;
}
.BgClassName
{
background-color: #DCE498;
}
</style>
border-color css
<style>
span { border-color: #DCE498; }
span { border-color: rgb(220,228,152); }
td.TdClassName
{
border-color: #DCE498;
}
.TagClassName
{
border-color: #DCE498;
}
</style>