Shades of Primrose #D6DD99
Tints of Primrose #D6DD99
RGB
CMYK
RGB Variations
Color information
#D6DD99 (or 0xD6DD99) is known color: Primrose. HEX triplet: D6, DD and 99. RGB value is (214,221,153). Sum of RGB (Red+Green+Blue) = 214+221+153=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD99 is #292266. Grayscale: #D3D3D3. Windows color (decimal): -2695783 or 10083798. OLE color: 10083798.
HSL color Cylindrical-coordinate representation of color #D6DD99: hue angle of 66.18º 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 #D6DD99 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 153 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.13 |
| HSL | 66.18º | 0.5% | 0.73% | - |
| HSV(B) | 66.18º | 0.31% | 0.87% | - |
| XYZ | 59.34 | 68.31 | 40.19 | - |
| YUV | 211.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 153 | 0.03 | 0 | 0.31 | 0.13 | 66.18 | 0.5 | 0.73 |
| Hex | D6 | DD | 99 | 3 | 0 | 1F | D | 42 | 32 | 49 |
| Octal | 326 | 335 | 231 | 3 | 0 | 37 | 15 | 102 | 62 | 111 |
| Binary | 11010110 | 11011101 | 10011001 | 11 | 0 | 11111 | 1101 | 1000010 | 110010 | 1001001 |
Color Harmonies of #D6DD99
Complementary color
Monochromatic Colors of #D6DD99
Black with #D6DD99
Text Example
Text Example
White with #D6DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD99; }
p { color: rgb(214,221,153); }
H1.HeaderClassName
{
color: #D6DD99;
}
.AnyTagClassName
{
color: #D6DD99;
}
</style>
background-color css
<style>
a { background-color: #D6DD99; }
a { background-color: rgb(214,221,153); }
div.DivClassName
{
background-color: #D6DD99;
}
.BgClassName
{
background-color: #D6DD99;
}
</style>
border-color css
<style>
span { border-color: #D6DD99; }
span { border-color: rgb(214,221,153); }
td.TdClassName
{
border-color: #D6DD99;
}
.TagClassName
{
border-color: #D6DD99;
}
</style>