Shades of Primrose #DDDD94
Tints of Primrose #DDDD94
RGB
CMYK
RGB Variations
Color information
#DDDD94 (or 0xDDDD94) is known color: Primrose. HEX triplet: DD, DD and 94. RGB value is (221,221,148). Sum of RGB (Red+Green+Blue) = 221+221+148=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD94 is #22226B. Grayscale: #D4D4D4. Windows color (decimal): -2237036 or 9756125. OLE color: 9756125.
HSL color Cylindrical-coordinate representation of color #DDDD94: hue angle of 60º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDD94 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 148 | - |
| CMYK | 0 | 0 | 0.33 | 0.13 |
| HSL | 60º | 0.52% | 0.72% | - |
| HSV(B) | 60º | 0.33% | 0.87% | - |
| XYZ | 61.02 | 69.22 | 38.16 | - |
| YUV | 212.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 148 | 0 | 0 | 0.33 | 0.13 | 60 | 0.52 | 0.72 |
| Hex | DD | DD | 94 | 0 | 0 | 21 | D | 3C | 34 | 48 |
| Octal | 335 | 335 | 224 | 0 | 0 | 41 | 15 | 74 | 64 | 110 |
| Binary | 11011101 | 11011101 | 10010100 | 0 | 0 | 100001 | 1101 | 111100 | 110100 | 1001000 |
Color Harmonies of #DDDD94
Complementary color
Monochromatic Colors of #DDDD94
Black with #DDDD94
Text Example
Text Example
White with #DDDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD94; }
p { color: rgb(221,221,148); }
H1.HeaderClassName
{
color: #DDDD94;
}
.AnyTagClassName
{
color: #DDDD94;
}
</style>
background-color css
<style>
a { background-color: #DDDD94; }
a { background-color: rgb(221,221,148); }
div.DivClassName
{
background-color: #DDDD94;
}
.BgClassName
{
background-color: #DDDD94;
}
</style>
border-color css
<style>
span { border-color: #DDDD94; }
span { border-color: rgb(221,221,148); }
td.TdClassName
{
border-color: #DDDD94;
}
.TagClassName
{
border-color: #DDDD94;
}
</style>