Shades of Primrose #DAE78D
Tints of Primrose #DAE78D
RGB
CMYK
RGB Variations
Color information
#DAE78D (or 0xDAE78D) is known color: Primrose. HEX triplet: DA, E7 and 8D. RGB value is (218,231,141). Sum of RGB (Red+Green+Blue) = 218+231+141=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78D is #251872. Grayscale: #D9D9D9. Windows color (decimal): -2431091 or 9299930. OLE color: 9299930.
HSL color Cylindrical-coordinate representation of color #DAE78D: hue angle of 68.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE78D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 141 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.09 |
| HSL | 68.67º | 0.65% | 0.73% | - |
| HSV(B) | 68.67º | 0.39% | 0.91% | - |
| XYZ | 62.3 | 73.98 | 36.2 | - |
| YUV | 216.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 141 | 0.06 | 0 | 0.39 | 0.09 | 68.67 | 0.65 | 0.73 |
| Hex | DA | E7 | 8D | 6 | 0 | 27 | 9 | 45 | 41 | 49 |
| Octal | 332 | 347 | 215 | 6 | 0 | 47 | 11 | 105 | 101 | 111 |
| Binary | 11011010 | 11100111 | 10001101 | 110 | 0 | 100111 | 1001 | 1000101 | 1000001 | 1001001 |
Color Harmonies of #DAE78D
Complementary color
Monochromatic Colors of #DAE78D
Black with #DAE78D
Text Example
Text Example
White with #DAE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE78D; }
p { color: rgb(218,231,141); }
H1.HeaderClassName
{
color: #DAE78D;
}
.AnyTagClassName
{
color: #DAE78D;
}
</style>
background-color css
<style>
a { background-color: #DAE78D; }
a { background-color: rgb(218,231,141); }
div.DivClassName
{
background-color: #DAE78D;
}
.BgClassName
{
background-color: #DAE78D;
}
</style>
border-color css
<style>
span { border-color: #DAE78D; }
span { border-color: rgb(218,231,141); }
td.TdClassName
{
border-color: #DAE78D;
}
.TagClassName
{
border-color: #DAE78D;
}
</style>