Shades of Primrose #DDD997
Tints of Primrose #DDD997
RGB
CMYK
RGB Variations
Color information
#DDD997 (or 0xDDD997) is known color: Primrose. HEX triplet: DD, D9 and 97. RGB value is (221,217,151). Sum of RGB (Red+Green+Blue) = 221+217+151=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD997 is #222668. Grayscale: #D2D2D2. Windows color (decimal): -2238057 or 9951709. OLE color: 9951709.
HSL color Cylindrical-coordinate representation of color #DDD997: hue angle of 56.57º 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 #DDD997 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 151 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 56.57º | 0.51% | 0.73% | - |
| HSV(B) | 56.57º | 0.32% | 0.87% | - |
| XYZ | 60.22 | 67.23 | 39.08 | - |
| YUV | 210.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 151 | 0 | 0.02 | 0.32 | 0.13 | 56.57 | 0.51 | 0.73 |
| Hex | DD | D9 | 97 | 0 | 2 | 20 | D | 39 | 33 | 49 |
| Octal | 335 | 331 | 227 | 0 | 2 | 40 | 15 | 71 | 63 | 111 |
| Binary | 11011101 | 11011001 | 10010111 | 0 | 10 | 100000 | 1101 | 111001 | 110011 | 1001001 |
Color Harmonies of #DDD997
Complementary color
Monochromatic Colors of #DDD997
Black with #DDD997
Text Example
Text Example
White with #DDD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD997; }
p { color: rgb(221,217,151); }
H1.HeaderClassName
{
color: #DDD997;
}
.AnyTagClassName
{
color: #DDD997;
}
</style>
background-color css
<style>
a { background-color: #DDD997; }
a { background-color: rgb(221,217,151); }
div.DivClassName
{
background-color: #DDD997;
}
.BgClassName
{
background-color: #DDD997;
}
</style>
border-color css
<style>
span { border-color: #DDD997; }
span { border-color: rgb(221,217,151); }
td.TdClassName
{
border-color: #DDD997;
}
.TagClassName
{
border-color: #DDD997;
}
</style>