Shades of Primrose #D9E09B
Tints of Primrose #D9E09B
RGB
CMYK
RGB Variations
Color information
#D9E09B (or 0xD9E09B) is known color: Primrose. HEX triplet: D9, E0 and 9B. RGB value is (217,224,155). Sum of RGB (Red+Green+Blue) = 217+224+155=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E09B is #261F64. Grayscale: #D6D6D6. Windows color (decimal): -2498405 or 10215641. OLE color: 10215641.
HSL color Cylindrical-coordinate representation of color #D9E09B: hue angle of 66.09º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9E09B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 155 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 66.09º | 0.53% | 0.74% | - |
| HSV(B) | 66.09º | 0.31% | 0.88% | - |
| XYZ | 61.19 | 70.43 | 41.38 | - |
| YUV | 214.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 155 | 0.03 | 0 | 0.31 | 0.12 | 66.09 | 0.53 | 0.74 |
| Hex | D9 | E0 | 9B | 3 | 0 | 1F | C | 42 | 35 | 4A |
| Octal | 331 | 340 | 233 | 3 | 0 | 37 | 14 | 102 | 65 | 112 |
| Binary | 11011001 | 11100000 | 10011011 | 11 | 0 | 11111 | 1100 | 1000010 | 110101 | 1001010 |
Color Harmonies of #D9E09B
Complementary color
Monochromatic Colors of #D9E09B
Black with #D9E09B
Text Example
Text Example
White with #D9E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E09B; }
p { color: rgb(217,224,155); }
H1.HeaderClassName
{
color: #D9E09B;
}
.AnyTagClassName
{
color: #D9E09B;
}
</style>
background-color css
<style>
a { background-color: #D9E09B; }
a { background-color: rgb(217,224,155); }
div.DivClassName
{
background-color: #D9E09B;
}
.BgClassName
{
background-color: #D9E09B;
}
</style>
border-color css
<style>
span { border-color: #D9E09B; }
span { border-color: rgb(217,224,155); }
td.TdClassName
{
border-color: #D9E09B;
}
.TagClassName
{
border-color: #D9E09B;
}
</style>