Shades of Primrose #DDDE9C
Tints of Primrose #DDDE9C
RGB
CMYK
RGB Variations
Color information
#DDDE9C (or 0xDDDE9C) is known color: Primrose. HEX triplet: DD, DE and 9C. RGB value is (221,222,156). Sum of RGB (Red+Green+Blue) = 221+222+156=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE9C is #222163. Grayscale: #D6D6D6. Windows color (decimal): -2236772 or 10280669. OLE color: 10280669.
HSL color Cylindrical-coordinate representation of color #DDDE9C: hue angle of 60.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDDE9C is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 156 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.13 |
| HSL | 60.91º | 0.5% | 0.74% | - |
| HSV(B) | 60.91º | 0.3% | 0.87% | - |
| XYZ | 61.94 | 70.02 | 41.7 | - |
| YUV | 214.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 156 | 0.00 | 0 | 0.30 | 0.13 | 60.91 | 0.5 | 0.74 |
| Hex | DD | DE | 9C | 0 | 0 | 1E | D | 3D | 32 | 4A |
| Octal | 335 | 336 | 234 | 0 | 0 | 36 | 15 | 75 | 62 | 112 |
| Binary | 11011101 | 11011110 | 10011100 | 0 | 0 | 11110 | 1101 | 111101 | 110010 | 1001010 |
Color Harmonies of #DDDE9C
Complementary color
Monochromatic Colors of #DDDE9C
Black with #DDDE9C
Text Example
Text Example
White with #DDDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE9C; }
p { color: rgb(221,222,156); }
H1.HeaderClassName
{
color: #DDDE9C;
}
.AnyTagClassName
{
color: #DDDE9C;
}
</style>
background-color css
<style>
a { background-color: #DDDE9C; }
a { background-color: rgb(221,222,156); }
div.DivClassName
{
background-color: #DDDE9C;
}
.BgClassName
{
background-color: #DDDE9C;
}
</style>
border-color css
<style>
span { border-color: #DDDE9C; }
span { border-color: rgb(221,222,156); }
td.TdClassName
{
border-color: #DDDE9C;
}
.TagClassName
{
border-color: #DDDE9C;
}
</style>