Shades of Primrose #D7DD94
Tints of Primrose #D7DD94
RGB
CMYK
RGB Variations
Color information
#D7DD94 (or 0xD7DD94) is known color: Primrose. HEX triplet: D7, DD and 94. RGB value is (215,221,148). Sum of RGB (Red+Green+Blue) = 215+221+148=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD94 is #28226B. Grayscale: #D3D3D3. Windows color (decimal): -2630252 or 9756119. OLE color: 9756119.
HSL color Cylindrical-coordinate representation of color #D7DD94: hue angle of 64.93º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7DD94 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 148 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.13 |
| HSL | 64.93º | 0.52% | 0.72% | - |
| HSV(B) | 64.93º | 0.33% | 0.87% | - |
| XYZ | 59.23 | 68.3 | 38.08 | - |
| YUV | 210.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 148 | 0.03 | 0 | 0.33 | 0.13 | 64.93 | 0.52 | 0.72 |
| Hex | D7 | DD | 94 | 3 | 0 | 21 | D | 41 | 34 | 48 |
| Octal | 327 | 335 | 224 | 3 | 0 | 41 | 15 | 101 | 64 | 110 |
| Binary | 11010111 | 11011101 | 10010100 | 11 | 0 | 100001 | 1101 | 1000001 | 110100 | 1001000 |
Color Harmonies of #D7DD94
Complementary color
Monochromatic Colors of #D7DD94
Black with #D7DD94
Text Example
Text Example
White with #D7DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD94; }
p { color: rgb(215,221,148); }
H1.HeaderClassName
{
color: #D7DD94;
}
.AnyTagClassName
{
color: #D7DD94;
}
</style>
background-color css
<style>
a { background-color: #D7DD94; }
a { background-color: rgb(215,221,148); }
div.DivClassName
{
background-color: #D7DD94;
}
.BgClassName
{
background-color: #D7DD94;
}
</style>
border-color css
<style>
span { border-color: #D7DD94; }
span { border-color: rgb(215,221,148); }
td.TdClassName
{
border-color: #D7DD94;
}
.TagClassName
{
border-color: #D7DD94;
}
</style>