Shades of Primrose #DDE38B
Tints of Primrose #DDE38B
RGB
CMYK
RGB Variations
Color information
#DDE38B (or 0xDDE38B) is known color: Primrose. HEX triplet: DD, E3 and 8B. RGB value is (221,227,139). Sum of RGB (Red+Green+Blue) = 221+227+139=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE38B is #221C74. Grayscale: #D7D7D7. Windows color (decimal): -2235509 or 9167837. OLE color: 9167837.
HSL color Cylindrical-coordinate representation of color #DDE38B: hue angle of 64.09º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE38B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 139 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.11 |
| HSL | 64.09º | 0.61% | 0.72% | - |
| HSV(B) | 64.09º | 0.39% | 0.89% | - |
| XYZ | 61.95 | 72.17 | 35.09 | - |
| YUV | 215.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 139 | 0.03 | 0 | 0.39 | 0.11 | 64.09 | 0.61 | 0.72 |
| Hex | DD | E3 | 8B | 3 | 0 | 27 | B | 40 | 3D | 48 |
| Octal | 335 | 343 | 213 | 3 | 0 | 47 | 13 | 100 | 75 | 110 |
| Binary | 11011101 | 11100011 | 10001011 | 11 | 0 | 100111 | 1011 | 1000000 | 111101 | 1001000 |
Color Harmonies of #DDE38B
Complementary color
Monochromatic Colors of #DDE38B
Black with #DDE38B
Text Example
Text Example
White with #DDE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE38B; }
p { color: rgb(221,227,139); }
H1.HeaderClassName
{
color: #DDE38B;
}
.AnyTagClassName
{
color: #DDE38B;
}
</style>
background-color css
<style>
a { background-color: #DDE38B; }
a { background-color: rgb(221,227,139); }
div.DivClassName
{
background-color: #DDE38B;
}
.BgClassName
{
background-color: #DDE38B;
}
</style>
border-color css
<style>
span { border-color: #DDE38B; }
span { border-color: rgb(221,227,139); }
td.TdClassName
{
border-color: #DDE38B;
}
.TagClassName
{
border-color: #DDE38B;
}
</style>