Shades of Primrose #DDDD8C
Tints of Primrose #DDDD8C
RGB
CMYK
RGB Variations
Color information
#DDDD8C (or 0xDDDD8C) is known color: Primrose. HEX triplet: DD, DD and 8C. RGB value is (221,221,140). Sum of RGB (Red+Green+Blue) = 221+221+140=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD8C is #222273. Grayscale: #D4D4D4. Windows color (decimal): -2237044 or 9231837. OLE color: 9231837.
HSL color Cylindrical-coordinate representation of color #DDDD8C: hue angle of 60º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDDD8C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 140 | - |
| CMYK | 0 | 0 | 0.37 | 0.13 |
| HSL | 60º | 0.54% | 0.71% | - |
| HSV(B) | 60º | 0.37% | 0.87% | - |
| XYZ | 60.41 | 68.98 | 34.94 | - |
| YUV | 211.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 140 | 0 | 0 | 0.37 | 0.13 | 60 | 0.54 | 0.71 |
| Hex | DD | DD | 8C | 0 | 0 | 25 | D | 3C | 36 | 47 |
| Octal | 335 | 335 | 214 | 0 | 0 | 45 | 15 | 74 | 66 | 107 |
| Binary | 11011101 | 11011101 | 10001100 | 0 | 0 | 100101 | 1101 | 111100 | 110110 | 1000111 |
Color Harmonies of #DDDD8C
Complementary color
Monochromatic Colors of #DDDD8C
Black with #DDDD8C
Text Example
Text Example
White with #DDDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD8C; }
p { color: rgb(221,221,140); }
H1.HeaderClassName
{
color: #DDDD8C;
}
.AnyTagClassName
{
color: #DDDD8C;
}
</style>
background-color css
<style>
a { background-color: #DDDD8C; }
a { background-color: rgb(221,221,140); }
div.DivClassName
{
background-color: #DDDD8C;
}
.BgClassName
{
background-color: #DDDD8C;
}
</style>
border-color css
<style>
span { border-color: #DDDD8C; }
span { border-color: rgb(221,221,140); }
td.TdClassName
{
border-color: #DDDD8C;
}
.TagClassName
{
border-color: #DDDD8C;
}
</style>