Shades of Primrose #DDD695
Tints of Primrose #DDD695
RGB
CMYK
RGB Variations
Color information
#DDD695 (or 0xDDD695) is known color: Primrose. HEX triplet: DD, D6 and 95. RGB value is (221,214,149). Sum of RGB (Red+Green+Blue) = 221+214+149=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD695 is #22296A. Grayscale: #D0D0D0. Windows color (decimal): -2238827 or 9819869. OLE color: 9819869.
HSL color Cylindrical-coordinate representation of color #DDD695: hue angle of 54.17º 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 #DDD695 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 149 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.13 |
| HSL | 54.17º | 0.51% | 0.73% | - |
| HSV(B) | 54.17º | 0.33% | 0.87% | - |
| XYZ | 59.29 | 65.64 | 37.98 | - |
| YUV | 208.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 149 | 0 | 0.03 | 0.33 | 0.13 | 54.17 | 0.51 | 0.73 |
| Hex | DD | D6 | 95 | 0 | 3 | 21 | D | 36 | 33 | 49 |
| Octal | 335 | 326 | 225 | 0 | 3 | 41 | 15 | 66 | 63 | 111 |
| Binary | 11011101 | 11010110 | 10010101 | 0 | 11 | 100001 | 1101 | 110110 | 110011 | 1001001 |
Color Harmonies of #DDD695
Complementary color
Monochromatic Colors of #DDD695
Black with #DDD695
Text Example
Text Example
White with #DDD695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD695; }
p { color: rgb(221,214,149); }
H1.HeaderClassName
{
color: #DDD695;
}
.AnyTagClassName
{
color: #DDD695;
}
</style>
background-color css
<style>
a { background-color: #DDD695; }
a { background-color: rgb(221,214,149); }
div.DivClassName
{
background-color: #DDD695;
}
.BgClassName
{
background-color: #DDD695;
}
</style>
border-color css
<style>
span { border-color: #DDD695; }
span { border-color: rgb(221,214,149); }
td.TdClassName
{
border-color: #DDD695;
}
.TagClassName
{
border-color: #DDD695;
}
</style>