Shades of Primrose #DAE688
Tints of Primrose #DAE688
RGB
CMYK
RGB Variations
Color information
#DAE688 (or 0xDAE688) is known color: Primrose. HEX triplet: DA, E6 and 88. RGB value is (218,230,136). Sum of RGB (Red+Green+Blue) = 218+230+136=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE688 is #251977. Grayscale: #D8D8D8. Windows color (decimal): -2431352 or 8971994. OLE color: 8971994.
HSL color Cylindrical-coordinate representation of color #DAE688: hue angle of 67.66º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE688 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 136 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.10 |
| HSL | 67.66º | 0.65% | 0.72% | - |
| HSV(B) | 67.66º | 0.41% | 0.9% | - |
| XYZ | 61.65 | 73.28 | 34.19 | - |
| YUV | 215.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 136 | 0.05 | 0 | 0.41 | 0.10 | 67.66 | 0.65 | 0.72 |
| Hex | DA | E6 | 88 | 5 | 0 | 29 | A | 44 | 41 | 48 |
| Octal | 332 | 346 | 210 | 5 | 0 | 51 | 12 | 104 | 101 | 110 |
| Binary | 11011010 | 11100110 | 10001000 | 101 | 0 | 101001 | 1010 | 1000100 | 1000001 | 1001000 |
Color Harmonies of #DAE688
Complementary color
Monochromatic Colors of #DAE688
Black with #DAE688
Text Example
Text Example
White with #DAE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE688; }
p { color: rgb(218,230,136); }
H1.HeaderClassName
{
color: #DAE688;
}
.AnyTagClassName
{
color: #DAE688;
}
</style>
background-color css
<style>
a { background-color: #DAE688; }
a { background-color: rgb(218,230,136); }
div.DivClassName
{
background-color: #DAE688;
}
.BgClassName
{
background-color: #DAE688;
}
</style>
border-color css
<style>
span { border-color: #DAE688; }
span { border-color: rgb(218,230,136); }
td.TdClassName
{
border-color: #DAE688;
}
.TagClassName
{
border-color: #DAE688;
}
</style>