Shades of Primrose #DAE58A
Tints of Primrose #DAE58A
RGB
CMYK
RGB Variations
Color information
#DAE58A (or 0xDAE58A) is known color: Primrose. HEX triplet: DA, E5 and 8A. RGB value is (218,229,138). Sum of RGB (Red+Green+Blue) = 218+229+138=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE58A is #251A75. Grayscale: #D7D7D7. Windows color (decimal): -2431606 or 9102810. OLE color: 9102810.
HSL color Cylindrical-coordinate representation of color #DAE58A: hue angle of 67.25º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE58A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 138 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.10 |
| HSL | 67.25º | 0.64% | 0.72% | - |
| HSV(B) | 67.25º | 0.4% | 0.9% | - |
| XYZ | 61.52 | 72.78 | 34.85 | - |
| YUV | 215.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 138 | 0.05 | 0 | 0.40 | 0.10 | 67.25 | 0.64 | 0.72 |
| Hex | DA | E5 | 8A | 5 | 0 | 28 | A | 43 | 40 | 48 |
| Octal | 332 | 345 | 212 | 5 | 0 | 50 | 12 | 103 | 100 | 110 |
| Binary | 11011010 | 11100101 | 10001010 | 101 | 0 | 101000 | 1010 | 1000011 | 1000000 | 1001000 |
Color Harmonies of #DAE58A
Complementary color
Monochromatic Colors of #DAE58A
Black with #DAE58A
Text Example
Text Example
White with #DAE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE58A; }
p { color: rgb(218,229,138); }
H1.HeaderClassName
{
color: #DAE58A;
}
.AnyTagClassName
{
color: #DAE58A;
}
</style>
background-color css
<style>
a { background-color: #DAE58A; }
a { background-color: rgb(218,229,138); }
div.DivClassName
{
background-color: #DAE58A;
}
.BgClassName
{
background-color: #DAE58A;
}
</style>
border-color css
<style>
span { border-color: #DAE58A; }
span { border-color: rgb(218,229,138); }
td.TdClassName
{
border-color: #DAE58A;
}
.TagClassName
{
border-color: #DAE58A;
}
</style>