Shades of Primrose #D9E09C
Tints of Primrose #D9E09C
RGB
CMYK
RGB Variations
Color information
#D9E09C (or 0xD9E09C) is known color: Primrose. HEX triplet: D9, E0 and 9C. RGB value is (217,224,156). Sum of RGB (Red+Green+Blue) = 217+224+156=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E09C is #261F63. Grayscale: #D6D6D6. Windows color (decimal): -2498404 or 10281177. OLE color: 10281177.
HSL color Cylindrical-coordinate representation of color #D9E09C: hue angle of 66.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9E09C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 156 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.12 |
| HSL | 66.18º | 0.52% | 0.75% | - |
| HSV(B) | 66.18º | 0.3% | 0.88% | - |
| XYZ | 61.27 | 70.46 | 41.82 | - |
| YUV | 214.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 156 | 0.03 | 0 | 0.30 | 0.12 | 66.18 | 0.52 | 0.75 |
| Hex | D9 | E0 | 9C | 3 | 0 | 1E | C | 42 | 34 | 4B |
| Octal | 331 | 340 | 234 | 3 | 0 | 36 | 14 | 102 | 64 | 113 |
| Binary | 11011001 | 11100000 | 10011100 | 11 | 0 | 11110 | 1100 | 1000010 | 110100 | 1001011 |
Color Harmonies of #D9E09C
Complementary color
Monochromatic Colors of #D9E09C
Black with #D9E09C
Text Example
Text Example
White with #D9E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E09C; }
p { color: rgb(217,224,156); }
H1.HeaderClassName
{
color: #D9E09C;
}
.AnyTagClassName
{
color: #D9E09C;
}
</style>
background-color css
<style>
a { background-color: #D9E09C; }
a { background-color: rgb(217,224,156); }
div.DivClassName
{
background-color: #D9E09C;
}
.BgClassName
{
background-color: #D9E09C;
}
</style>
border-color css
<style>
span { border-color: #D9E09C; }
span { border-color: rgb(217,224,156); }
td.TdClassName
{
border-color: #D9E09C;
}
.TagClassName
{
border-color: #D9E09C;
}
</style>