Shades of Primrose #DCE398
Tints of Primrose #DCE398
RGB
CMYK
RGB Variations
Color information
#DCE398 (or 0xDCE398) is known color: Primrose. HEX triplet: DC, E3 and 98. RGB value is (220,227,152). Sum of RGB (Red+Green+Blue) = 220+227+152=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE398 is #231C67. Grayscale: #D8D8D8. Windows color (decimal): -2301032 or 10019804. OLE color: 10019804.
HSL color Cylindrical-coordinate representation of color #DCE398: hue angle of 65.6º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE398 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 152 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.6º | 0.57% | 0.74% | - |
| HSV(B) | 65.6º | 0.33% | 0.89% | - |
| XYZ | 62.65 | 72.42 | 40.38 | - |
| YUV | 216.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 152 | 0.03 | 0 | 0.33 | 0.11 | 65.6 | 0.57 | 0.74 |
| Hex | DC | E3 | 98 | 3 | 0 | 21 | B | 42 | 39 | 4A |
| Octal | 334 | 343 | 230 | 3 | 0 | 41 | 13 | 102 | 71 | 112 |
| Binary | 11011100 | 11100011 | 10011000 | 11 | 0 | 100001 | 1011 | 1000010 | 111001 | 1001010 |
Color Harmonies of #DCE398
Complementary color
Monochromatic Colors of #DCE398
Black with #DCE398
Text Example
Text Example
White with #DCE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE398; }
p { color: rgb(220,227,152); }
H1.HeaderClassName
{
color: #DCE398;
}
.AnyTagClassName
{
color: #DCE398;
}
</style>
background-color css
<style>
a { background-color: #DCE398; }
a { background-color: rgb(220,227,152); }
div.DivClassName
{
background-color: #DCE398;
}
.BgClassName
{
background-color: #DCE398;
}
</style>
border-color css
<style>
span { border-color: #DCE398; }
span { border-color: rgb(220,227,152); }
td.TdClassName
{
border-color: #DCE398;
}
.TagClassName
{
border-color: #DCE398;
}
</style>