Shades of Primrose #DAE09A
Tints of Primrose #DAE09A
RGB
CMYK
RGB Variations
Color information
#DAE09A (or 0xDAE09A) is known color: Primrose. HEX triplet: DA, E0 and 9A. RGB value is (218,224,154). Sum of RGB (Red+Green+Blue) = 218+224+154=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09A is #251F65. Grayscale: #D6D6D6. Windows color (decimal): -2432870 or 10150106. OLE color: 10150106.
HSL color Cylindrical-coordinate representation of color #DAE09A: hue angle of 65.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE09A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 154 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 65.14º | 0.53% | 0.74% | - |
| HSV(B) | 65.14º | 0.31% | 0.88% | - |
| XYZ | 61.4 | 70.55 | 40.95 | - |
| YUV | 214.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 154 | 0.03 | 0 | 0.31 | 0.12 | 65.14 | 0.53 | 0.74 |
| Hex | DA | E0 | 9A | 3 | 0 | 1F | C | 41 | 35 | 4A |
| Octal | 332 | 340 | 232 | 3 | 0 | 37 | 14 | 101 | 65 | 112 |
| Binary | 11011010 | 11100000 | 10011010 | 11 | 0 | 11111 | 1100 | 1000001 | 110101 | 1001010 |
Color Harmonies of #DAE09A
Complementary color
Monochromatic Colors of #DAE09A
Black with #DAE09A
Text Example
Text Example
White with #DAE09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE09A; }
p { color: rgb(218,224,154); }
H1.HeaderClassName
{
color: #DAE09A;
}
.AnyTagClassName
{
color: #DAE09A;
}
</style>
background-color css
<style>
a { background-color: #DAE09A; }
a { background-color: rgb(218,224,154); }
div.DivClassName
{
background-color: #DAE09A;
}
.BgClassName
{
background-color: #DAE09A;
}
</style>
border-color css
<style>
span { border-color: #DAE09A; }
span { border-color: rgb(218,224,154); }
td.TdClassName
{
border-color: #DAE09A;
}
.TagClassName
{
border-color: #DAE09A;
}
</style>