Shades of Primrose #D9E18B
Tints of Primrose #D9E18B
RGB
CMYK
RGB Variations
Color information
#D9E18B (or 0xD9E18B) is known color: Primrose. HEX triplet: D9, E1 and 8B. RGB value is (217,225,139). Sum of RGB (Red+Green+Blue) = 217+225+139=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18B is #261E74. Grayscale: #D5D5D5. Windows color (decimal): -2498165 or 9167321. OLE color: 9167321.
HSL color Cylindrical-coordinate representation of color #D9E18B: hue angle of 65.58º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9E18B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 139 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.12 |
| HSL | 65.58º | 0.59% | 0.71% | - |
| HSV(B) | 65.58º | 0.38% | 0.88% | - |
| XYZ | 60.2 | 70.47 | 34.85 | - |
| YUV | 212.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 139 | 0.04 | 0 | 0.38 | 0.12 | 65.58 | 0.59 | 0.71 |
| Hex | D9 | E1 | 8B | 4 | 0 | 26 | C | 42 | 3B | 47 |
| Octal | 331 | 341 | 213 | 4 | 0 | 46 | 14 | 102 | 73 | 107 |
| Binary | 11011001 | 11100001 | 10001011 | 100 | 0 | 100110 | 1100 | 1000010 | 111011 | 1000111 |
Color Harmonies of #D9E18B
Complementary color
Monochromatic Colors of #D9E18B
Black with #D9E18B
Text Example
Text Example
White with #D9E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E18B; }
p { color: rgb(217,225,139); }
H1.HeaderClassName
{
color: #D9E18B;
}
.AnyTagClassName
{
color: #D9E18B;
}
</style>
background-color css
<style>
a { background-color: #D9E18B; }
a { background-color: rgb(217,225,139); }
div.DivClassName
{
background-color: #D9E18B;
}
.BgClassName
{
background-color: #D9E18B;
}
</style>
border-color css
<style>
span { border-color: #D9E18B; }
span { border-color: rgb(217,225,139); }
td.TdClassName
{
border-color: #D9E18B;
}
.TagClassName
{
border-color: #D9E18B;
}
</style>