Shades of Primrose #DFE48B
Tints of Primrose #DFE48B
RGB
CMYK
RGB Variations
Color information
#DFE48B (or 0xDFE48B) is known color: Primrose. HEX triplet: DF, E4 and 8B. RGB value is (223,228,139). Sum of RGB (Red+Green+Blue) = 223+228+139=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE48B is #201B74. Grayscale: #D8D8D8. Windows color (decimal): -2104181 or 9168095. OLE color: 9168095.
HSL color Cylindrical-coordinate representation of color #DFE48B: hue angle of 63.37º degrees, saturation: 0.62, 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 #DFE48B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 139 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.11 |
| HSL | 63.37º | 0.62% | 0.72% | - |
| HSV(B) | 63.37º | 0.39% | 0.89% | - |
| XYZ | 62.84 | 73.04 | 35.21 | - |
| YUV | 216.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 139 | 0.02 | 0 | 0.39 | 0.11 | 63.37 | 0.62 | 0.72 |
| Hex | DF | E4 | 8B | 2 | 0 | 27 | B | 3F | 3E | 48 |
| Octal | 337 | 344 | 213 | 2 | 0 | 47 | 13 | 77 | 76 | 110 |
| Binary | 11011111 | 11100100 | 10001011 | 10 | 0 | 100111 | 1011 | 111111 | 111110 | 1001000 |
Color Harmonies of #DFE48B
Complementary color
Monochromatic Colors of #DFE48B
Black with #DFE48B
Text Example
Text Example
White with #DFE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE48B; }
p { color: rgb(223,228,139); }
H1.HeaderClassName
{
color: #DFE48B;
}
.AnyTagClassName
{
color: #DFE48B;
}
</style>
background-color css
<style>
a { background-color: #DFE48B; }
a { background-color: rgb(223,228,139); }
div.DivClassName
{
background-color: #DFE48B;
}
.BgClassName
{
background-color: #DFE48B;
}
</style>
border-color css
<style>
span { border-color: #DFE48B; }
span { border-color: rgb(223,228,139); }
td.TdClassName
{
border-color: #DFE48B;
}
.TagClassName
{
border-color: #DFE48B;
}
</style>