Shades of Primrose #DAE28A
Tints of Primrose #DAE28A
RGB
CMYK
RGB Variations
Color information
#DAE28A (or 0xDAE28A) is known color: Primrose. HEX triplet: DA, E2 and 8A. RGB value is (218,226,138). Sum of RGB (Red+Green+Blue) = 218+226+138=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE28A is #251D75. Grayscale: #D5D5D5. Windows color (decimal): -2432374 or 9102042. OLE color: 9102042.
HSL color Cylindrical-coordinate representation of color #DAE28A: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE28A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 138 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 65.45º | 0.6% | 0.71% | - |
| HSV(B) | 65.45º | 0.39% | 0.89% | - |
| XYZ | 60.7 | 71.13 | 34.58 | - |
| YUV | 213.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 138 | 0.04 | 0 | 0.39 | 0.11 | 65.45 | 0.6 | 0.71 |
| Hex | DA | E2 | 8A | 4 | 0 | 27 | B | 41 | 3C | 47 |
| Octal | 332 | 342 | 212 | 4 | 0 | 47 | 13 | 101 | 74 | 107 |
| Binary | 11011010 | 11100010 | 10001010 | 100 | 0 | 100111 | 1011 | 1000001 | 111100 | 1000111 |
Color Harmonies of #DAE28A
Complementary color
Monochromatic Colors of #DAE28A
Black with #DAE28A
Text Example
Text Example
White with #DAE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE28A; }
p { color: rgb(218,226,138); }
H1.HeaderClassName
{
color: #DAE28A;
}
.AnyTagClassName
{
color: #DAE28A;
}
</style>
background-color css
<style>
a { background-color: #DAE28A; }
a { background-color: rgb(218,226,138); }
div.DivClassName
{
background-color: #DAE28A;
}
.BgClassName
{
background-color: #DAE28A;
}
</style>
border-color css
<style>
span { border-color: #DAE28A; }
span { border-color: rgb(218,226,138); }
td.TdClassName
{
border-color: #DAE28A;
}
.TagClassName
{
border-color: #DAE28A;
}
</style>