Shades of Primrose #DAE596
Tints of Primrose #DAE596
RGB
CMYK
RGB Variations
Color information
#DAE596 (or 0xDAE596) is known color: Primrose. HEX triplet: DA, E5 and 96. RGB value is (218,229,150). Sum of RGB (Red+Green+Blue) = 218+229+150=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE596 is #251A69. Grayscale: #D9D9D9. Windows color (decimal): -2431594 or 9889242. OLE color: 9889242.
HSL color Cylindrical-coordinate representation of color #DAE596: hue angle of 68.35º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE596 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 150 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.10 |
| HSL | 68.35º | 0.6% | 0.74% | - |
| HSV(B) | 68.35º | 0.34% | 0.9% | - |
| XYZ | 62.44 | 73.15 | 39.68 | - |
| YUV | 216.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 150 | 0.05 | 0 | 0.34 | 0.10 | 68.35 | 0.6 | 0.74 |
| Hex | DA | E5 | 96 | 5 | 0 | 22 | A | 44 | 3C | 4A |
| Octal | 332 | 345 | 226 | 5 | 0 | 42 | 12 | 104 | 74 | 112 |
| Binary | 11011010 | 11100101 | 10010110 | 101 | 0 | 100010 | 1010 | 1000100 | 111100 | 1001010 |
Color Harmonies of #DAE596
Complementary color
Monochromatic Colors of #DAE596
Black with #DAE596
Text Example
Text Example
White with #DAE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE596; }
p { color: rgb(218,229,150); }
H1.HeaderClassName
{
color: #DAE596;
}
.AnyTagClassName
{
color: #DAE596;
}
</style>
background-color css
<style>
a { background-color: #DAE596; }
a { background-color: rgb(218,229,150); }
div.DivClassName
{
background-color: #DAE596;
}
.BgClassName
{
background-color: #DAE596;
}
</style>
border-color css
<style>
span { border-color: #DAE596; }
span { border-color: rgb(218,229,150); }
td.TdClassName
{
border-color: #DAE596;
}
.TagClassName
{
border-color: #DAE596;
}
</style>