Shades of Primrose #DDDB99
Tints of Primrose #DDDB99
RGB
CMYK
RGB Variations
Color information
#DDDB99 (or 0xDDDB99) is known color: Primrose. HEX triplet: DD, DB and 99. RGB value is (221,219,153). Sum of RGB (Red+Green+Blue) = 221+219+153=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB99 is #222466. Grayscale: #D4D4D4. Windows color (decimal): -2237543 or 10083293. OLE color: 10083293.
HSL color Cylindrical-coordinate representation of color #DDDB99: hue angle of 58.24º 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 #DDDB99 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 153 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 58.24º | 0.5% | 0.73% | - |
| HSV(B) | 58.24º | 0.31% | 0.87% | - |
| XYZ | 60.9 | 68.34 | 40.12 | - |
| YUV | 212.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 153 | 0 | 0.01 | 0.31 | 0.13 | 58.24 | 0.5 | 0.73 |
| Hex | DD | DB | 99 | 0 | 1 | 1F | D | 3A | 32 | 49 |
| Octal | 335 | 333 | 231 | 0 | 1 | 37 | 15 | 72 | 62 | 111 |
| Binary | 11011101 | 11011011 | 10011001 | 0 | 1 | 11111 | 1101 | 111010 | 110010 | 1001001 |
Color Harmonies of #DDDB99
Complementary color
Monochromatic Colors of #DDDB99
Black with #DDDB99
Text Example
Text Example
White with #DDDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB99; }
p { color: rgb(221,219,153); }
H1.HeaderClassName
{
color: #DDDB99;
}
.AnyTagClassName
{
color: #DDDB99;
}
</style>
background-color css
<style>
a { background-color: #DDDB99; }
a { background-color: rgb(221,219,153); }
div.DivClassName
{
background-color: #DDDB99;
}
.BgClassName
{
background-color: #DDDB99;
}
</style>
border-color css
<style>
span { border-color: #DDDB99; }
span { border-color: rgb(221,219,153); }
td.TdClassName
{
border-color: #DDDB99;
}
.TagClassName
{
border-color: #DDDB99;
}
</style>