Shades of Primrose #DDDE8C
Tints of Primrose #DDDE8C
RGB
CMYK
RGB Variations
Color information
#DDDE8C (or 0xDDDE8C) is known color: Primrose. HEX triplet: DD, DE and 8C. RGB value is (221,222,140). Sum of RGB (Red+Green+Blue) = 221+222+140=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE8C is #222173. Grayscale: #D4D4D4. Windows color (decimal): -2236788 or 9232093. OLE color: 9232093.
HSL color Cylindrical-coordinate representation of color #DDDE8C: hue angle of 60.73º degrees, saturation: 0.55, 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 #DDDE8C is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 140 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.13 |
| HSL | 60.73º | 0.55% | 0.71% | - |
| HSV(B) | 60.73º | 0.37% | 0.87% | - |
| XYZ | 60.67 | 69.51 | 35.03 | - |
| YUV | 212.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 140 | 0.00 | 0 | 0.37 | 0.13 | 60.73 | 0.55 | 0.71 |
| Hex | DD | DE | 8C | 0 | 0 | 25 | D | 3D | 37 | 47 |
| Octal | 335 | 336 | 214 | 0 | 0 | 45 | 15 | 75 | 67 | 107 |
| Binary | 11011101 | 11011110 | 10001100 | 0 | 0 | 100101 | 1101 | 111101 | 110111 | 1000111 |
Color Harmonies of #DDDE8C
Complementary color
Monochromatic Colors of #DDDE8C
Black with #DDDE8C
Text Example
Text Example
White with #DDDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE8C; }
p { color: rgb(221,222,140); }
H1.HeaderClassName
{
color: #DDDE8C;
}
.AnyTagClassName
{
color: #DDDE8C;
}
</style>
background-color css
<style>
a { background-color: #DDDE8C; }
a { background-color: rgb(221,222,140); }
div.DivClassName
{
background-color: #DDDE8C;
}
.BgClassName
{
background-color: #DDDE8C;
}
</style>
border-color css
<style>
span { border-color: #DDDE8C; }
span { border-color: rgb(221,222,140); }
td.TdClassName
{
border-color: #DDDE8C;
}
.TagClassName
{
border-color: #DDDE8C;
}
</style>