Shades of Primrose #DCE789
Tints of Primrose #DCE789
RGB
CMYK
RGB Variations
Color information
#DCE789 (or 0xDCE789) is known color: Primrose. HEX triplet: DC, E7 and 89. RGB value is (220,231,137). Sum of RGB (Red+Green+Blue) = 220+231+137=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE789 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE789 is #231876. Grayscale: #D9D9D9. Windows color (decimal): -2300023 or 9037788. OLE color: 9037788.
HSL color Cylindrical-coordinate representation of color #DCE789: hue angle of 67.02º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE789 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 137 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.09 |
| HSL | 67.02º | 0.66% | 0.72% | - |
| HSV(B) | 67.02º | 0.41% | 0.91% | - |
| XYZ | 62.61 | 74.17 | 34.68 | - |
| YUV | 217 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 137 | 0.05 | 0 | 0.41 | 0.09 | 67.02 | 0.66 | 0.72 |
| Hex | DC | E7 | 89 | 5 | 0 | 29 | 9 | 43 | 42 | 48 |
| Octal | 334 | 347 | 211 | 5 | 0 | 51 | 11 | 103 | 102 | 110 |
| Binary | 11011100 | 11100111 | 10001001 | 101 | 0 | 101001 | 1001 | 1000011 | 1000010 | 1001000 |
Color Harmonies of #DCE789
Complementary color
Monochromatic Colors of #DCE789
Black with #DCE789
Text Example
Text Example
White with #DCE789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE789; }
p { color: rgb(220,231,137); }
H1.HeaderClassName
{
color: #DCE789;
}
.AnyTagClassName
{
color: #DCE789;
}
</style>
background-color css
<style>
a { background-color: #DCE789; }
a { background-color: rgb(220,231,137); }
div.DivClassName
{
background-color: #DCE789;
}
.BgClassName
{
background-color: #DCE789;
}
</style>
border-color css
<style>
span { border-color: #DCE789; }
span { border-color: rgb(220,231,137); }
td.TdClassName
{
border-color: #DCE789;
}
.TagClassName
{
border-color: #DCE789;
}
</style>