Shades of Primrose #DCE090
Tints of Primrose #DCE090
RGB
CMYK
RGB Variations
Color information
#DCE090 (or 0xDCE090) is known color: Primrose. HEX triplet: DC, E0 and 90. RGB value is (220,224,144). Sum of RGB (Red+Green+Blue) = 220+224+144=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE090 is #231F6F. Grayscale: #D6D6D6. Windows color (decimal): -2301808 or 9494748. OLE color: 9494748.
HSL color Cylindrical-coordinate representation of color #DCE090: hue angle of 63º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE090 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 144 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.12 |
| HSL | 63º | 0.56% | 0.72% | - |
| HSV(B) | 63º | 0.36% | 0.88% | - |
| XYZ | 61.2 | 70.54 | 36.78 | - |
| YUV | 213.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 144 | 0.02 | 0 | 0.36 | 0.12 | 63 | 0.56 | 0.72 |
| Hex | DC | E0 | 90 | 2 | 0 | 24 | C | 3F | 38 | 48 |
| Octal | 334 | 340 | 220 | 2 | 0 | 44 | 14 | 77 | 70 | 110 |
| Binary | 11011100 | 11100000 | 10010000 | 10 | 0 | 100100 | 1100 | 111111 | 111000 | 1001000 |
Color Harmonies of #DCE090
Complementary color
Monochromatic Colors of #DCE090
Black with #DCE090
Text Example
Text Example
White with #DCE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE090; }
p { color: rgb(220,224,144); }
H1.HeaderClassName
{
color: #DCE090;
}
.AnyTagClassName
{
color: #DCE090;
}
</style>
background-color css
<style>
a { background-color: #DCE090; }
a { background-color: rgb(220,224,144); }
div.DivClassName
{
background-color: #DCE090;
}
.BgClassName
{
background-color: #DCE090;
}
</style>
border-color css
<style>
span { border-color: #DCE090; }
span { border-color: rgb(220,224,144); }
td.TdClassName
{
border-color: #DCE090;
}
.TagClassName
{
border-color: #DCE090;
}
</style>