Shades of Primrose #DDDB98
Tints of Primrose #DDDB98
RGB
CMYK
RGB Variations
Color information
#DDDB98 (or 0xDDDB98) is known color: Primrose. HEX triplet: DD, DB and 98. RGB value is (221,219,152). Sum of RGB (Red+Green+Blue) = 221+219+152=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB98 is #222467. Grayscale: #D4D4D4. Windows color (decimal): -2237544 or 10017757. OLE color: 10017757.
HSL color Cylindrical-coordinate representation of color #DDDB98: hue angle of 58.26º 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 #DDDB98 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 152 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 58.26º | 0.5% | 0.73% | - |
| HSV(B) | 58.26º | 0.31% | 0.87% | - |
| XYZ | 60.82 | 68.3 | 39.68 | - |
| YUV | 211.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 152 | 0 | 0.01 | 0.31 | 0.13 | 58.26 | 0.5 | 0.73 |
| Hex | DD | DB | 98 | 0 | 1 | 1F | D | 3A | 32 | 49 |
| Octal | 335 | 333 | 230 | 0 | 1 | 37 | 15 | 72 | 62 | 111 |
| Binary | 11011101 | 11011011 | 10011000 | 0 | 1 | 11111 | 1101 | 111010 | 110010 | 1001001 |
Color Harmonies of #DDDB98
Complementary color
Monochromatic Colors of #DDDB98
Black with #DDDB98
Text Example
Text Example
White with #DDDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB98; }
p { color: rgb(221,219,152); }
H1.HeaderClassName
{
color: #DDDB98;
}
.AnyTagClassName
{
color: #DDDB98;
}
</style>
background-color css
<style>
a { background-color: #DDDB98; }
a { background-color: rgb(221,219,152); }
div.DivClassName
{
background-color: #DDDB98;
}
.BgClassName
{
background-color: #DDDB98;
}
</style>
border-color css
<style>
span { border-color: #DDDB98; }
span { border-color: rgb(221,219,152); }
td.TdClassName
{
border-color: #DDDB98;
}
.TagClassName
{
border-color: #DDDB98;
}
</style>