Shades of Primrose #D6D994
Tints of Primrose #D6D994
RGB
CMYK
RGB Variations
Color information
#D6D994 (or 0xD6D994) is known color: Primrose. HEX triplet: D6, D9 and 94. RGB value is (214,217,148). Sum of RGB (Red+Green+Blue) = 214+217+148=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D994 is #29266B. Grayscale: #D0D0D0. Windows color (decimal): -2696812 or 9755094. OLE color: 9755094.
HSL color Cylindrical-coordinate representation of color #D6D994: hue angle of 62.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6D994 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 148 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.15 |
| HSL | 62.61º | 0.48% | 0.72% | - |
| HSV(B) | 62.61º | 0.32% | 0.85% | - |
| XYZ | 57.89 | 66.06 | 37.72 | - |
| YUV | 208.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 148 | 0.01 | 0 | 0.32 | 0.15 | 62.61 | 0.48 | 0.72 |
| Hex | D6 | D9 | 94 | 1 | 0 | 20 | F | 3F | 30 | 48 |
| Octal | 326 | 331 | 224 | 1 | 0 | 40 | 17 | 77 | 60 | 110 |
| Binary | 11010110 | 11011001 | 10010100 | 1 | 0 | 100000 | 1111 | 111111 | 110000 | 1001000 |
Color Harmonies of #D6D994
Complementary color
Monochromatic Colors of #D6D994
Black with #D6D994
Text Example
Text Example
White with #D6D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D994; }
p { color: rgb(214,217,148); }
H1.HeaderClassName
{
color: #D6D994;
}
.AnyTagClassName
{
color: #D6D994;
}
</style>
background-color css
<style>
a { background-color: #D6D994; }
a { background-color: rgb(214,217,148); }
div.DivClassName
{
background-color: #D6D994;
}
.BgClassName
{
background-color: #D6D994;
}
</style>
border-color css
<style>
span { border-color: #D6D994; }
span { border-color: rgb(214,217,148); }
td.TdClassName
{
border-color: #D6D994;
}
.TagClassName
{
border-color: #D6D994;
}
</style>