Shades of Primrose #DDD88E
Tints of Primrose #DDD88E
RGB
CMYK
RGB Variations
Color information
#DDD88E (or 0xDDD88E) is known color: Primrose. HEX triplet: DD, D8 and 8E. RGB value is (221,216,142). Sum of RGB (Red+Green+Blue) = 221+216+142=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88E is #222771. Grayscale: #D1D1D1. Windows color (decimal): -2238322 or 9361629. OLE color: 9361629.
HSL color Cylindrical-coordinate representation of color #DDD88E: hue angle of 56.2º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDD88E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 142 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.13 |
| HSL | 56.2º | 0.54% | 0.71% | - |
| HSV(B) | 56.2º | 0.36% | 0.87% | - |
| XYZ | 59.26 | 66.44 | 35.29 | - |
| YUV | 209.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 142 | 0 | 0.02 | 0.36 | 0.13 | 56.2 | 0.54 | 0.71 |
| Hex | DD | D8 | 8E | 0 | 2 | 24 | D | 38 | 36 | 47 |
| Octal | 335 | 330 | 216 | 0 | 2 | 44 | 15 | 70 | 66 | 107 |
| Binary | 11011101 | 11011000 | 10001110 | 0 | 10 | 100100 | 1101 | 111000 | 110110 | 1000111 |
Color Harmonies of #DDD88E
Complementary color
Monochromatic Colors of #DDD88E
Black with #DDD88E
Text Example
Text Example
White with #DDD88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD88E; }
p { color: rgb(221,216,142); }
H1.HeaderClassName
{
color: #DDD88E;
}
.AnyTagClassName
{
color: #DDD88E;
}
</style>
background-color css
<style>
a { background-color: #DDD88E; }
a { background-color: rgb(221,216,142); }
div.DivClassName
{
background-color: #DDD88E;
}
.BgClassName
{
background-color: #DDD88E;
}
</style>
border-color css
<style>
span { border-color: #DDD88E; }
span { border-color: rgb(221,216,142); }
td.TdClassName
{
border-color: #DDD88E;
}
.TagClassName
{
border-color: #DDD88E;
}
</style>