Shades of Primrose #D9E18C
Tints of Primrose #D9E18C
RGB
CMYK
RGB Variations
Color information
#D9E18C (or 0xD9E18C) is known color: Primrose. HEX triplet: D9, E1 and 8C. RGB value is (217,225,140). Sum of RGB (Red+Green+Blue) = 217+225+140=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18C is #261E73. Grayscale: #D5D5D5. Windows color (decimal): -2498164 or 9232857. OLE color: 9232857.
HSL color Cylindrical-coordinate representation of color #D9E18C: hue angle of 65.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9E18C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 140 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.12 |
| HSL | 65.65º | 0.59% | 0.72% | - |
| HSV(B) | 65.65º | 0.38% | 0.88% | - |
| XYZ | 60.27 | 70.5 | 35.24 | - |
| YUV | 212.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 140 | 0.04 | 0 | 0.38 | 0.12 | 65.65 | 0.59 | 0.72 |
| Hex | D9 | E1 | 8C | 4 | 0 | 26 | C | 42 | 3B | 48 |
| Octal | 331 | 341 | 214 | 4 | 0 | 46 | 14 | 102 | 73 | 110 |
| Binary | 11011001 | 11100001 | 10001100 | 100 | 0 | 100110 | 1100 | 1000010 | 111011 | 1001000 |
Color Harmonies of #D9E18C
Complementary color
Monochromatic Colors of #D9E18C
Black with #D9E18C
Text Example
Text Example
White with #D9E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E18C; }
p { color: rgb(217,225,140); }
H1.HeaderClassName
{
color: #D9E18C;
}
.AnyTagClassName
{
color: #D9E18C;
}
</style>
background-color css
<style>
a { background-color: #D9E18C; }
a { background-color: rgb(217,225,140); }
div.DivClassName
{
background-color: #D9E18C;
}
.BgClassName
{
background-color: #D9E18C;
}
</style>
border-color css
<style>
span { border-color: #D9E18C; }
span { border-color: rgb(217,225,140); }
td.TdClassName
{
border-color: #D9E18C;
}
.TagClassName
{
border-color: #D9E18C;
}
</style>