Shades of Primrose #DCE88F
Tints of Primrose #DCE88F
RGB
CMYK
RGB Variations
Color information
#DCE88F (or 0xDCE88F) is known color: Primrose. HEX triplet: DC, E8 and 8F. RGB value is (220,232,143). Sum of RGB (Red+Green+Blue) = 220+232+143=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88F is #231770. Grayscale: #DADADA. Windows color (decimal): -2299761 or 9431260. OLE color: 9431260.
HSL color Cylindrical-coordinate representation of color #DCE88F: hue angle of 68.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE88F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 143 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.09 |
| HSL | 68.09º | 0.66% | 0.74% | - |
| HSV(B) | 68.09º | 0.38% | 0.91% | - |
| XYZ | 63.33 | 74.91 | 37.11 | - |
| YUV | 218.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 143 | 0.05 | 0 | 0.38 | 0.09 | 68.09 | 0.66 | 0.74 |
| Hex | DC | E8 | 8F | 5 | 0 | 26 | 9 | 44 | 42 | 4A |
| Octal | 334 | 350 | 217 | 5 | 0 | 46 | 11 | 104 | 102 | 112 |
| Binary | 11011100 | 11101000 | 10001111 | 101 | 0 | 100110 | 1001 | 1000100 | 1000010 | 1001010 |
Color Harmonies of #DCE88F
Complementary color
Monochromatic Colors of #DCE88F
Black with #DCE88F
Text Example
Text Example
White with #DCE88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE88F; }
p { color: rgb(220,232,143); }
H1.HeaderClassName
{
color: #DCE88F;
}
.AnyTagClassName
{
color: #DCE88F;
}
</style>
background-color css
<style>
a { background-color: #DCE88F; }
a { background-color: rgb(220,232,143); }
div.DivClassName
{
background-color: #DCE88F;
}
.BgClassName
{
background-color: #DCE88F;
}
</style>
border-color css
<style>
span { border-color: #DCE88F; }
span { border-color: rgb(220,232,143); }
td.TdClassName
{
border-color: #DCE88F;
}
.TagClassName
{
border-color: #DCE88F;
}
</style>