Shades of Primrose #DDDB95
Tints of Primrose #DDDB95
RGB
CMYK
RGB Variations
Color information
#DDDB95 (or 0xDDDB95) is known color: Primrose. HEX triplet: DD, DB and 95. RGB value is (221,219,149). Sum of RGB (Red+Green+Blue) = 221+219+149=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB95 is #22246A. Grayscale: #D3D3D3. Windows color (decimal): -2237547 or 9821149. OLE color: 9821149.
HSL color Cylindrical-coordinate representation of color #DDDB95: hue angle of 58.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDB95 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 149 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.33º | 0.51% | 0.73% | - |
| HSV(B) | 58.33º | 0.33% | 0.87% | - |
| XYZ | 60.58 | 68.21 | 38.41 | - |
| YUV | 211.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 149 | 0 | 0.01 | 0.33 | 0.13 | 58.33 | 0.51 | 0.73 |
| Hex | DD | DB | 95 | 0 | 1 | 21 | D | 3A | 33 | 49 |
| Octal | 335 | 333 | 225 | 0 | 1 | 41 | 15 | 72 | 63 | 111 |
| Binary | 11011101 | 11011011 | 10010101 | 0 | 1 | 100001 | 1101 | 111010 | 110011 | 1001001 |
Color Harmonies of #DDDB95
Complementary color
Monochromatic Colors of #DDDB95
Black with #DDDB95
Text Example
Text Example
White with #DDDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB95; }
p { color: rgb(221,219,149); }
H1.HeaderClassName
{
color: #DDDB95;
}
.AnyTagClassName
{
color: #DDDB95;
}
</style>
background-color css
<style>
a { background-color: #DDDB95; }
a { background-color: rgb(221,219,149); }
div.DivClassName
{
background-color: #DDDB95;
}
.BgClassName
{
background-color: #DDDB95;
}
</style>
border-color css
<style>
span { border-color: #DDDB95; }
span { border-color: rgb(221,219,149); }
td.TdClassName
{
border-color: #DDDB95;
}
.TagClassName
{
border-color: #DDDB95;
}
</style>