Shades of Primrose #DCE698
Tints of Primrose #DCE698
RGB
CMYK
RGB Variations
Color information
#DCE698 (or 0xDCE698) is known color: Primrose. HEX triplet: DC, E6 and 98. RGB value is (220,230,152). Sum of RGB (Red+Green+Blue) = 220+230+152=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE698 is #231967. Grayscale: #DADADA. Windows color (decimal): -2300264 or 10020572. OLE color: 10020572.
HSL color Cylindrical-coordinate representation of color #DCE698: hue angle of 67.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE698 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 152 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 67.69º | 0.61% | 0.75% | - |
| HSV(B) | 67.69º | 0.34% | 0.9% | - |
| XYZ | 63.48 | 74.08 | 40.66 | - |
| YUV | 218.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 152 | 0.04 | 0 | 0.34 | 0.10 | 67.69 | 0.61 | 0.75 |
| Hex | DC | E6 | 98 | 4 | 0 | 22 | A | 44 | 3D | 4B |
| Octal | 334 | 346 | 230 | 4 | 0 | 42 | 12 | 104 | 75 | 113 |
| Binary | 11011100 | 11100110 | 10011000 | 100 | 0 | 100010 | 1010 | 1000100 | 111101 | 1001011 |
Color Harmonies of #DCE698
Complementary color
Monochromatic Colors of #DCE698
Black with #DCE698
Text Example
Text Example
White with #DCE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE698; }
p { color: rgb(220,230,152); }
H1.HeaderClassName
{
color: #DCE698;
}
.AnyTagClassName
{
color: #DCE698;
}
</style>
background-color css
<style>
a { background-color: #DCE698; }
a { background-color: rgb(220,230,152); }
div.DivClassName
{
background-color: #DCE698;
}
.BgClassName
{
background-color: #DCE698;
}
</style>
border-color css
<style>
span { border-color: #DCE698; }
span { border-color: rgb(220,230,152); }
td.TdClassName
{
border-color: #DCE698;
}
.TagClassName
{
border-color: #DCE698;
}
</style>