Shades of Primrose #DCE49A
Tints of Primrose #DCE49A
RGB
CMYK
RGB Variations
Color information
#DCE49A (or 0xDCE49A) is known color: Primrose. HEX triplet: DC, E4 and 9A. RGB value is (220,228,154). Sum of RGB (Red+Green+Blue) = 220+228+154=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49A is #231B65. Grayscale: #D9D9D9. Windows color (decimal): -2300774 or 10151132. OLE color: 10151132.
HSL color Cylindrical-coordinate representation of color #DCE49A: hue angle of 66.49º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE49A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 154 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 66.49º | 0.58% | 0.75% | - |
| HSV(B) | 66.49º | 0.32% | 0.89% | - |
| XYZ | 63.09 | 73.04 | 41.34 | - |
| YUV | 217.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 154 | 0.04 | 0 | 0.32 | 0.11 | 66.49 | 0.58 | 0.75 |
| Hex | DC | E4 | 9A | 4 | 0 | 20 | B | 42 | 3A | 4B |
| Octal | 334 | 344 | 232 | 4 | 0 | 40 | 13 | 102 | 72 | 113 |
| Binary | 11011100 | 11100100 | 10011010 | 100 | 0 | 100000 | 1011 | 1000010 | 111010 | 1001011 |
Color Harmonies of #DCE49A
Complementary color
Monochromatic Colors of #DCE49A
Black with #DCE49A
Text Example
Text Example
White with #DCE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE49A; }
p { color: rgb(220,228,154); }
H1.HeaderClassName
{
color: #DCE49A;
}
.AnyTagClassName
{
color: #DCE49A;
}
</style>
background-color css
<style>
a { background-color: #DCE49A; }
a { background-color: rgb(220,228,154); }
div.DivClassName
{
background-color: #DCE49A;
}
.BgClassName
{
background-color: #DCE49A;
}
</style>
border-color css
<style>
span { border-color: #DCE49A; }
span { border-color: rgb(220,228,154); }
td.TdClassName
{
border-color: #DCE49A;
}
.TagClassName
{
border-color: #DCE49A;
}
</style>