Shades of Primrose #D6E099
Tints of Primrose #D6E099
RGB
CMYK
RGB Variations
Color information
#D6E099 (or 0xD6E099) is known color: Primrose. HEX triplet: D6, E0 and 99. RGB value is (214,224,153). Sum of RGB (Red+Green+Blue) = 214+224+153=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E099 is #291F66. Grayscale: #D5D5D5. Windows color (decimal): -2695015 or 10084566. OLE color: 10084566.
HSL color Cylindrical-coordinate representation of color #D6E099: hue angle of 68.45º 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 #D6E099 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 153 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.12 |
| HSL | 68.45º | 0.53% | 0.74% | - |
| HSV(B) | 68.45º | 0.32% | 0.88% | - |
| XYZ | 60.14 | 69.91 | 40.46 | - |
| YUV | 212.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 153 | 0.04 | 0 | 0.32 | 0.12 | 68.45 | 0.53 | 0.74 |
| Hex | D6 | E0 | 99 | 4 | 0 | 20 | C | 44 | 35 | 4A |
| Octal | 326 | 340 | 231 | 4 | 0 | 40 | 14 | 104 | 65 | 112 |
| Binary | 11010110 | 11100000 | 10011001 | 100 | 0 | 100000 | 1100 | 1000100 | 110101 | 1001010 |
Color Harmonies of #D6E099
Complementary color
Monochromatic Colors of #D6E099
Black with #D6E099
Text Example
Text Example
White with #D6E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E099; }
p { color: rgb(214,224,153); }
H1.HeaderClassName
{
color: #D6E099;
}
.AnyTagClassName
{
color: #D6E099;
}
</style>
background-color css
<style>
a { background-color: #D6E099; }
a { background-color: rgb(214,224,153); }
div.DivClassName
{
background-color: #D6E099;
}
.BgClassName
{
background-color: #D6E099;
}
</style>
border-color css
<style>
span { border-color: #D6E099; }
span { border-color: rgb(214,224,153); }
td.TdClassName
{
border-color: #D6E099;
}
.TagClassName
{
border-color: #D6E099;
}
</style>