Shades of Primrose #D6E28D
Tints of Primrose #D6E28D
RGB
CMYK
RGB Variations
Color information
#D6E28D (or 0xD6E28D) is known color: Primrose. HEX triplet: D6, E2 and 8D. RGB value is (214,226,141). Sum of RGB (Red+Green+Blue) = 214+226+141=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E28D is #291D72. Grayscale: #D5D5D5. Windows color (decimal): -2694515 or 9298646. OLE color: 9298646.
HSL color Cylindrical-coordinate representation of color #D6E28D: hue angle of 68.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6E28D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 141 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.11 |
| HSL | 68.47º | 0.59% | 0.72% | - |
| HSV(B) | 68.47º | 0.38% | 0.89% | - |
| XYZ | 59.74 | 70.61 | 35.68 | - |
| YUV | 212.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 141 | 0.05 | 0 | 0.38 | 0.11 | 68.47 | 0.59 | 0.72 |
| Hex | D6 | E2 | 8D | 5 | 0 | 26 | B | 44 | 3B | 48 |
| Octal | 326 | 342 | 215 | 5 | 0 | 46 | 13 | 104 | 73 | 110 |
| Binary | 11010110 | 11100010 | 10001101 | 101 | 0 | 100110 | 1011 | 1000100 | 111011 | 1001000 |
Color Harmonies of #D6E28D
Complementary color
Monochromatic Colors of #D6E28D
Black with #D6E28D
Text Example
Text Example
White with #D6E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E28D; }
p { color: rgb(214,226,141); }
H1.HeaderClassName
{
color: #D6E28D;
}
.AnyTagClassName
{
color: #D6E28D;
}
</style>
background-color css
<style>
a { background-color: #D6E28D; }
a { background-color: rgb(214,226,141); }
div.DivClassName
{
background-color: #D6E28D;
}
.BgClassName
{
background-color: #D6E28D;
}
</style>
border-color css
<style>
span { border-color: #D6E28D; }
span { border-color: rgb(214,226,141); }
td.TdClassName
{
border-color: #D6E28D;
}
.TagClassName
{
border-color: #D6E28D;
}
</style>