Shades of Primrose #D3DD96
Tints of Primrose #D3DD96
RGB
CMYK
RGB Variations
Color information
#D3DD96 (or 0xD3DD96) is known color: Primrose. HEX triplet: D3, DD and 96. RGB value is (211,221,150). Sum of RGB (Red+Green+Blue) = 211+221+150=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD96 is #2C2269. Grayscale: #D2D2D2. Windows color (decimal): -2892394 or 9887187. OLE color: 9887187.
HSL color Cylindrical-coordinate representation of color #D3DD96: hue angle of 68.45º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3DD96 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 150 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.13 |
| HSL | 68.45º | 0.51% | 0.73% | - |
| HSV(B) | 68.45º | 0.32% | 0.87% | - |
| XYZ | 58.23 | 67.76 | 38.87 | - |
| YUV | 209.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 150 | 0.05 | 0 | 0.32 | 0.13 | 68.45 | 0.51 | 0.73 |
| Hex | D3 | DD | 96 | 5 | 0 | 20 | D | 44 | 33 | 49 |
| Octal | 323 | 335 | 226 | 5 | 0 | 40 | 15 | 104 | 63 | 111 |
| Binary | 11010011 | 11011101 | 10010110 | 101 | 0 | 100000 | 1101 | 1000100 | 110011 | 1001001 |
Color Harmonies of #D3DD96
Complementary color
Monochromatic Colors of #D3DD96
Black with #D3DD96
Text Example
Text Example
White with #D3DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD96; }
p { color: rgb(211,221,150); }
H1.HeaderClassName
{
color: #D3DD96;
}
.AnyTagClassName
{
color: #D3DD96;
}
</style>
background-color css
<style>
a { background-color: #D3DD96; }
a { background-color: rgb(211,221,150); }
div.DivClassName
{
background-color: #D3DD96;
}
.BgClassName
{
background-color: #D3DD96;
}
</style>
border-color css
<style>
span { border-color: #D3DD96; }
span { border-color: rgb(211,221,150); }
td.TdClassName
{
border-color: #D3DD96;
}
.TagClassName
{
border-color: #D3DD96;
}
</style>