Shades of Primrose #DCE484
Tints of Primrose #DCE484
RGB
CMYK
RGB Variations
Color information
#DCE484 (or 0xDCE484) is known color: Primrose. HEX triplet: DC, E4 and 84. RGB value is (220,228,132). Sum of RGB (Red+Green+Blue) = 220+228+132=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE484 is #231B7B. Grayscale: #D7D7D7. Windows color (decimal): -2300796 or 8709340. OLE color: 8709340.
HSL color Cylindrical-coordinate representation of color #DCE484: hue angle of 65º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE484 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 132 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65º | 0.64% | 0.71% | - |
| HSV(B) | 65º | 0.42% | 0.89% | - |
| XYZ | 61.42 | 72.37 | 32.56 | - |
| YUV | 214.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 132 | 0.04 | 0 | 0.42 | 0.11 | 65 | 0.64 | 0.71 |
| Hex | DC | E4 | 84 | 4 | 0 | 2A | B | 41 | 40 | 47 |
| Octal | 334 | 344 | 204 | 4 | 0 | 52 | 13 | 101 | 100 | 107 |
| Binary | 11011100 | 11100100 | 10000100 | 100 | 0 | 101010 | 1011 | 1000001 | 1000000 | 1000111 |
Color Harmonies of #DCE484
Complementary color
Monochromatic Colors of #DCE484
Black with #DCE484
Text Example
Text Example
White with #DCE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE484; }
p { color: rgb(220,228,132); }
H1.HeaderClassName
{
color: #DCE484;
}
.AnyTagClassName
{
color: #DCE484;
}
</style>
background-color css
<style>
a { background-color: #DCE484; }
a { background-color: rgb(220,228,132); }
div.DivClassName
{
background-color: #DCE484;
}
.BgClassName
{
background-color: #DCE484;
}
</style>
border-color css
<style>
span { border-color: #DCE484; }
span { border-color: rgb(220,228,132); }
td.TdClassName
{
border-color: #DCE484;
}
.TagClassName
{
border-color: #DCE484;
}
</style>