Shades of Primrose #DAE78A
Tints of Primrose #DAE78A
RGB
CMYK
RGB Variations
Color information
#DAE78A (or 0xDAE78A) is known color: Primrose. HEX triplet: DA, E7 and 8A. RGB value is (218,231,138). Sum of RGB (Red+Green+Blue) = 218+231+138=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78A is #251875. Grayscale: #D8D8D8. Windows color (decimal): -2431094 or 9103322. OLE color: 9103322.
HSL color Cylindrical-coordinate representation of color #DAE78A: hue angle of 68.39º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE78A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 138 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.09 |
| HSL | 68.39º | 0.66% | 0.72% | - |
| HSV(B) | 68.39º | 0.4% | 0.91% | - |
| XYZ | 62.08 | 73.89 | 35.04 | - |
| YUV | 216.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 138 | 0.06 | 0 | 0.40 | 0.09 | 68.39 | 0.66 | 0.72 |
| Hex | DA | E7 | 8A | 6 | 0 | 28 | 9 | 44 | 42 | 48 |
| Octal | 332 | 347 | 212 | 6 | 0 | 50 | 11 | 104 | 102 | 110 |
| Binary | 11011010 | 11100111 | 10001010 | 110 | 0 | 101000 | 1001 | 1000100 | 1000010 | 1001000 |
Color Harmonies of #DAE78A
Complementary color
Monochromatic Colors of #DAE78A
Black with #DAE78A
Text Example
Text Example
White with #DAE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE78A; }
p { color: rgb(218,231,138); }
H1.HeaderClassName
{
color: #DAE78A;
}
.AnyTagClassName
{
color: #DAE78A;
}
</style>
background-color css
<style>
a { background-color: #DAE78A; }
a { background-color: rgb(218,231,138); }
div.DivClassName
{
background-color: #DAE78A;
}
.BgClassName
{
background-color: #DAE78A;
}
</style>
border-color css
<style>
span { border-color: #DAE78A; }
span { border-color: rgb(218,231,138); }
td.TdClassName
{
border-color: #DAE78A;
}
.TagClassName
{
border-color: #DAE78A;
}
</style>