Shades of Primrose #DDDD96
Tints of Primrose #DDDD96
RGB
CMYK
RGB Variations
Color information
#DDDD96 (or 0xDDDD96) is known color: Primrose. HEX triplet: DD, DD and 96. RGB value is (221,221,150). Sum of RGB (Red+Green+Blue) = 221+221+150=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD96 is #222269. Grayscale: #D5D5D5. Windows color (decimal): -2237034 or 9887197. OLE color: 9887197.
HSL color Cylindrical-coordinate representation of color #DDDD96: hue angle of 60º 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 #DDDD96 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 150 | - |
| CMYK | 0 | 0 | 0.32 | 0.13 |
| HSL | 60º | 0.51% | 0.73% | - |
| HSV(B) | 60º | 0.32% | 0.87% | - |
| XYZ | 61.18 | 69.29 | 39 | - |
| YUV | 212.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 150 | 0 | 0 | 0.32 | 0.13 | 60 | 0.51 | 0.73 |
| Hex | DD | DD | 96 | 0 | 0 | 20 | D | 3C | 33 | 49 |
| Octal | 335 | 335 | 226 | 0 | 0 | 40 | 15 | 74 | 63 | 111 |
| Binary | 11011101 | 11011101 | 10010110 | 0 | 0 | 100000 | 1101 | 111100 | 110011 | 1001001 |
Color Harmonies of #DDDD96
Complementary color
Monochromatic Colors of #DDDD96
Black with #DDDD96
Text Example
Text Example
White with #DDDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD96; }
p { color: rgb(221,221,150); }
H1.HeaderClassName
{
color: #DDDD96;
}
.AnyTagClassName
{
color: #DDDD96;
}
</style>
background-color css
<style>
a { background-color: #DDDD96; }
a { background-color: rgb(221,221,150); }
div.DivClassName
{
background-color: #DDDD96;
}
.BgClassName
{
background-color: #DDDD96;
}
</style>
border-color css
<style>
span { border-color: #DDDD96; }
span { border-color: rgb(221,221,150); }
td.TdClassName
{
border-color: #DDDD96;
}
.TagClassName
{
border-color: #DDDD96;
}
</style>