Shades of Primrose #DFE68F
Tints of Primrose #DFE68F
RGB
CMYK
RGB Variations
Color information
#DFE68F (or 0xDFE68F) is known color: Primrose. HEX triplet: DF, E6 and 8F. RGB value is (223,230,143). Sum of RGB (Red+Green+Blue) = 223+230+143=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE68F is #201970. Grayscale: #DADADA. Windows color (decimal): -2103665 or 9430751. OLE color: 9430751.
HSL color Cylindrical-coordinate representation of color #DFE68F: hue angle of 64.83º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE68F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 143 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.10 |
| HSL | 64.83º | 0.64% | 0.73% | - |
| HSV(B) | 64.83º | 0.38% | 0.9% | - |
| XYZ | 63.69 | 74.26 | 36.96 | - |
| YUV | 217.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 143 | 0.03 | 0 | 0.38 | 0.10 | 64.83 | 0.64 | 0.73 |
| Hex | DF | E6 | 8F | 3 | 0 | 26 | A | 41 | 40 | 49 |
| Octal | 337 | 346 | 217 | 3 | 0 | 46 | 12 | 101 | 100 | 111 |
| Binary | 11011111 | 11100110 | 10001111 | 11 | 0 | 100110 | 1010 | 1000001 | 1000000 | 1001001 |
Color Harmonies of #DFE68F
Complementary color
Monochromatic Colors of #DFE68F
Black with #DFE68F
Text Example
Text Example
White with #DFE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE68F; }
p { color: rgb(223,230,143); }
H1.HeaderClassName
{
color: #DFE68F;
}
.AnyTagClassName
{
color: #DFE68F;
}
</style>
background-color css
<style>
a { background-color: #DFE68F; }
a { background-color: rgb(223,230,143); }
div.DivClassName
{
background-color: #DFE68F;
}
.BgClassName
{
background-color: #DFE68F;
}
</style>
border-color css
<style>
span { border-color: #DFE68F; }
span { border-color: rgb(223,230,143); }
td.TdClassName
{
border-color: #DFE68F;
}
.TagClassName
{
border-color: #DFE68F;
}
</style>