Shades of Primrose #DDD595
Tints of Primrose #DDD595
RGB
CMYK
RGB Variations
Color information
#DDD595 (or 0xDDD595) is known color: Primrose. HEX triplet: DD, D5 and 95. RGB value is (221,213,149). Sum of RGB (Red+Green+Blue) = 221+213+149=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD595 is #222A6A. Grayscale: #D0D0D0. Windows color (decimal): -2239083 or 9819613. OLE color: 9819613.
HSL color Cylindrical-coordinate representation of color #DDD595: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD595 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 149 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 53.33º | 0.51% | 0.73% | - |
| HSV(B) | 53.33º | 0.33% | 0.87% | - |
| XYZ | 59.04 | 65.13 | 37.89 | - |
| YUV | 208.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 149 | 0 | 0.04 | 0.33 | 0.13 | 53.33 | 0.51 | 0.73 |
| Hex | DD | D5 | 95 | 0 | 4 | 21 | D | 35 | 33 | 49 |
| Octal | 335 | 325 | 225 | 0 | 4 | 41 | 15 | 65 | 63 | 111 |
| Binary | 11011101 | 11010101 | 10010101 | 0 | 100 | 100001 | 1101 | 110101 | 110011 | 1001001 |
Color Harmonies of #DDD595
Complementary color
Monochromatic Colors of #DDD595
Black with #DDD595
Text Example
Text Example
White with #DDD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD595; }
p { color: rgb(221,213,149); }
H1.HeaderClassName
{
color: #DDD595;
}
.AnyTagClassName
{
color: #DDD595;
}
</style>
background-color css
<style>
a { background-color: #DDD595; }
a { background-color: rgb(221,213,149); }
div.DivClassName
{
background-color: #DDD595;
}
.BgClassName
{
background-color: #DDD595;
}
</style>
border-color css
<style>
span { border-color: #DDD595; }
span { border-color: rgb(221,213,149); }
td.TdClassName
{
border-color: #DDD595;
}
.TagClassName
{
border-color: #DDD595;
}
</style>