Shades of Primrose #D8DD8C
Tints of Primrose #D8DD8C
RGB
CMYK
RGB Variations
Color information
#D8DD8C (or 0xD8DD8C) is known color: Primrose. HEX triplet: D8, DD and 8C. RGB value is (216,221,140). Sum of RGB (Red+Green+Blue) = 216+221+140=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD8C is #272273. Grayscale: #D2D2D2. Windows color (decimal): -2564724 or 9231832. OLE color: 9231832.
HSL color Cylindrical-coordinate representation of color #D8DD8C: hue angle of 63.7º 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 #D8DD8C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 140 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.13 |
| HSL | 63.7º | 0.54% | 0.71% | - |
| HSV(B) | 63.7º | 0.37% | 0.87% | - |
| XYZ | 58.91 | 68.21 | 34.87 | - |
| YUV | 210.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 140 | 0.02 | 0 | 0.37 | 0.13 | 63.7 | 0.54 | 0.71 |
| Hex | D8 | DD | 8C | 2 | 0 | 25 | D | 40 | 36 | 47 |
| Octal | 330 | 335 | 214 | 2 | 0 | 45 | 15 | 100 | 66 | 107 |
| Binary | 11011000 | 11011101 | 10001100 | 10 | 0 | 100101 | 1101 | 1000000 | 110110 | 1000111 |
Color Harmonies of #D8DD8C
Complementary color
Monochromatic Colors of #D8DD8C
Black with #D8DD8C
Text Example
Text Example
White with #D8DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD8C; }
p { color: rgb(216,221,140); }
H1.HeaderClassName
{
color: #D8DD8C;
}
.AnyTagClassName
{
color: #D8DD8C;
}
</style>
background-color css
<style>
a { background-color: #D8DD8C; }
a { background-color: rgb(216,221,140); }
div.DivClassName
{
background-color: #D8DD8C;
}
.BgClassName
{
background-color: #D8DD8C;
}
</style>
border-color css
<style>
span { border-color: #D8DD8C; }
span { border-color: rgb(216,221,140); }
td.TdClassName
{
border-color: #D8DD8C;
}
.TagClassName
{
border-color: #D8DD8C;
}
</style>