Shades of Primrose #DCE299
Tints of Primrose #DCE299
RGB
CMYK
RGB Variations
Color information
#DCE299 (or 0xDCE299) is known color: Primrose. HEX triplet: DC, E2 and 99. RGB value is (220,226,153). Sum of RGB (Red+Green+Blue) = 220+226+153=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE299 is #231D66. Grayscale: #D8D8D8. Windows color (decimal): -2301287 or 10085084. OLE color: 10085084.
HSL color Cylindrical-coordinate representation of color #DCE299: hue angle of 64.93º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE299 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 153 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.11 |
| HSL | 64.93º | 0.56% | 0.74% | - |
| HSV(B) | 64.93º | 0.32% | 0.89% | - |
| XYZ | 62.46 | 71.91 | 40.72 | - |
| YUV | 215.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 153 | 0.03 | 0 | 0.32 | 0.11 | 64.93 | 0.56 | 0.74 |
| Hex | DC | E2 | 99 | 3 | 0 | 20 | B | 41 | 38 | 4A |
| Octal | 334 | 342 | 231 | 3 | 0 | 40 | 13 | 101 | 70 | 112 |
| Binary | 11011100 | 11100010 | 10011001 | 11 | 0 | 100000 | 1011 | 1000001 | 111000 | 1001010 |
Color Harmonies of #DCE299
Complementary color
Monochromatic Colors of #DCE299
Black with #DCE299
Text Example
Text Example
White with #DCE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE299; }
p { color: rgb(220,226,153); }
H1.HeaderClassName
{
color: #DCE299;
}
.AnyTagClassName
{
color: #DCE299;
}
</style>
background-color css
<style>
a { background-color: #DCE299; }
a { background-color: rgb(220,226,153); }
div.DivClassName
{
background-color: #DCE299;
}
.BgClassName
{
background-color: #DCE299;
}
</style>
border-color css
<style>
span { border-color: #DCE299; }
span { border-color: rgb(220,226,153); }
td.TdClassName
{
border-color: #DCE299;
}
.TagClassName
{
border-color: #DCE299;
}
</style>