Shades of Primrose #D4DC98
Tints of Primrose #D4DC98
RGB
CMYK
RGB Variations
Color information
#D4DC98 (or 0xD4DC98) is known color: Primrose. HEX triplet: D4, DC and 98. RGB value is (212,220,152). Sum of RGB (Red+Green+Blue) = 212+220+152=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC98 is #2B2367. Grayscale: #D2D2D2. Windows color (decimal): -2827112 or 10018004. OLE color: 10018004.
HSL color Cylindrical-coordinate representation of color #D4DC98: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4DC98 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 152 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.14 |
| HSL | 67.06º | 0.49% | 0.73% | - |
| HSV(B) | 67.06º | 0.31% | 0.86% | - |
| XYZ | 58.41 | 67.45 | 39.65 | - |
| YUV | 209.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 152 | 0.04 | 0 | 0.31 | 0.14 | 67.06 | 0.49 | 0.73 |
| Hex | D4 | DC | 98 | 4 | 0 | 1F | E | 43 | 31 | 49 |
| Octal | 324 | 334 | 230 | 4 | 0 | 37 | 16 | 103 | 61 | 111 |
| Binary | 11010100 | 11011100 | 10011000 | 100 | 0 | 11111 | 1110 | 1000011 | 110001 | 1001001 |
Color Harmonies of #D4DC98
Complementary color
Monochromatic Colors of #D4DC98
Black with #D4DC98
Text Example
Text Example
White with #D4DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC98; }
p { color: rgb(212,220,152); }
H1.HeaderClassName
{
color: #D4DC98;
}
.AnyTagClassName
{
color: #D4DC98;
}
</style>
background-color css
<style>
a { background-color: #D4DC98; }
a { background-color: rgb(212,220,152); }
div.DivClassName
{
background-color: #D4DC98;
}
.BgClassName
{
background-color: #D4DC98;
}
</style>
border-color css
<style>
span { border-color: #D4DC98; }
span { border-color: rgb(212,220,152); }
td.TdClassName
{
border-color: #D4DC98;
}
.TagClassName
{
border-color: #D4DC98;
}
</style>