Shades of Primrose #DDD88C
Tints of Primrose #DDD88C
RGB
CMYK
RGB Variations
Color information
#DDD88C (or 0xDDD88C) is known color: Primrose. HEX triplet: DD, D8 and 8C. RGB value is (221,216,140). Sum of RGB (Red+Green+Blue) = 221+216+140=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD88C is #222773. Grayscale: #D1D1D1. Windows color (decimal): -2238324 or 9230557. OLE color: 9230557.
HSL color Cylindrical-coordinate representation of color #DDD88C: hue angle of 56.3º 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 #DDD88C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 140 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.13 |
| HSL | 56.3º | 0.54% | 0.71% | - |
| HSV(B) | 56.3º | 0.37% | 0.87% | - |
| XYZ | 59.11 | 66.38 | 34.51 | - |
| YUV | 208.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 140 | 0 | 0.02 | 0.37 | 0.13 | 56.3 | 0.54 | 0.71 |
| Hex | DD | D8 | 8C | 0 | 2 | 25 | D | 38 | 36 | 47 |
| Octal | 335 | 330 | 214 | 0 | 2 | 45 | 15 | 70 | 66 | 107 |
| Binary | 11011101 | 11011000 | 10001100 | 0 | 10 | 100101 | 1101 | 111000 | 110110 | 1000111 |
Color Harmonies of #DDD88C
Complementary color
Monochromatic Colors of #DDD88C
Black with #DDD88C
Text Example
Text Example
White with #DDD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD88C; }
p { color: rgb(221,216,140); }
H1.HeaderClassName
{
color: #DDD88C;
}
.AnyTagClassName
{
color: #DDD88C;
}
</style>
background-color css
<style>
a { background-color: #DDD88C; }
a { background-color: rgb(221,216,140); }
div.DivClassName
{
background-color: #DDD88C;
}
.BgClassName
{
background-color: #DDD88C;
}
</style>
border-color css
<style>
span { border-color: #DDD88C; }
span { border-color: rgb(221,216,140); }
td.TdClassName
{
border-color: #DDD88C;
}
.TagClassName
{
border-color: #DDD88C;
}
</style>