Shades of Primrose #D4DE96
Tints of Primrose #D4DE96
RGB
CMYK
RGB Variations
Color information
#D4DE96 (or 0xD4DE96) is known color: Primrose. HEX triplet: D4, DE and 96. RGB value is (212,222,150). Sum of RGB (Red+Green+Blue) = 212+222+150=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DE96 is #2B2169. Grayscale: #D3D3D3. Windows color (decimal): -2826602 or 9887444. OLE color: 9887444.
HSL color Cylindrical-coordinate representation of color #D4DE96: hue angle of 68.33º degrees, saturation: 0.52, 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 #D4DE96 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 222 | 150 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.13 |
| HSL | 68.33º | 0.52% | 0.73% | - |
| HSV(B) | 68.33º | 0.32% | 0.87% | - |
| XYZ | 58.78 | 68.44 | 38.97 | - |
| YUV | 210.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 222 | 150 | 0.05 | 0 | 0.32 | 0.13 | 68.33 | 0.52 | 0.73 |
| Hex | D4 | DE | 96 | 5 | 0 | 20 | D | 44 | 34 | 49 |
| Octal | 324 | 336 | 226 | 5 | 0 | 40 | 15 | 104 | 64 | 111 |
| Binary | 11010100 | 11011110 | 10010110 | 101 | 0 | 100000 | 1101 | 1000100 | 110100 | 1001001 |
Color Harmonies of #D4DE96
Complementary color
Monochromatic Colors of #D4DE96
Black with #D4DE96
Text Example
Text Example
White with #D4DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DE96; }
p { color: rgb(212,222,150); }
H1.HeaderClassName
{
color: #D4DE96;
}
.AnyTagClassName
{
color: #D4DE96;
}
</style>
background-color css
<style>
a { background-color: #D4DE96; }
a { background-color: rgb(212,222,150); }
div.DivClassName
{
background-color: #D4DE96;
}
.BgClassName
{
background-color: #D4DE96;
}
</style>
border-color css
<style>
span { border-color: #D4DE96; }
span { border-color: rgb(212,222,150); }
td.TdClassName
{
border-color: #D4DE96;
}
.TagClassName
{
border-color: #D4DE96;
}
</style>