Shades of Primrose #DDE68D
Tints of Primrose #DDE68D
RGB
CMYK
RGB Variations
Color information
#DDE68D (or 0xDDE68D) is known color: Primrose. HEX triplet: DD, E6 and 8D. RGB value is (221,230,141). Sum of RGB (Red+Green+Blue) = 221+230+141=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE68D is #221972. Grayscale: #D9D9D9. Windows color (decimal): -2234739 or 9299677. OLE color: 9299677.
HSL color Cylindrical-coordinate representation of color #DDE68D: hue angle of 66.07º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE68D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 141 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.10 |
| HSL | 66.07º | 0.64% | 0.73% | - |
| HSV(B) | 66.07º | 0.39% | 0.9% | - |
| XYZ | 62.92 | 73.89 | 36.14 | - |
| YUV | 217.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 141 | 0.04 | 0 | 0.39 | 0.10 | 66.07 | 0.64 | 0.73 |
| Hex | DD | E6 | 8D | 4 | 0 | 27 | A | 42 | 40 | 49 |
| Octal | 335 | 346 | 215 | 4 | 0 | 47 | 12 | 102 | 100 | 111 |
| Binary | 11011101 | 11100110 | 10001101 | 100 | 0 | 100111 | 1010 | 1000010 | 1000000 | 1001001 |
Color Harmonies of #DDE68D
Complementary color
Monochromatic Colors of #DDE68D
Black with #DDE68D
Text Example
Text Example
White with #DDE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE68D; }
p { color: rgb(221,230,141); }
H1.HeaderClassName
{
color: #DDE68D;
}
.AnyTagClassName
{
color: #DDE68D;
}
</style>
background-color css
<style>
a { background-color: #DDE68D; }
a { background-color: rgb(221,230,141); }
div.DivClassName
{
background-color: #DDE68D;
}
.BgClassName
{
background-color: #DDE68D;
}
</style>
border-color css
<style>
span { border-color: #DDE68D; }
span { border-color: rgb(221,230,141); }
td.TdClassName
{
border-color: #DDE68D;
}
.TagClassName
{
border-color: #DDE68D;
}
</style>