Shades of Primrose #DCE098
Tints of Primrose #DCE098
RGB
CMYK
RGB Variations
Color information
#DCE098 (or 0xDCE098) is known color: Primrose. HEX triplet: DC, E0 and 98. RGB value is (220,224,152). Sum of RGB (Red+Green+Blue) = 220+224+152=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE098 is #231F67. Grayscale: #D6D6D6. Windows color (decimal): -2301800 or 10019036. OLE color: 10019036.
HSL color Cylindrical-coordinate representation of color #DCE098: hue angle of 63.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE098 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 152 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.12 |
| HSL | 63.33º | 0.54% | 0.74% | - |
| HSV(B) | 63.33º | 0.32% | 0.88% | - |
| XYZ | 61.84 | 70.79 | 40.11 | - |
| YUV | 214.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 152 | 0.02 | 0 | 0.32 | 0.12 | 63.33 | 0.54 | 0.74 |
| Hex | DC | E0 | 98 | 2 | 0 | 20 | C | 3F | 36 | 4A |
| Octal | 334 | 340 | 230 | 2 | 0 | 40 | 14 | 77 | 66 | 112 |
| Binary | 11011100 | 11100000 | 10011000 | 10 | 0 | 100000 | 1100 | 111111 | 110110 | 1001010 |
Color Harmonies of #DCE098
Complementary color
Monochromatic Colors of #DCE098
Black with #DCE098
Text Example
Text Example
White with #DCE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE098; }
p { color: rgb(220,224,152); }
H1.HeaderClassName
{
color: #DCE098;
}
.AnyTagClassName
{
color: #DCE098;
}
</style>
background-color css
<style>
a { background-color: #DCE098; }
a { background-color: rgb(220,224,152); }
div.DivClassName
{
background-color: #DCE098;
}
.BgClassName
{
background-color: #DCE098;
}
</style>
border-color css
<style>
span { border-color: #DCE098; }
span { border-color: rgb(220,224,152); }
td.TdClassName
{
border-color: #DCE098;
}
.TagClassName
{
border-color: #DCE098;
}
</style>