Shades of Primrose #DCE384
Tints of Primrose #DCE384
RGB
CMYK
RGB Variations
Color information
#DCE384 (or 0xDCE384) is known color: Primrose. HEX triplet: DC, E3 and 84. RGB value is (220,227,132). Sum of RGB (Red+Green+Blue) = 220+227+132=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE384 is #231C7B. Grayscale: #D6D6D6. Windows color (decimal): -2301052 or 8709084. OLE color: 8709084.
HSL color Cylindrical-coordinate representation of color #DCE384: hue angle of 64.42º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE384 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 132 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.11 |
| HSL | 64.42º | 0.63% | 0.7% | - |
| HSV(B) | 64.42º | 0.42% | 0.89% | - |
| XYZ | 61.15 | 71.82 | 32.47 | - |
| YUV | 214.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 132 | 0.03 | 0 | 0.42 | 0.11 | 64.42 | 0.63 | 0.7 |
| Hex | DC | E3 | 84 | 3 | 0 | 2A | B | 40 | 3F | 46 |
| Octal | 334 | 343 | 204 | 3 | 0 | 52 | 13 | 100 | 77 | 106 |
| Binary | 11011100 | 11100011 | 10000100 | 11 | 0 | 101010 | 1011 | 1000000 | 111111 | 1000110 |
Color Harmonies of #DCE384
Complementary color
Monochromatic Colors of #DCE384
Black with #DCE384
Text Example
Text Example
White with #DCE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE384; }
p { color: rgb(220,227,132); }
H1.HeaderClassName
{
color: #DCE384;
}
.AnyTagClassName
{
color: #DCE384;
}
</style>
background-color css
<style>
a { background-color: #DCE384; }
a { background-color: rgb(220,227,132); }
div.DivClassName
{
background-color: #DCE384;
}
.BgClassName
{
background-color: #DCE384;
}
</style>
border-color css
<style>
span { border-color: #DCE384; }
span { border-color: rgb(220,227,132); }
td.TdClassName
{
border-color: #DCE384;
}
.TagClassName
{
border-color: #DCE384;
}
</style>