Shades of Primrose #D8DF8C
Tints of Primrose #D8DF8C
RGB
CMYK
RGB Variations
Color information
#D8DF8C (or 0xD8DF8C) is known color: Primrose. HEX triplet: D8, DF and 8C. RGB value is (216,223,140). Sum of RGB (Red+Green+Blue) = 216+223+140=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DF8C is #272073. Grayscale: #D3D3D3. Windows color (decimal): -2564212 or 9232344. OLE color: 9232344.
HSL color Cylindrical-coordinate representation of color #D8DF8C: hue angle of 65.06º degrees, saturation: 0.56, 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 #D8DF8C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 140 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.13 |
| HSL | 65.06º | 0.56% | 0.71% | - |
| HSV(B) | 65.06º | 0.37% | 0.87% | - |
| XYZ | 59.44 | 69.27 | 35.05 | - |
| YUV | 211.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 140 | 0.03 | 0 | 0.37 | 0.13 | 65.06 | 0.56 | 0.71 |
| Hex | D8 | DF | 8C | 3 | 0 | 25 | D | 41 | 38 | 47 |
| Octal | 330 | 337 | 214 | 3 | 0 | 45 | 15 | 101 | 70 | 107 |
| Binary | 11011000 | 11011111 | 10001100 | 11 | 0 | 100101 | 1101 | 1000001 | 111000 | 1000111 |
Color Harmonies of #D8DF8C
Complementary color
Monochromatic Colors of #D8DF8C
Black with #D8DF8C
Text Example
Text Example
White with #D8DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF8C; }
p { color: rgb(216,223,140); }
H1.HeaderClassName
{
color: #D8DF8C;
}
.AnyTagClassName
{
color: #D8DF8C;
}
</style>
background-color css
<style>
a { background-color: #D8DF8C; }
a { background-color: rgb(216,223,140); }
div.DivClassName
{
background-color: #D8DF8C;
}
.BgClassName
{
background-color: #D8DF8C;
}
</style>
border-color css
<style>
span { border-color: #D8DF8C; }
span { border-color: rgb(216,223,140); }
td.TdClassName
{
border-color: #D8DF8C;
}
.TagClassName
{
border-color: #D8DF8C;
}
</style>