Shades of Primrose #D4D794
Tints of Primrose #D4D794
RGB
CMYK
RGB Variations
Color information
#D4D794 (or 0xD4D794) is known color: Primrose. HEX triplet: D4, D7 and 94. RGB value is (212,215,148). Sum of RGB (Red+Green+Blue) = 212+215+148=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D794 is #2B286B. Grayscale: #CECECE. Windows color (decimal): -2828396 or 9754580. OLE color: 9754580.
HSL color Cylindrical-coordinate representation of color #D4D794: hue angle of 62.69º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4D794 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 148 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.16 |
| HSL | 62.69º | 0.46% | 0.71% | - |
| HSV(B) | 62.69º | 0.31% | 0.84% | - |
| XYZ | 56.8 | 64.74 | 37.52 | - |
| YUV | 206.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 148 | 0.01 | 0 | 0.31 | 0.16 | 62.69 | 0.46 | 0.71 |
| Hex | D4 | D7 | 94 | 1 | 0 | 1F | 10 | 3F | 2E | 47 |
| Octal | 324 | 327 | 224 | 1 | 0 | 37 | 20 | 77 | 56 | 107 |
| Binary | 11010100 | 11010111 | 10010100 | 1 | 0 | 11111 | 10000 | 111111 | 101110 | 1000111 |
Color Harmonies of #D4D794
Complementary color
Monochromatic Colors of #D4D794
Black with #D4D794
Text Example
Text Example
White with #D4D794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D794; }
p { color: rgb(212,215,148); }
H1.HeaderClassName
{
color: #D4D794;
}
.AnyTagClassName
{
color: #D4D794;
}
</style>
background-color css
<style>
a { background-color: #D4D794; }
a { background-color: rgb(212,215,148); }
div.DivClassName
{
background-color: #D4D794;
}
.BgClassName
{
background-color: #D4D794;
}
</style>
border-color css
<style>
span { border-color: #D4D794; }
span { border-color: rgb(212,215,148); }
td.TdClassName
{
border-color: #D4D794;
}
.TagClassName
{
border-color: #D4D794;
}
</style>