Shades of Primrose #DDDC96
Tints of Primrose #DDDC96
RGB
CMYK
RGB Variations
Color information
#DDDC96 (or 0xDDDC96) is known color: Primrose. HEX triplet: DD, DC and 96. RGB value is (221,220,150). Sum of RGB (Red+Green+Blue) = 221+220+150=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC96 is #222369. Grayscale: #D4D4D4. Windows color (decimal): -2237290 or 9886941. OLE color: 9886941.
HSL color Cylindrical-coordinate representation of color #DDDC96: hue angle of 59.15º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDDC96 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 150 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.13 |
| HSL | 59.15º | 0.51% | 0.73% | - |
| HSV(B) | 59.15º | 0.32% | 0.87% | - |
| XYZ | 60.92 | 68.76 | 38.92 | - |
| YUV | 212.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 150 | 0 | 0.00 | 0.32 | 0.13 | 59.15 | 0.51 | 0.73 |
| Hex | DD | DC | 96 | 0 | 0 | 20 | D | 3B | 33 | 49 |
| Octal | 335 | 334 | 226 | 0 | 0 | 40 | 15 | 73 | 63 | 111 |
| Binary | 11011101 | 11011100 | 10010110 | 0 | 0 | 100000 | 1101 | 111011 | 110011 | 1001001 |
Color Harmonies of #DDDC96
Complementary color
Monochromatic Colors of #DDDC96
Black with #DDDC96
Text Example
Text Example
White with #DDDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC96; }
p { color: rgb(221,220,150); }
H1.HeaderClassName
{
color: #DDDC96;
}
.AnyTagClassName
{
color: #DDDC96;
}
</style>
background-color css
<style>
a { background-color: #DDDC96; }
a { background-color: rgb(221,220,150); }
div.DivClassName
{
background-color: #DDDC96;
}
.BgClassName
{
background-color: #DDDC96;
}
</style>
border-color css
<style>
span { border-color: #DDDC96; }
span { border-color: rgb(221,220,150); }
td.TdClassName
{
border-color: #DDDC96;
}
.TagClassName
{
border-color: #DDDC96;
}
</style>