Shades of Primrose #DDDD95
Tints of Primrose #DDDD95
RGB
CMYK
RGB Variations
Color information
#DDDD95 (or 0xDDDD95) is known color: Primrose. HEX triplet: DD, DD and 95. RGB value is (221,221,149). Sum of RGB (Red+Green+Blue) = 221+221+149=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD95 is #22226A. Grayscale: #D5D5D5. Windows color (decimal): -2237035 or 9821661. OLE color: 9821661.
HSL color Cylindrical-coordinate representation of color #DDDD95: hue angle of 60º 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 #DDDD95 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 149 | - |
| CMYK | 0 | 0 | 0.33 | 0.13 |
| HSL | 60º | 0.51% | 0.73% | - |
| HSV(B) | 60º | 0.33% | 0.87% | - |
| XYZ | 61.1 | 69.25 | 38.58 | - |
| YUV | 212.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 149 | 0 | 0 | 0.33 | 0.13 | 60 | 0.51 | 0.73 |
| Hex | DD | DD | 95 | 0 | 0 | 21 | D | 3C | 33 | 49 |
| Octal | 335 | 335 | 225 | 0 | 0 | 41 | 15 | 74 | 63 | 111 |
| Binary | 11011101 | 11011101 | 10010101 | 0 | 0 | 100001 | 1101 | 111100 | 110011 | 1001001 |
Color Harmonies of #DDDD95
Complementary color
Monochromatic Colors of #DDDD95
Black with #DDDD95
Text Example
Text Example
White with #DDDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD95; }
p { color: rgb(221,221,149); }
H1.HeaderClassName
{
color: #DDDD95;
}
.AnyTagClassName
{
color: #DDDD95;
}
</style>
background-color css
<style>
a { background-color: #DDDD95; }
a { background-color: rgb(221,221,149); }
div.DivClassName
{
background-color: #DDDD95;
}
.BgClassName
{
background-color: #DDDD95;
}
</style>
border-color css
<style>
span { border-color: #DDDD95; }
span { border-color: rgb(221,221,149); }
td.TdClassName
{
border-color: #DDDD95;
}
.TagClassName
{
border-color: #DDDD95;
}
</style>