Shades of Primrose #DAE08B
Tints of Primrose #DAE08B
RGB
CMYK
RGB Variations
Color information
#DAE08B (or 0xDAE08B) is known color: Primrose. HEX triplet: DA, E0 and 8B. RGB value is (218,224,139). Sum of RGB (Red+Green+Blue) = 218+224+139=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08B is #251F74. Grayscale: #D4D4D4. Windows color (decimal): -2432885 or 9167066. OLE color: 9167066.
HSL color Cylindrical-coordinate representation of color #DAE08B: hue angle of 64.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE08B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 139 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.12 |
| HSL | 64.24º | 0.58% | 0.71% | - |
| HSV(B) | 64.24º | 0.38% | 0.88% | - |
| XYZ | 60.23 | 70.08 | 34.78 | - |
| YUV | 212.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 139 | 0.03 | 0 | 0.38 | 0.12 | 64.24 | 0.58 | 0.71 |
| Hex | DA | E0 | 8B | 3 | 0 | 26 | C | 40 | 3A | 47 |
| Octal | 332 | 340 | 213 | 3 | 0 | 46 | 14 | 100 | 72 | 107 |
| Binary | 11011010 | 11100000 | 10001011 | 11 | 0 | 100110 | 1100 | 1000000 | 111010 | 1000111 |
Color Harmonies of #DAE08B
Complementary color
Monochromatic Colors of #DAE08B
Black with #DAE08B
Text Example
Text Example
White with #DAE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE08B; }
p { color: rgb(218,224,139); }
H1.HeaderClassName
{
color: #DAE08B;
}
.AnyTagClassName
{
color: #DAE08B;
}
</style>
background-color css
<style>
a { background-color: #DAE08B; }
a { background-color: rgb(218,224,139); }
div.DivClassName
{
background-color: #DAE08B;
}
.BgClassName
{
background-color: #DAE08B;
}
</style>
border-color css
<style>
span { border-color: #DAE08B; }
span { border-color: rgb(218,224,139); }
td.TdClassName
{
border-color: #DAE08B;
}
.TagClassName
{
border-color: #DAE08B;
}
</style>