Shades of Primrose #D9E48B
Tints of Primrose #D9E48B
RGB
CMYK
RGB Variations
Color information
#D9E48B (or 0xD9E48B) is known color: Primrose. HEX triplet: D9, E4 and 8B. RGB value is (217,228,139). Sum of RGB (Red+Green+Blue) = 217+228+139=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E48B is #261B74. Grayscale: #D6D6D6. Windows color (decimal): -2497397 or 9168089. OLE color: 9168089.
HSL color Cylindrical-coordinate representation of color #D9E48B: hue angle of 67.42º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9E48B is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 139 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.11 |
| HSL | 67.42º | 0.62% | 0.72% | - |
| HSV(B) | 67.42º | 0.39% | 0.89% | - |
| XYZ | 61.02 | 72.1 | 35.13 | - |
| YUV | 214.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 139 | 0.05 | 0 | 0.39 | 0.11 | 67.42 | 0.62 | 0.72 |
| Hex | D9 | E4 | 8B | 5 | 0 | 27 | B | 43 | 3E | 48 |
| Octal | 331 | 344 | 213 | 5 | 0 | 47 | 13 | 103 | 76 | 110 |
| Binary | 11011001 | 11100100 | 10001011 | 101 | 0 | 100111 | 1011 | 1000011 | 111110 | 1001000 |
Color Harmonies of #D9E48B
Complementary color
Monochromatic Colors of #D9E48B
Black with #D9E48B
Text Example
Text Example
White with #D9E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E48B; }
p { color: rgb(217,228,139); }
H1.HeaderClassName
{
color: #D9E48B;
}
.AnyTagClassName
{
color: #D9E48B;
}
</style>
background-color css
<style>
a { background-color: #D9E48B; }
a { background-color: rgb(217,228,139); }
div.DivClassName
{
background-color: #D9E48B;
}
.BgClassName
{
background-color: #D9E48B;
}
</style>
border-color css
<style>
span { border-color: #D9E48B; }
span { border-color: rgb(217,228,139); }
td.TdClassName
{
border-color: #D9E48B;
}
.TagClassName
{
border-color: #D9E48B;
}
</style>