Shades of Primrose #D6DD95
Tints of Primrose #D6DD95
RGB
CMYK
RGB Variations
Color information
#D6DD95 (or 0xD6DD95) is known color: Primrose. HEX triplet: D6, DD and 95. RGB value is (214,221,149). Sum of RGB (Red+Green+Blue) = 214+221+149=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD95 is #29226A. Grayscale: #D2D2D2. Windows color (decimal): -2695787 or 9821654. OLE color: 9821654.
HSL color Cylindrical-coordinate representation of color #D6DD95: hue angle of 65.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6DD95 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 149 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.13 |
| HSL | 65.83º | 0.51% | 0.73% | - |
| HSV(B) | 65.83º | 0.33% | 0.87% | - |
| XYZ | 59.01 | 68.18 | 38.48 | - |
| YUV | 210.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 149 | 0.03 | 0 | 0.33 | 0.13 | 65.83 | 0.51 | 0.73 |
| Hex | D6 | DD | 95 | 3 | 0 | 21 | D | 42 | 33 | 49 |
| Octal | 326 | 335 | 225 | 3 | 0 | 41 | 15 | 102 | 63 | 111 |
| Binary | 11010110 | 11011101 | 10010101 | 11 | 0 | 100001 | 1101 | 1000010 | 110011 | 1001001 |
Color Harmonies of #D6DD95
Complementary color
Monochromatic Colors of #D6DD95
Black with #D6DD95
Text Example
Text Example
White with #D6DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD95; }
p { color: rgb(214,221,149); }
H1.HeaderClassName
{
color: #D6DD95;
}
.AnyTagClassName
{
color: #D6DD95;
}
</style>
background-color css
<style>
a { background-color: #D6DD95; }
a { background-color: rgb(214,221,149); }
div.DivClassName
{
background-color: #D6DD95;
}
.BgClassName
{
background-color: #D6DD95;
}
</style>
border-color css
<style>
span { border-color: #D6DD95; }
span { border-color: rgb(214,221,149); }
td.TdClassName
{
border-color: #D6DD95;
}
.TagClassName
{
border-color: #D6DD95;
}
</style>