Shades of Primrose #DDD797
Tints of Primrose #DDD797
RGB
CMYK
RGB Variations
Color information
#DDD797 (or 0xDDD797) is known color: Primrose. HEX triplet: DD, D7 and 97. RGB value is (221,215,151). Sum of RGB (Red+Green+Blue) = 221+215+151=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD797 is #222868. Grayscale: #D1D1D1. Windows color (decimal): -2238569 or 9951197. OLE color: 9951197.
HSL color Cylindrical-coordinate representation of color #DDD797: hue angle of 54.86º 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 #DDD797 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 151 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.13 |
| HSL | 54.86º | 0.51% | 0.73% | - |
| HSV(B) | 54.86º | 0.32% | 0.87% | - |
| XYZ | 59.71 | 66.21 | 38.91 | - |
| YUV | 209.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 151 | 0 | 0.03 | 0.32 | 0.13 | 54.86 | 0.51 | 0.73 |
| Hex | DD | D7 | 97 | 0 | 3 | 20 | D | 37 | 33 | 49 |
| Octal | 335 | 327 | 227 | 0 | 3 | 40 | 15 | 67 | 63 | 111 |
| Binary | 11011101 | 11010111 | 10010111 | 0 | 11 | 100000 | 1101 | 110111 | 110011 | 1001001 |
Color Harmonies of #DDD797
Complementary color
Monochromatic Colors of #DDD797
Black with #DDD797
Text Example
Text Example
White with #DDD797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD797; }
p { color: rgb(221,215,151); }
H1.HeaderClassName
{
color: #DDD797;
}
.AnyTagClassName
{
color: #DDD797;
}
</style>
background-color css
<style>
a { background-color: #DDD797; }
a { background-color: rgb(221,215,151); }
div.DivClassName
{
background-color: #DDD797;
}
.BgClassName
{
background-color: #DDD797;
}
</style>
border-color css
<style>
span { border-color: #DDD797; }
span { border-color: rgb(221,215,151); }
td.TdClassName
{
border-color: #DDD797;
}
.TagClassName
{
border-color: #DDD797;
}
</style>