Shades of Primrose #DCE092
Tints of Primrose #DCE092
RGB
CMYK
RGB Variations
Color information
#DCE092 (or 0xDCE092) is known color: Primrose. HEX triplet: DC, E0 and 92. RGB value is (220,224,146). Sum of RGB (Red+Green+Blue) = 220+224+146=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE092 is #231F6D. Grayscale: #D6D6D6. Windows color (decimal): -2301806 or 9625820. OLE color: 9625820.
HSL color Cylindrical-coordinate representation of color #DCE092: hue angle of 63.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE092 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 146 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.12 |
| HSL | 63.08º | 0.56% | 0.73% | - |
| HSV(B) | 63.08º | 0.35% | 0.88% | - |
| XYZ | 61.36 | 70.6 | 37.59 | - |
| YUV | 213.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 146 | 0.02 | 0 | 0.35 | 0.12 | 63.08 | 0.56 | 0.73 |
| Hex | DC | E0 | 92 | 2 | 0 | 23 | C | 3F | 38 | 49 |
| Octal | 334 | 340 | 222 | 2 | 0 | 43 | 14 | 77 | 70 | 111 |
| Binary | 11011100 | 11100000 | 10010010 | 10 | 0 | 100011 | 1100 | 111111 | 111000 | 1001001 |
Color Harmonies of #DCE092
Complementary color
Monochromatic Colors of #DCE092
Black with #DCE092
Text Example
Text Example
White with #DCE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE092; }
p { color: rgb(220,224,146); }
H1.HeaderClassName
{
color: #DCE092;
}
.AnyTagClassName
{
color: #DCE092;
}
</style>
background-color css
<style>
a { background-color: #DCE092; }
a { background-color: rgb(220,224,146); }
div.DivClassName
{
background-color: #DCE092;
}
.BgClassName
{
background-color: #DCE092;
}
</style>
border-color css
<style>
span { border-color: #DCE092; }
span { border-color: rgb(220,224,146); }
td.TdClassName
{
border-color: #DCE092;
}
.TagClassName
{
border-color: #DCE092;
}
</style>