Shades of Primrose #DDE78A
Tints of Primrose #DDE78A
RGB
CMYK
RGB Variations
Color information
#DDE78A (or 0xDDE78A) is known color: Primrose. HEX triplet: DD, E7 and 8A. RGB value is (221,231,138). Sum of RGB (Red+Green+Blue) = 221+231+138=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE78A is #221875. Grayscale: #D9D9D9. Windows color (decimal): -2234486 or 9103325. OLE color: 9103325.
HSL color Cylindrical-coordinate representation of color #DDE78A: hue angle of 66.45º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE78A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 138 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.09 |
| HSL | 66.45º | 0.66% | 0.72% | - |
| HSV(B) | 66.45º | 0.4% | 0.91% | - |
| XYZ | 62.98 | 74.36 | 35.08 | - |
| YUV | 217.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 138 | 0.04 | 0 | 0.40 | 0.09 | 66.45 | 0.66 | 0.72 |
| Hex | DD | E7 | 8A | 4 | 0 | 28 | 9 | 42 | 42 | 48 |
| Octal | 335 | 347 | 212 | 4 | 0 | 50 | 11 | 102 | 102 | 110 |
| Binary | 11011101 | 11100111 | 10001010 | 100 | 0 | 101000 | 1001 | 1000010 | 1000010 | 1001000 |
Color Harmonies of #DDE78A
Complementary color
Monochromatic Colors of #DDE78A
Black with #DDE78A
Text Example
Text Example
White with #DDE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE78A; }
p { color: rgb(221,231,138); }
H1.HeaderClassName
{
color: #DDE78A;
}
.AnyTagClassName
{
color: #DDE78A;
}
</style>
background-color css
<style>
a { background-color: #DDE78A; }
a { background-color: rgb(221,231,138); }
div.DivClassName
{
background-color: #DDE78A;
}
.BgClassName
{
background-color: #DDE78A;
}
</style>
border-color css
<style>
span { border-color: #DDE78A; }
span { border-color: rgb(221,231,138); }
td.TdClassName
{
border-color: #DDE78A;
}
.TagClassName
{
border-color: #DDE78A;
}
</style>