#DAE489

Color #DAE489 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DAE489

Tints of Primrose #DAE489

Color information

#DAE489 (or 0xDAE489) is unknown color: approx Primrose. HEX triplet: DA, E4 and 89. RGB value is (218,228,137). Sum of RGB (Red+Green+Blue) = 218+228+137=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE489 is #251B76. Grayscale: #D6D6D6. Windows color (decimal): -2431863 or 9037018. OLE color: 9037018.

HSL color Cylindrical-coordinate representation of color #DAE489: hue angle of 66.59º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE489 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB218228137-
CMYK0.0400.400.11
HSL66.59º62.76%71.57%-
HSV(B)66.59º39.91%89.41%-
XYZ61.1772.234.38-
YUV214.6484.19130.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 137 (53.91% from 255) = 23.50%
R=37.39%
G=39.11%
B=23.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281370.0400.400.1166.5962.7671.57
HexDAE4894028B433f48
Octal33234421140501310377110
Binary1101101011100100100010011000101000101110000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE489; }

 p { color: rgb(218,228,137); }

 H1.HeaderClassName
 {
   color: #DAE489;
 }
 .AnyTagClassName
 {
   color: #DAE489;
 }
</style>
background-color css

<style>
 a { background-color: #DAE489; }

 a { background-color: rgb(218,228,137); }

 div.DivClassName
 {
   background-color: #DAE489;
 }
 .BgClassName
 {
   background-color: #DAE489;
 }
</style>
border-color css

<style>
 span { border-color: #DAE489; }

 span { border-color: rgb(218,228,137); }

 td.TdClassName
 {
   border-color: #DAE489;
 }
 .TagClassName
 {
   border-color: #DAE489;
 }
</style>