Shades of Primrose #DCE684
Tints of Primrose #DCE684
RGB
CMYK
RGB Variations
Color information
#DCE684 (or 0xDCE684) is known color: Primrose. HEX triplet: DC, E6 and 84. RGB value is (220,230,132). Sum of RGB (Red+Green+Blue) = 220+230+132=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE684 is #23197B. Grayscale: #D8D8D8. Windows color (decimal): -2300284 or 8709852. OLE color: 8709852.
HSL color Cylindrical-coordinate representation of color #DCE684: hue angle of 66.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE684 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 132 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.10 |
| HSL | 66.12º | 0.66% | 0.71% | - |
| HSV(B) | 66.12º | 0.43% | 0.9% | - |
| XYZ | 61.98 | 73.48 | 32.75 | - |
| YUV | 215.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 132 | 0.04 | 0 | 0.43 | 0.10 | 66.12 | 0.66 | 0.71 |
| Hex | DC | E6 | 84 | 4 | 0 | 2B | A | 42 | 42 | 47 |
| Octal | 334 | 346 | 204 | 4 | 0 | 53 | 12 | 102 | 102 | 107 |
| Binary | 11011100 | 11100110 | 10000100 | 100 | 0 | 101011 | 1010 | 1000010 | 1000010 | 1000111 |
Color Harmonies of #DCE684
Complementary color
Monochromatic Colors of #DCE684
Black with #DCE684
Text Example
Text Example
White with #DCE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE684; }
p { color: rgb(220,230,132); }
H1.HeaderClassName
{
color: #DCE684;
}
.AnyTagClassName
{
color: #DCE684;
}
</style>
background-color css
<style>
a { background-color: #DCE684; }
a { background-color: rgb(220,230,132); }
div.DivClassName
{
background-color: #DCE684;
}
.BgClassName
{
background-color: #DCE684;
}
</style>
border-color css
<style>
span { border-color: #DCE684; }
span { border-color: rgb(220,230,132); }
td.TdClassName
{
border-color: #DCE684;
}
.TagClassName
{
border-color: #DCE684;
}
</style>