Shades of Primrose #D7E099
Tints of Primrose #D7E099
RGB
CMYK
RGB Variations
Color information
#D7E099 (or 0xD7E099) is known color: Primrose. HEX triplet: D7, E0 and 99. RGB value is (215,224,153). Sum of RGB (Red+Green+Blue) = 215+224+153=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E099 is #281F66. Grayscale: #D5D5D5. Windows color (decimal): -2629479 or 10084567. OLE color: 10084567.
HSL color Cylindrical-coordinate representation of color #D7E099: hue angle of 67.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7E099 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 153 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.12 |
| HSL | 67.61º | 0.53% | 0.74% | - |
| HSV(B) | 67.61º | 0.32% | 0.88% | - |
| XYZ | 60.43 | 70.06 | 40.47 | - |
| YUV | 213.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 153 | 0.04 | 0 | 0.32 | 0.12 | 67.61 | 0.53 | 0.74 |
| Hex | D7 | E0 | 99 | 4 | 0 | 20 | C | 44 | 35 | 4A |
| Octal | 327 | 340 | 231 | 4 | 0 | 40 | 14 | 104 | 65 | 112 |
| Binary | 11010111 | 11100000 | 10011001 | 100 | 0 | 100000 | 1100 | 1000100 | 110101 | 1001010 |
Color Harmonies of #D7E099
Complementary color
Monochromatic Colors of #D7E099
Black with #D7E099
Text Example
Text Example
White with #D7E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E099; }
p { color: rgb(215,224,153); }
H1.HeaderClassName
{
color: #D7E099;
}
.AnyTagClassName
{
color: #D7E099;
}
</style>
background-color css
<style>
a { background-color: #D7E099; }
a { background-color: rgb(215,224,153); }
div.DivClassName
{
background-color: #D7E099;
}
.BgClassName
{
background-color: #D7E099;
}
</style>
border-color css
<style>
span { border-color: #D7E099; }
span { border-color: rgb(215,224,153); }
td.TdClassName
{
border-color: #D7E099;
}
.TagClassName
{
border-color: #D7E099;
}
</style>