Shades of Primrose #D6DD98
Tints of Primrose #D6DD98
RGB
CMYK
RGB Variations
Color information
#D6DD98 (or 0xD6DD98) is known color: Primrose. HEX triplet: D6, DD and 98. RGB value is (214,221,152). Sum of RGB (Red+Green+Blue) = 214+221+152=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD98 is #292267. Grayscale: #D3D3D3. Windows color (decimal): -2695784 or 10018262. OLE color: 10018262.
HSL color Cylindrical-coordinate representation of color #D6DD98: hue angle of 66.09º 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 #D6DD98 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 152 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.13 |
| HSL | 66.09º | 0.5% | 0.73% | - |
| HSV(B) | 66.09º | 0.31% | 0.87% | - |
| XYZ | 59.26 | 68.28 | 39.76 | - |
| YUV | 211.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 152 | 0.03 | 0 | 0.31 | 0.13 | 66.09 | 0.5 | 0.73 |
| Hex | D6 | DD | 98 | 3 | 0 | 1F | D | 42 | 32 | 49 |
| Octal | 326 | 335 | 230 | 3 | 0 | 37 | 15 | 102 | 62 | 111 |
| Binary | 11010110 | 11011101 | 10011000 | 11 | 0 | 11111 | 1101 | 1000010 | 110010 | 1001001 |
Color Harmonies of #D6DD98
Complementary color
Monochromatic Colors of #D6DD98
Black with #D6DD98
Text Example
Text Example
White with #D6DD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD98; }
p { color: rgb(214,221,152); }
H1.HeaderClassName
{
color: #D6DD98;
}
.AnyTagClassName
{
color: #D6DD98;
}
</style>
background-color css
<style>
a { background-color: #D6DD98; }
a { background-color: rgb(214,221,152); }
div.DivClassName
{
background-color: #D6DD98;
}
.BgClassName
{
background-color: #D6DD98;
}
</style>
border-color css
<style>
span { border-color: #D6DD98; }
span { border-color: rgb(214,221,152); }
td.TdClassName
{
border-color: #D6DD98;
}
.TagClassName
{
border-color: #D6DD98;
}
</style>