Shades of Primrose #D8DC98
Tints of Primrose #D8DC98
RGB
CMYK
RGB Variations
Color information
#D8DC98 (or 0xD8DC98) is known color: Primrose. HEX triplet: D8, DC and 98. RGB value is (216,220,152). Sum of RGB (Red+Green+Blue) = 216+220+152=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC98 is #272367. Grayscale: #D3D3D3. Windows color (decimal): -2564968 or 10018008. OLE color: 10018008.
HSL color Cylindrical-coordinate representation of color #D8DC98: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8DC98 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 152 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.14 |
| HSL | 63.53º | 0.49% | 0.73% | - |
| HSV(B) | 63.53º | 0.31% | 0.86% | - |
| XYZ | 59.58 | 68.05 | 39.7 | - |
| YUV | 211.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 152 | 0.02 | 0 | 0.31 | 0.14 | 63.53 | 0.49 | 0.73 |
| Hex | D8 | DC | 98 | 2 | 0 | 1F | E | 40 | 31 | 49 |
| Octal | 330 | 334 | 230 | 2 | 0 | 37 | 16 | 100 | 61 | 111 |
| Binary | 11011000 | 11011100 | 10011000 | 10 | 0 | 11111 | 1110 | 1000000 | 110001 | 1001001 |
Color Harmonies of #D8DC98
Complementary color
Monochromatic Colors of #D8DC98
Black with #D8DC98
Text Example
Text Example
White with #D8DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC98; }
p { color: rgb(216,220,152); }
H1.HeaderClassName
{
color: #D8DC98;
}
.AnyTagClassName
{
color: #D8DC98;
}
</style>
background-color css
<style>
a { background-color: #D8DC98; }
a { background-color: rgb(216,220,152); }
div.DivClassName
{
background-color: #D8DC98;
}
.BgClassName
{
background-color: #D8DC98;
}
</style>
border-color css
<style>
span { border-color: #D8DC98; }
span { border-color: rgb(216,220,152); }
td.TdClassName
{
border-color: #D8DC98;
}
.TagClassName
{
border-color: #D8DC98;
}
</style>