#DAEA89

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

Shades of Primrose #DAEA89

Tints of Primrose #DAEA89

Color information

#DAEA89 (or 0xDAEA89) is unknown color: approx Primrose. HEX triplet: DA, EA and 89. RGB value is (218,234,137). Sum of RGB (Red+Green+Blue) = 218+234+137=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA89 is #251576. Grayscale: #DADADA. Windows color (decimal): -2430327 or 9038554. OLE color: 9038554.

HSL color Cylindrical-coordinate representation of color #DAEA89: hue angle of 69.9º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAEA89 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB218234137-
CMYK0.0700.410.08
HSL69.9º69.78%72.75%-
HSV(B)69.9º41.45%91.76%-
XYZ62.8575.5634.94-
YUV218.1682.2127.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 137 (53.91% from 255) = 23.26%
R=37.01%
G=39.73%
B=23.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341370.0700.410.0869.969.7872.75
HexDAEA8970298464649
Octal332352211705110106106111
Binary11011010111010101000100111101010011000100011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA89; }

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

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

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

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

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

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

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

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