Shades of Primrose #DDD995
Tints of Primrose #DDD995
RGB
CMYK
RGB Variations
Color information
#DDD995 (or 0xDDD995) is known color: Primrose. HEX triplet: DD, D9 and 95. RGB value is (221,217,149). Sum of RGB (Red+Green+Blue) = 221+217+149=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD995 is #22266A. Grayscale: #D2D2D2. Windows color (decimal): -2238059 or 9820637. OLE color: 9820637.
HSL color Cylindrical-coordinate representation of color #DDD995: hue angle of 56.67º 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 #DDD995 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 149 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.13 |
| HSL | 56.67º | 0.51% | 0.73% | - |
| HSV(B) | 56.67º | 0.33% | 0.87% | - |
| XYZ | 60.06 | 67.17 | 38.23 | - |
| YUV | 210.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 149 | 0 | 0.02 | 0.33 | 0.13 | 56.67 | 0.51 | 0.73 |
| Hex | DD | D9 | 95 | 0 | 2 | 21 | D | 39 | 33 | 49 |
| Octal | 335 | 331 | 225 | 0 | 2 | 41 | 15 | 71 | 63 | 111 |
| Binary | 11011101 | 11011001 | 10010101 | 0 | 10 | 100001 | 1101 | 111001 | 110011 | 1001001 |
Color Harmonies of #DDD995
Complementary color
Monochromatic Colors of #DDD995
Black with #DDD995
Text Example
Text Example
White with #DDD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD995; }
p { color: rgb(221,217,149); }
H1.HeaderClassName
{
color: #DDD995;
}
.AnyTagClassName
{
color: #DDD995;
}
</style>
background-color css
<style>
a { background-color: #DDD995; }
a { background-color: rgb(221,217,149); }
div.DivClassName
{
background-color: #DDD995;
}
.BgClassName
{
background-color: #DDD995;
}
</style>
border-color css
<style>
span { border-color: #DDD995; }
span { border-color: rgb(221,217,149); }
td.TdClassName
{
border-color: #DDD995;
}
.TagClassName
{
border-color: #DDD995;
}
</style>