Shades of Primrose #D5D996
Tints of Primrose #D5D996
RGB
CMYK
RGB Variations
Color information
#D5D996 (or 0xD5D996) is known color: Primrose. HEX triplet: D5, D9 and 96. RGB value is (213,217,150). Sum of RGB (Red+Green+Blue) = 213+217+150=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D996 is #2A2669. Grayscale: #D0D0D0. Windows color (decimal): -2762346 or 9886165. OLE color: 9886165.
HSL color Cylindrical-coordinate representation of color #D5D996: hue angle of 63.58º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D996 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 150 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.15 |
| HSL | 63.58º | 0.47% | 0.72% | - |
| HSV(B) | 63.58º | 0.31% | 0.85% | - |
| XYZ | 57.76 | 65.97 | 38.54 | - |
| YUV | 208.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 150 | 0.02 | 0 | 0.31 | 0.15 | 63.58 | 0.47 | 0.72 |
| Hex | D5 | D9 | 96 | 2 | 0 | 1F | F | 40 | 2F | 48 |
| Octal | 325 | 331 | 226 | 2 | 0 | 37 | 17 | 100 | 57 | 110 |
| Binary | 11010101 | 11011001 | 10010110 | 10 | 0 | 11111 | 1111 | 1000000 | 101111 | 1001000 |
Color Harmonies of #D5D996
Complementary color
Monochromatic Colors of #D5D996
Black with #D5D996
Text Example
Text Example
White with #D5D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D996; }
p { color: rgb(213,217,150); }
H1.HeaderClassName
{
color: #D5D996;
}
.AnyTagClassName
{
color: #D5D996;
}
</style>
background-color css
<style>
a { background-color: #D5D996; }
a { background-color: rgb(213,217,150); }
div.DivClassName
{
background-color: #D5D996;
}
.BgClassName
{
background-color: #D5D996;
}
</style>
border-color css
<style>
span { border-color: #D5D996; }
span { border-color: rgb(213,217,150); }
td.TdClassName
{
border-color: #D5D996;
}
.TagClassName
{
border-color: #D5D996;
}
</style>