Shades of Primrose #D4D696
Tints of Primrose #D4D696
RGB
CMYK
RGB Variations
Color information
#D4D696 (or 0xD4D696) is known color: Primrose. HEX triplet: D4, D6 and 96. RGB value is (212,214,150). Sum of RGB (Red+Green+Blue) = 212+214+150=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D696 is #2B2969. Grayscale: #CECECE. Windows color (decimal): -2828650 or 9885396. OLE color: 9885396.
HSL color Cylindrical-coordinate representation of color #D4D696: hue angle of 61.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4D696 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 150 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.16 |
| HSL | 61.88º | 0.44% | 0.71% | - |
| HSV(B) | 61.88º | 0.3% | 0.84% | - |
| XYZ | 56.7 | 64.29 | 38.28 | - |
| YUV | 206.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 150 | 0.01 | 0 | 0.30 | 0.16 | 61.88 | 0.44 | 0.71 |
| Hex | D4 | D6 | 96 | 1 | 0 | 1E | 10 | 3E | 2C | 47 |
| Octal | 324 | 326 | 226 | 1 | 0 | 36 | 20 | 76 | 54 | 107 |
| Binary | 11010100 | 11010110 | 10010110 | 1 | 0 | 11110 | 10000 | 111110 | 101100 | 1000111 |
Color Harmonies of #D4D696
Complementary color
Monochromatic Colors of #D4D696
Black with #D4D696
Text Example
Text Example
White with #D4D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D696; }
p { color: rgb(212,214,150); }
H1.HeaderClassName
{
color: #D4D696;
}
.AnyTagClassName
{
color: #D4D696;
}
</style>
background-color css
<style>
a { background-color: #D4D696; }
a { background-color: rgb(212,214,150); }
div.DivClassName
{
background-color: #D4D696;
}
.BgClassName
{
background-color: #D4D696;
}
</style>
border-color css
<style>
span { border-color: #D4D696; }
span { border-color: rgb(212,214,150); }
td.TdClassName
{
border-color: #D4D696;
}
.TagClassName
{
border-color: #D4D696;
}
</style>