Shades of Primrose #DCE485
Tints of Primrose #DCE485
RGB
CMYK
RGB Variations
Color information
#DCE485 (or 0xDCE485) is known color: Primrose. HEX triplet: DC, E4 and 85. RGB value is (220,228,133). Sum of RGB (Red+Green+Blue) = 220+228+133=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE485 is #231B7A. Grayscale: #D7D7D7. Windows color (decimal): -2300795 or 8774876. OLE color: 8774876.
HSL color Cylindrical-coordinate representation of color #DCE485: hue angle of 65.05º 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 #DCE485 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 133 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65.05º | 0.64% | 0.71% | - |
| HSV(B) | 65.05º | 0.42% | 0.89% | - |
| XYZ | 61.49 | 72.4 | 32.92 | - |
| YUV | 214.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 133 | 0.04 | 0 | 0.42 | 0.11 | 65.05 | 0.64 | 0.71 |
| Hex | DC | E4 | 85 | 4 | 0 | 2A | B | 41 | 40 | 47 |
| Octal | 334 | 344 | 205 | 4 | 0 | 52 | 13 | 101 | 100 | 107 |
| Binary | 11011100 | 11100100 | 10000101 | 100 | 0 | 101010 | 1011 | 1000001 | 1000000 | 1000111 |
Color Harmonies of #DCE485
Complementary color
Monochromatic Colors of #DCE485
Black with #DCE485
Text Example
Text Example
White with #DCE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE485; }
p { color: rgb(220,228,133); }
H1.HeaderClassName
{
color: #DCE485;
}
.AnyTagClassName
{
color: #DCE485;
}
</style>
background-color css
<style>
a { background-color: #DCE485; }
a { background-color: rgb(220,228,133); }
div.DivClassName
{
background-color: #DCE485;
}
.BgClassName
{
background-color: #DCE485;
}
</style>
border-color css
<style>
span { border-color: #DCE485; }
span { border-color: rgb(220,228,133); }
td.TdClassName
{
border-color: #DCE485;
}
.TagClassName
{
border-color: #DCE485;
}
</style>