Shades of Primrose #DDE09D
Tints of Primrose #DDE09D
RGB
CMYK
RGB Variations
Color information
#DDE09D (or 0xDDE09D) is known color: Primrose. HEX triplet: DD, E0 and 9D. RGB value is (221,224,157). Sum of RGB (Red+Green+Blue) = 221+224+157=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE09D is #221F62. Grayscale: #D7D7D7. Windows color (decimal): -2236259 or 10346717. OLE color: 10346717.
HSL color Cylindrical-coordinate representation of color #DDE09D: hue angle of 62.69º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE09D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 157 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.12 |
| HSL | 62.69º | 0.52% | 0.75% | - |
| HSV(B) | 62.69º | 0.3% | 0.88% | - |
| XYZ | 62.56 | 71.12 | 42.33 | - |
| YUV | 215.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 157 | 0.01 | 0 | 0.30 | 0.12 | 62.69 | 0.52 | 0.75 |
| Hex | DD | E0 | 9D | 1 | 0 | 1E | C | 3F | 34 | 4B |
| Octal | 335 | 340 | 235 | 1 | 0 | 36 | 14 | 77 | 64 | 113 |
| Binary | 11011101 | 11100000 | 10011101 | 1 | 0 | 11110 | 1100 | 111111 | 110100 | 1001011 |
Color Harmonies of #DDE09D
Complementary color
Monochromatic Colors of #DDE09D
Black with #DDE09D
Text Example
Text Example
White with #DDE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE09D; }
p { color: rgb(221,224,157); }
H1.HeaderClassName
{
color: #DDE09D;
}
.AnyTagClassName
{
color: #DDE09D;
}
</style>
background-color css
<style>
a { background-color: #DDE09D; }
a { background-color: rgb(221,224,157); }
div.DivClassName
{
background-color: #DDE09D;
}
.BgClassName
{
background-color: #DDE09D;
}
</style>
border-color css
<style>
span { border-color: #DDE09D; }
span { border-color: rgb(221,224,157); }
td.TdClassName
{
border-color: #DDE09D;
}
.TagClassName
{
border-color: #DDE09D;
}
</style>