Shades of Primrose #DAE78F
Tints of Primrose #DAE78F
RGB
CMYK
RGB Variations
Color information
#DAE78F (or 0xDAE78F) is known color: Primrose. HEX triplet: DA, E7 and 8F. RGB value is (218,231,143). Sum of RGB (Red+Green+Blue) = 218+231+143=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78F is #251870. Grayscale: #D9D9D9. Windows color (decimal): -2431089 or 9431002. OLE color: 9431002.
HSL color Cylindrical-coordinate representation of color #DAE78F: hue angle of 68.86º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE78F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 143 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.09 |
| HSL | 68.86º | 0.65% | 0.73% | - |
| HSV(B) | 68.86º | 0.38% | 0.91% | - |
| XYZ | 62.45 | 74.04 | 36.99 | - |
| YUV | 217.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 143 | 0.06 | 0 | 0.38 | 0.09 | 68.86 | 0.65 | 0.73 |
| Hex | DA | E7 | 8F | 6 | 0 | 26 | 9 | 45 | 41 | 49 |
| Octal | 332 | 347 | 217 | 6 | 0 | 46 | 11 | 105 | 101 | 111 |
| Binary | 11011010 | 11100111 | 10001111 | 110 | 0 | 100110 | 1001 | 1000101 | 1000001 | 1001001 |
Color Harmonies of #DAE78F
Complementary color
Monochromatic Colors of #DAE78F
Black with #DAE78F
Text Example
Text Example
White with #DAE78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE78F; }
p { color: rgb(218,231,143); }
H1.HeaderClassName
{
color: #DAE78F;
}
.AnyTagClassName
{
color: #DAE78F;
}
</style>
background-color css
<style>
a { background-color: #DAE78F; }
a { background-color: rgb(218,231,143); }
div.DivClassName
{
background-color: #DAE78F;
}
.BgClassName
{
background-color: #DAE78F;
}
</style>
border-color css
<style>
span { border-color: #DAE78F; }
span { border-color: rgb(218,231,143); }
td.TdClassName
{
border-color: #DAE78F;
}
.TagClassName
{
border-color: #DAE78F;
}
</style>