Shades of Primrose #DFE68A
Tints of Primrose #DFE68A
RGB
CMYK
RGB Variations
Color information
#DFE68A (or 0xDFE68A) is known color: Primrose. HEX triplet: DF, E6 and 8A. RGB value is (223,230,138). Sum of RGB (Red+Green+Blue) = 223+230+138=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE68A is #201975. Grayscale: #D9D9D9. Windows color (decimal): -2103670 or 9103071. OLE color: 9103071.
HSL color Cylindrical-coordinate representation of color #DFE68A: hue angle of 64.57º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFE68A is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 138 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.10 |
| HSL | 64.57º | 0.65% | 0.72% | - |
| HSV(B) | 64.57º | 0.4% | 0.9% | - |
| XYZ | 63.32 | 74.12 | 35.01 | - |
| YUV | 217.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 138 | 0.03 | 0 | 0.4 | 0.10 | 64.57 | 0.65 | 0.72 |
| Hex | DF | E6 | 8A | 3 | 0 | 28 | A | 41 | 41 | 48 |
| Octal | 337 | 346 | 212 | 3 | 0 | 50 | 12 | 101 | 101 | 110 |
| Binary | 11011111 | 11100110 | 10001010 | 11 | 0 | 101000 | 1010 | 1000001 | 1000001 | 1001000 |
Color Harmonies of #DFE68A
Complementary color
Monochromatic Colors of #DFE68A
Black with #DFE68A
Text Example
Text Example
White with #DFE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE68A; }
p { color: rgb(223,230,138); }
H1.HeaderClassName
{
color: #DFE68A;
}
.AnyTagClassName
{
color: #DFE68A;
}
</style>
background-color css
<style>
a { background-color: #DFE68A; }
a { background-color: rgb(223,230,138); }
div.DivClassName
{
background-color: #DFE68A;
}
.BgClassName
{
background-color: #DFE68A;
}
</style>
border-color css
<style>
span { border-color: #DFE68A; }
span { border-color: rgb(223,230,138); }
td.TdClassName
{
border-color: #DFE68A;
}
.TagClassName
{
border-color: #DFE68A;
}
</style>