Shades of Primrose #DDE083
Tints of Primrose #DDE083
RGB
CMYK
RGB Variations
Color information
#DDE083 (or 0xDDE083) is known color: Primrose. HEX triplet: DD, E0 and 83. RGB value is (221,224,131). Sum of RGB (Red+Green+Blue) = 221+224+131=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE083 is #221F7C. Grayscale: #D4D4D4. Windows color (decimal): -2236285 or 8642781. OLE color: 8642781.
HSL color Cylindrical-coordinate representation of color #DDE083: hue angle of 61.94º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE083 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 131 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.12 |
| HSL | 61.94º | 0.6% | 0.7% | - |
| HSV(B) | 61.94º | 0.42% | 0.88% | - |
| XYZ | 60.57 | 70.32 | 31.85 | - |
| YUV | 212.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 131 | 0.01 | 0 | 0.42 | 0.12 | 61.94 | 0.6 | 0.7 |
| Hex | DD | E0 | 83 | 1 | 0 | 2A | C | 3E | 3C | 46 |
| Octal | 335 | 340 | 203 | 1 | 0 | 52 | 14 | 76 | 74 | 106 |
| Binary | 11011101 | 11100000 | 10000011 | 1 | 0 | 101010 | 1100 | 111110 | 111100 | 1000110 |
Color Harmonies of #DDE083
Complementary color
Monochromatic Colors of #DDE083
Black with #DDE083
Text Example
Text Example
White with #DDE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE083; }
p { color: rgb(221,224,131); }
H1.HeaderClassName
{
color: #DDE083;
}
.AnyTagClassName
{
color: #DDE083;
}
</style>
background-color css
<style>
a { background-color: #DDE083; }
a { background-color: rgb(221,224,131); }
div.DivClassName
{
background-color: #DDE083;
}
.BgClassName
{
background-color: #DDE083;
}
</style>
border-color css
<style>
span { border-color: #DDE083; }
span { border-color: rgb(221,224,131); }
td.TdClassName
{
border-color: #DDE083;
}
.TagClassName
{
border-color: #DDE083;
}
</style>