Shades of Primrose #DDE78F
Tints of Primrose #DDE78F
RGB
CMYK
RGB Variations
Color information
#DDE78F (or 0xDDE78F) is known color: Primrose. HEX triplet: DD, E7 and 8F. RGB value is (221,231,143). Sum of RGB (Red+Green+Blue) = 221+231+143=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE78F is #221870. Grayscale: #DADADA. Windows color (decimal): -2234481 or 9431005. OLE color: 9431005.
HSL color Cylindrical-coordinate representation of color #DDE78F: hue angle of 66.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE78F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 143 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.09 |
| HSL | 66.82º | 0.65% | 0.73% | - |
| HSV(B) | 66.82º | 0.38% | 0.91% | - |
| XYZ | 63.35 | 74.51 | 37.03 | - |
| YUV | 217.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 143 | 0.04 | 0 | 0.38 | 0.09 | 66.82 | 0.65 | 0.73 |
| Hex | DD | E7 | 8F | 4 | 0 | 26 | 9 | 43 | 41 | 49 |
| Octal | 335 | 347 | 217 | 4 | 0 | 46 | 11 | 103 | 101 | 111 |
| Binary | 11011101 | 11100111 | 10001111 | 100 | 0 | 100110 | 1001 | 1000011 | 1000001 | 1001001 |
Color Harmonies of #DDE78F
Complementary color
Monochromatic Colors of #DDE78F
Black with #DDE78F
Text Example
Text Example
White with #DDE78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE78F; }
p { color: rgb(221,231,143); }
H1.HeaderClassName
{
color: #DDE78F;
}
.AnyTagClassName
{
color: #DDE78F;
}
</style>
background-color css
<style>
a { background-color: #DDE78F; }
a { background-color: rgb(221,231,143); }
div.DivClassName
{
background-color: #DDE78F;
}
.BgClassName
{
background-color: #DDE78F;
}
</style>
border-color css
<style>
span { border-color: #DDE78F; }
span { border-color: rgb(221,231,143); }
td.TdClassName
{
border-color: #DDE78F;
}
.TagClassName
{
border-color: #DDE78F;
}
</style>