Shades of Primrose #DDE791
Tints of Primrose #DDE791
RGB
CMYK
RGB Variations
Color information
#DDE791 (or 0xDDE791) is known color: Primrose. HEX triplet: DD, E7 and 91. RGB value is (221,231,145). Sum of RGB (Red+Green+Blue) = 221+231+145=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE791 is #22186E. Grayscale: #DADADA. Windows color (decimal): -2234479 or 9562077. OLE color: 9562077.
HSL color Cylindrical-coordinate representation of color #DDE791: hue angle of 66.98º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDE791 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 145 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.09 |
| HSL | 66.98º | 0.64% | 0.74% | - |
| HSV(B) | 66.98º | 0.37% | 0.91% | - |
| XYZ | 63.51 | 74.57 | 37.83 | - |
| YUV | 218.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 145 | 0.04 | 0 | 0.37 | 0.09 | 66.98 | 0.64 | 0.74 |
| Hex | DD | E7 | 91 | 4 | 0 | 25 | 9 | 43 | 40 | 4A |
| Octal | 335 | 347 | 221 | 4 | 0 | 45 | 11 | 103 | 100 | 112 |
| Binary | 11011101 | 11100111 | 10010001 | 100 | 0 | 100101 | 1001 | 1000011 | 1000000 | 1001010 |
Color Harmonies of #DDE791
Complementary color
Monochromatic Colors of #DDE791
Black with #DDE791
Text Example
Text Example
White with #DDE791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE791; }
p { color: rgb(221,231,145); }
H1.HeaderClassName
{
color: #DDE791;
}
.AnyTagClassName
{
color: #DDE791;
}
</style>
background-color css
<style>
a { background-color: #DDE791; }
a { background-color: rgb(221,231,145); }
div.DivClassName
{
background-color: #DDE791;
}
.BgClassName
{
background-color: #DDE791;
}
</style>
border-color css
<style>
span { border-color: #DDE791; }
span { border-color: rgb(221,231,145); }
td.TdClassName
{
border-color: #DDE791;
}
.TagClassName
{
border-color: #DDE791;
}
</style>