Shades of Primrose #DCE689
Tints of Primrose #DCE689
RGB
CMYK
RGB Variations
Color information
#DCE689 (or 0xDCE689) is known color: Primrose. HEX triplet: DC, E6 and 89. RGB value is (220,230,137). Sum of RGB (Red+Green+Blue) = 220+230+137=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE689 is #231976. Grayscale: #D8D8D8. Windows color (decimal): -2300279 or 9037532. OLE color: 9037532.
HSL color Cylindrical-coordinate representation of color #DCE689: hue angle of 66.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE689 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 137 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.10 |
| HSL | 66.45º | 0.65% | 0.72% | - |
| HSV(B) | 66.45º | 0.4% | 0.9% | - |
| XYZ | 62.33 | 73.62 | 34.59 | - |
| YUV | 216.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 137 | 0.04 | 0 | 0.40 | 0.10 | 66.45 | 0.65 | 0.72 |
| Hex | DC | E6 | 89 | 4 | 0 | 28 | A | 42 | 41 | 48 |
| Octal | 334 | 346 | 211 | 4 | 0 | 50 | 12 | 102 | 101 | 110 |
| Binary | 11011100 | 11100110 | 10001001 | 100 | 0 | 101000 | 1010 | 1000010 | 1000001 | 1001000 |
Color Harmonies of #DCE689
Complementary color
Monochromatic Colors of #DCE689
Black with #DCE689
Text Example
Text Example
White with #DCE689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE689; }
p { color: rgb(220,230,137); }
H1.HeaderClassName
{
color: #DCE689;
}
.AnyTagClassName
{
color: #DCE689;
}
</style>
background-color css
<style>
a { background-color: #DCE689; }
a { background-color: rgb(220,230,137); }
div.DivClassName
{
background-color: #DCE689;
}
.BgClassName
{
background-color: #DCE689;
}
</style>
border-color css
<style>
span { border-color: #DCE689; }
span { border-color: rgb(220,230,137); }
td.TdClassName
{
border-color: #DCE689;
}
.TagClassName
{
border-color: #DCE689;
}
</style>