Shades of Primrose #D9DE9D
Tints of Primrose #D9DE9D
RGB
CMYK
RGB Variations
Color information
#D9DE9D (or 0xD9DE9D) is known color: Primrose. HEX triplet: D9, DE and 9D. RGB value is (217,222,157). Sum of RGB (Red+Green+Blue) = 217+222+157=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE9D is #262162. Grayscale: #D5D5D5. Windows color (decimal): -2498915 or 10346201. OLE color: 10346201.
HSL color Cylindrical-coordinate representation of color #D9DE9D: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9DE9D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 157 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.13 |
| HSL | 64.62º | 0.5% | 0.74% | - |
| HSV(B) | 64.62º | 0.29% | 0.87% | - |
| XYZ | 60.82 | 69.43 | 42.09 | - |
| YUV | 213.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 157 | 0.02 | 0 | 0.29 | 0.13 | 64.62 | 0.5 | 0.74 |
| Hex | D9 | DE | 9D | 2 | 0 | 1D | D | 41 | 32 | 4A |
| Octal | 331 | 336 | 235 | 2 | 0 | 35 | 15 | 101 | 62 | 112 |
| Binary | 11011001 | 11011110 | 10011101 | 10 | 0 | 11101 | 1101 | 1000001 | 110010 | 1001010 |
Color Harmonies of #D9DE9D
Complementary color
Monochromatic Colors of #D9DE9D
Black with #D9DE9D
Text Example
Text Example
White with #D9DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE9D; }
p { color: rgb(217,222,157); }
H1.HeaderClassName
{
color: #D9DE9D;
}
.AnyTagClassName
{
color: #D9DE9D;
}
</style>
background-color css
<style>
a { background-color: #D9DE9D; }
a { background-color: rgb(217,222,157); }
div.DivClassName
{
background-color: #D9DE9D;
}
.BgClassName
{
background-color: #D9DE9D;
}
</style>
border-color css
<style>
span { border-color: #D9DE9D; }
span { border-color: rgb(217,222,157); }
td.TdClassName
{
border-color: #D9DE9D;
}
.TagClassName
{
border-color: #D9DE9D;
}
</style>