Shades of Primrose #DDE88A
Tints of Primrose #DDE88A
RGB
CMYK
RGB Variations
Color information
#DDE88A (or 0xDDE88A) is known color: Primrose. HEX triplet: DD, E8 and 8A. RGB value is (221,232,138). Sum of RGB (Red+Green+Blue) = 221+232+138=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE88A is #221775. Grayscale: #DADADA. Windows color (decimal): -2234230 or 9103581. OLE color: 9103581.
HSL color Cylindrical-coordinate representation of color #DDE88A: hue angle of 67.02º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDE88A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 138 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.09 |
| HSL | 67.02º | 0.67% | 0.73% | - |
| HSV(B) | 67.02º | 0.41% | 0.91% | - |
| XYZ | 63.26 | 74.92 | 35.17 | - |
| YUV | 218 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 138 | 0.05 | 0 | 0.41 | 0.09 | 67.02 | 0.67 | 0.73 |
| Hex | DD | E8 | 8A | 5 | 0 | 29 | 9 | 43 | 43 | 49 |
| Octal | 335 | 350 | 212 | 5 | 0 | 51 | 11 | 103 | 103 | 111 |
| Binary | 11011101 | 11101000 | 10001010 | 101 | 0 | 101001 | 1001 | 1000011 | 1000011 | 1001001 |
Color Harmonies of #DDE88A
Complementary color
Monochromatic Colors of #DDE88A
Black with #DDE88A
Text Example
Text Example
White with #DDE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE88A; }
p { color: rgb(221,232,138); }
H1.HeaderClassName
{
color: #DDE88A;
}
.AnyTagClassName
{
color: #DDE88A;
}
</style>
background-color css
<style>
a { background-color: #DDE88A; }
a { background-color: rgb(221,232,138); }
div.DivClassName
{
background-color: #DDE88A;
}
.BgClassName
{
background-color: #DDE88A;
}
</style>
border-color css
<style>
span { border-color: #DDE88A; }
span { border-color: rgb(221,232,138); }
td.TdClassName
{
border-color: #DDE88A;
}
.TagClassName
{
border-color: #DDE88A;
}
</style>