Shades of Primrose #DAE68E
Tints of Primrose #DAE68E
RGB
CMYK
RGB Variations
Color information
#DAE68E (or 0xDAE68E) is known color: Primrose. HEX triplet: DA, E6 and 8E. RGB value is (218,230,142). Sum of RGB (Red+Green+Blue) = 218+230+142=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE68E is #251971. Grayscale: #D8D8D8. Windows color (decimal): -2431346 or 9365210. OLE color: 9365210.
HSL color Cylindrical-coordinate representation of color #DAE68E: hue angle of 68.18º 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 #DAE68E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 142 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.10 |
| HSL | 68.18º | 0.64% | 0.73% | - |
| HSV(B) | 68.18º | 0.38% | 0.9% | - |
| XYZ | 62.09 | 73.45 | 36.5 | - |
| YUV | 216.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 142 | 0.05 | 0 | 0.38 | 0.10 | 68.18 | 0.64 | 0.73 |
| Hex | DA | E6 | 8E | 5 | 0 | 26 | A | 44 | 40 | 49 |
| Octal | 332 | 346 | 216 | 5 | 0 | 46 | 12 | 104 | 100 | 111 |
| Binary | 11011010 | 11100110 | 10001110 | 101 | 0 | 100110 | 1010 | 1000100 | 1000000 | 1001001 |
Color Harmonies of #DAE68E
Complementary color
Monochromatic Colors of #DAE68E
Black with #DAE68E
Text Example
Text Example
White with #DAE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE68E; }
p { color: rgb(218,230,142); }
H1.HeaderClassName
{
color: #DAE68E;
}
.AnyTagClassName
{
color: #DAE68E;
}
</style>
background-color css
<style>
a { background-color: #DAE68E; }
a { background-color: rgb(218,230,142); }
div.DivClassName
{
background-color: #DAE68E;
}
.BgClassName
{
background-color: #DAE68E;
}
</style>
border-color css
<style>
span { border-color: #DAE68E; }
span { border-color: rgb(218,230,142); }
td.TdClassName
{
border-color: #DAE68E;
}
.TagClassName
{
border-color: #DAE68E;
}
</style>