Shades of Primrose #D7DD8C
Tints of Primrose #D7DD8C
RGB
CMYK
RGB Variations
Color information
#D7DD8C (or 0xD7DD8C) is known color: Primrose. HEX triplet: D7, DD and 8C. RGB value is (215,221,140). Sum of RGB (Red+Green+Blue) = 215+221+140=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD8C is #282273. Grayscale: #D2D2D2. Windows color (decimal): -2630260 or 9231831. OLE color: 9231831.
HSL color Cylindrical-coordinate representation of color #D7DD8C: hue angle of 64.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7DD8C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 140 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.13 |
| HSL | 64.44º | 0.54% | 0.71% | - |
| HSV(B) | 64.44º | 0.37% | 0.87% | - |
| XYZ | 58.61 | 68.05 | 34.86 | - |
| YUV | 209.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 140 | 0.03 | 0 | 0.37 | 0.13 | 64.44 | 0.54 | 0.71 |
| Hex | D7 | DD | 8C | 3 | 0 | 25 | D | 40 | 36 | 47 |
| Octal | 327 | 335 | 214 | 3 | 0 | 45 | 15 | 100 | 66 | 107 |
| Binary | 11010111 | 11011101 | 10001100 | 11 | 0 | 100101 | 1101 | 1000000 | 110110 | 1000111 |
Color Harmonies of #D7DD8C
Complementary color
Monochromatic Colors of #D7DD8C
Black with #D7DD8C
Text Example
Text Example
White with #D7DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD8C; }
p { color: rgb(215,221,140); }
H1.HeaderClassName
{
color: #D7DD8C;
}
.AnyTagClassName
{
color: #D7DD8C;
}
</style>
background-color css
<style>
a { background-color: #D7DD8C; }
a { background-color: rgb(215,221,140); }
div.DivClassName
{
background-color: #D7DD8C;
}
.BgClassName
{
background-color: #D7DD8C;
}
</style>
border-color css
<style>
span { border-color: #D7DD8C; }
span { border-color: rgb(215,221,140); }
td.TdClassName
{
border-color: #D7DD8C;
}
.TagClassName
{
border-color: #D7DD8C;
}
</style>