Shades of Primrose #DDD998
Tints of Primrose #DDD998
RGB
CMYK
RGB Variations
Color information
#DDD998 (or 0xDDD998) is known color: Primrose. HEX triplet: DD, D9 and 98. RGB value is (221,217,152). Sum of RGB (Red+Green+Blue) = 221+217+152=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD998 is #222667. Grayscale: #D3D3D3. Windows color (decimal): -2238056 or 10017245. OLE color: 10017245.
HSL color Cylindrical-coordinate representation of color #DDD998: hue angle of 56.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDD998 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 152 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 56.52º | 0.5% | 0.73% | - |
| HSV(B) | 56.52º | 0.31% | 0.87% | - |
| XYZ | 60.3 | 67.26 | 39.51 | - |
| YUV | 210.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 152 | 0 | 0.02 | 0.31 | 0.13 | 56.52 | 0.5 | 0.73 |
| Hex | DD | D9 | 98 | 0 | 2 | 1F | D | 39 | 32 | 49 |
| Octal | 335 | 331 | 230 | 0 | 2 | 37 | 15 | 71 | 62 | 111 |
| Binary | 11011101 | 11011001 | 10011000 | 0 | 10 | 11111 | 1101 | 111001 | 110010 | 1001001 |
Color Harmonies of #DDD998
Complementary color
Monochromatic Colors of #DDD998
Black with #DDD998
Text Example
Text Example
White with #DDD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD998; }
p { color: rgb(221,217,152); }
H1.HeaderClassName
{
color: #DDD998;
}
.AnyTagClassName
{
color: #DDD998;
}
</style>
background-color css
<style>
a { background-color: #DDD998; }
a { background-color: rgb(221,217,152); }
div.DivClassName
{
background-color: #DDD998;
}
.BgClassName
{
background-color: #DDD998;
}
</style>
border-color css
<style>
span { border-color: #DDD998; }
span { border-color: rgb(221,217,152); }
td.TdClassName
{
border-color: #DDD998;
}
.TagClassName
{
border-color: #DDD998;
}
</style>