Shades of Primrose #DCE88A
Tints of Primrose #DCE88A
RGB
CMYK
RGB Variations
Color information
#DCE88A (or 0xDCE88A) is known color: Primrose. HEX triplet: DC, E8 and 8A. RGB value is (220,232,138). Sum of RGB (Red+Green+Blue) = 220+232+138=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88A is #231775. Grayscale: #DADADA. Windows color (decimal): -2299766 or 9103580. OLE color: 9103580.
HSL color Cylindrical-coordinate representation of color #DCE88A: hue angle of 67.66º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE88A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 138 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.09 |
| HSL | 67.66º | 0.67% | 0.73% | - |
| HSV(B) | 67.66º | 0.41% | 0.91% | - |
| XYZ | 62.96 | 74.76 | 35.16 | - |
| YUV | 217.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 138 | 0.05 | 0 | 0.41 | 0.09 | 67.66 | 0.67 | 0.73 |
| Hex | DC | E8 | 8A | 5 | 0 | 29 | 9 | 44 | 43 | 49 |
| Octal | 334 | 350 | 212 | 5 | 0 | 51 | 11 | 104 | 103 | 111 |
| Binary | 11011100 | 11101000 | 10001010 | 101 | 0 | 101001 | 1001 | 1000100 | 1000011 | 1001001 |
Color Harmonies of #DCE88A
Complementary color
Monochromatic Colors of #DCE88A
Black with #DCE88A
Text Example
Text Example
White with #DCE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE88A; }
p { color: rgb(220,232,138); }
H1.HeaderClassName
{
color: #DCE88A;
}
.AnyTagClassName
{
color: #DCE88A;
}
</style>
background-color css
<style>
a { background-color: #DCE88A; }
a { background-color: rgb(220,232,138); }
div.DivClassName
{
background-color: #DCE88A;
}
.BgClassName
{
background-color: #DCE88A;
}
</style>
border-color css
<style>
span { border-color: #DCE88A; }
span { border-color: rgb(220,232,138); }
td.TdClassName
{
border-color: #DCE88A;
}
.TagClassName
{
border-color: #DCE88A;
}
</style>