Shades of Primrose #DDD999
Tints of Primrose #DDD999
RGB
CMYK
RGB Variations
Color information
#DDD999 (or 0xDDD999) is known color: Primrose. HEX triplet: DD, D9 and 99. RGB value is (221,217,153). Sum of RGB (Red+Green+Blue) = 221+217+153=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD999 is #222666. Grayscale: #D3D3D3. Windows color (decimal): -2238055 or 10082781. OLE color: 10082781.
HSL color Cylindrical-coordinate representation of color #DDD999: hue angle of 56.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDD999 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 153 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 56.47º | 0.5% | 0.73% | - |
| HSV(B) | 56.47º | 0.31% | 0.87% | - |
| XYZ | 60.38 | 67.3 | 39.94 | - |
| YUV | 210.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 153 | 0 | 0.02 | 0.31 | 0.13 | 56.47 | 0.5 | 0.73 |
| Hex | DD | D9 | 99 | 0 | 2 | 1F | D | 38 | 32 | 49 |
| Octal | 335 | 331 | 231 | 0 | 2 | 37 | 15 | 70 | 62 | 111 |
| Binary | 11011101 | 11011001 | 10011001 | 0 | 10 | 11111 | 1101 | 111000 | 110010 | 1001001 |
Color Harmonies of #DDD999
Complementary color
Monochromatic Colors of #DDD999
Black with #DDD999
Text Example
Text Example
White with #DDD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD999; }
p { color: rgb(221,217,153); }
H1.HeaderClassName
{
color: #DDD999;
}
.AnyTagClassName
{
color: #DDD999;
}
</style>
background-color css
<style>
a { background-color: #DDD999; }
a { background-color: rgb(221,217,153); }
div.DivClassName
{
background-color: #DDD999;
}
.BgClassName
{
background-color: #DDD999;
}
</style>
border-color css
<style>
span { border-color: #DDD999; }
span { border-color: rgb(221,217,153); }
td.TdClassName
{
border-color: #DDD999;
}
.TagClassName
{
border-color: #DDD999;
}
</style>