#DAE589

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

Shades of Primrose #DAE589

Tints of Primrose #DAE589

Color information

#DAE589 (or 0xDAE589) is unknown color: approx Primrose. HEX triplet: DA, E5 and 89. RGB value is (218,229,137). Sum of RGB (Red+Green+Blue) = 218+229+137=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE589 is #251A76. Grayscale: #D7D7D7. Windows color (decimal): -2431607 or 9037274. OLE color: 9037274.

HSL color Cylindrical-coordinate representation of color #DAE589: hue angle of 67.17º 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 #DAE589 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB218229137-
CMYK0.0500.400.10
HSL67.17º63.89%71.76%-
HSV(B)67.17º40.17%89.8%-
XYZ61.4572.7534.47-
YUV215.2283.86129.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 229 (89.84% from 255) = 39.21%
BLUE value IS 137 (53.91% from 255) = 23.46%
R=37.33%
G=39.21%
B=23.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291370.0500.400.1067.1763.8971.76
HexDAE5895028A434048
Octal332345211505012103100110
Binary11011010111001011000100110101010001010100001110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE589; }

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

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

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

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

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

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

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

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