Shades of Primrose #D4DF96
Tints of Primrose #D4DF96
RGB
CMYK
RGB Variations
Color information
#D4DF96 (or 0xD4DF96) is known color: Primrose. HEX triplet: D4, DF and 96. RGB value is (212,223,150). Sum of RGB (Red+Green+Blue) = 212+223+150=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DF96 is #2B2069. Grayscale: #D3D3D3. Windows color (decimal): -2826346 or 9887700. OLE color: 9887700.
HSL color Cylindrical-coordinate representation of color #D4DF96: hue angle of 69.04º degrees, saturation: 0.53, 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 #D4DF96 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 150 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.13 |
| HSL | 69.04º | 0.53% | 0.73% | - |
| HSV(B) | 69.04º | 0.33% | 0.87% | - |
| XYZ | 59.04 | 68.97 | 39.06 | - |
| YUV | 211.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 150 | 0.05 | 0 | 0.33 | 0.13 | 69.04 | 0.53 | 0.73 |
| Hex | D4 | DF | 96 | 5 | 0 | 21 | D | 45 | 35 | 49 |
| Octal | 324 | 337 | 226 | 5 | 0 | 41 | 15 | 105 | 65 | 111 |
| Binary | 11010100 | 11011111 | 10010110 | 101 | 0 | 100001 | 1101 | 1000101 | 110101 | 1001001 |
Color Harmonies of #D4DF96
Complementary color
Monochromatic Colors of #D4DF96
Black with #D4DF96
Text Example
Text Example
White with #D4DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF96; }
p { color: rgb(212,223,150); }
H1.HeaderClassName
{
color: #D4DF96;
}
.AnyTagClassName
{
color: #D4DF96;
}
</style>
background-color css
<style>
a { background-color: #D4DF96; }
a { background-color: rgb(212,223,150); }
div.DivClassName
{
background-color: #D4DF96;
}
.BgClassName
{
background-color: #D4DF96;
}
</style>
border-color css
<style>
span { border-color: #D4DF96; }
span { border-color: rgb(212,223,150); }
td.TdClassName
{
border-color: #D4DF96;
}
.TagClassName
{
border-color: #D4DF96;
}
</style>