Shades of Primrose #DDDB84
Tints of Primrose #DDDB84
RGB
CMYK
RGB Variations
Color information
#DDDB84 (or 0xDDDB84) is known color: Primrose. HEX triplet: DD, DB and 84. RGB value is (221,219,132). Sum of RGB (Red+Green+Blue) = 221+219+132=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB84 is #22247B. Grayscale: #D2D2D2. Windows color (decimal): -2237564 or 8707037. OLE color: 8707037.
HSL color Cylindrical-coordinate representation of color #DDDB84: hue angle of 58.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDB84 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 132 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.13 |
| HSL | 58.65º | 0.57% | 0.69% | - |
| HSV(B) | 58.65º | 0.4% | 0.87% | - |
| XYZ | 59.32 | 67.7 | 31.77 | - |
| YUV | 209.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 132 | 0 | 0.01 | 0.40 | 0.13 | 58.65 | 0.57 | 0.69 |
| Hex | DD | DB | 84 | 0 | 1 | 28 | D | 3B | 39 | 45 |
| Octal | 335 | 333 | 204 | 0 | 1 | 50 | 15 | 73 | 71 | 105 |
| Binary | 11011101 | 11011011 | 10000100 | 0 | 1 | 101000 | 1101 | 111011 | 111001 | 1000101 |
Color Harmonies of #DDDB84
Complementary color
Monochromatic Colors of #DDDB84
Black with #DDDB84
Text Example
Text Example
White with #DDDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB84; }
p { color: rgb(221,219,132); }
H1.HeaderClassName
{
color: #DDDB84;
}
.AnyTagClassName
{
color: #DDDB84;
}
</style>
background-color css
<style>
a { background-color: #DDDB84; }
a { background-color: rgb(221,219,132); }
div.DivClassName
{
background-color: #DDDB84;
}
.BgClassName
{
background-color: #DDDB84;
}
</style>
border-color css
<style>
span { border-color: #DDDB84; }
span { border-color: rgb(221,219,132); }
td.TdClassName
{
border-color: #DDDB84;
}
.TagClassName
{
border-color: #DDDB84;
}
</style>