Shades of Primrose #D4DD98
Tints of Primrose #D4DD98
RGB
CMYK
RGB Variations
Color information
#D4DD98 (or 0xD4DD98) is known color: Primrose. HEX triplet: D4, DD and 98. RGB value is (212,221,152). Sum of RGB (Red+Green+Blue) = 212+221+152=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD98 is #2B2267. Grayscale: #D2D2D2. Windows color (decimal): -2826856 or 10018260. OLE color: 10018260.
HSL color Cylindrical-coordinate representation of color #D4DD98: hue angle of 67.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4DD98 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 152 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.13 |
| HSL | 67.83º | 0.5% | 0.73% | - |
| HSV(B) | 67.83º | 0.31% | 0.87% | - |
| XYZ | 58.68 | 67.98 | 39.73 | - |
| YUV | 210.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 152 | 0.04 | 0 | 0.31 | 0.13 | 67.83 | 0.5 | 0.73 |
| Hex | D4 | DD | 98 | 4 | 0 | 1F | D | 44 | 32 | 49 |
| Octal | 324 | 335 | 230 | 4 | 0 | 37 | 15 | 104 | 62 | 111 |
| Binary | 11010100 | 11011101 | 10011000 | 100 | 0 | 11111 | 1101 | 1000100 | 110010 | 1001001 |
Color Harmonies of #D4DD98
Complementary color
Monochromatic Colors of #D4DD98
Black with #D4DD98
Text Example
Text Example
White with #D4DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD98; }
p { color: rgb(212,221,152); }
H1.HeaderClassName
{
color: #D4DD98;
}
.AnyTagClassName
{
color: #D4DD98;
}
</style>
background-color css
<style>
a { background-color: #D4DD98; }
a { background-color: rgb(212,221,152); }
div.DivClassName
{
background-color: #D4DD98;
}
.BgClassName
{
background-color: #D4DD98;
}
</style>
border-color css
<style>
span { border-color: #D4DD98; }
span { border-color: rgb(212,221,152); }
td.TdClassName
{
border-color: #D4DD98;
}
.TagClassName
{
border-color: #D4DD98;
}
</style>