#DAE887

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

Shades of Primrose #DAE887

Tints of Primrose #DAE887

Color information

#DAE887 (or 0xDAE887) is unknown color: approx Primrose. HEX triplet: DA, E8 and 87. RGB value is (218,232,135). Sum of RGB (Red+Green+Blue) = 218+232+135=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE887 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE887 is #251778. Grayscale: #D9D9D9. Windows color (decimal): -2430841 or 8906970. OLE color: 8906970.

HSL color Cylindrical-coordinate representation of color #DAE887: hue angle of 68.66º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE887 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB218232135-
CMYK0.0600.420.09
HSL68.66º67.83%71.96%-
HSV(B)68.66º41.81%90.98%-
XYZ62.1474.3734-
YUV216.7681.86128.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 135 (53.12% from 255) = 23.08%
R=37.26%
G=39.66%
B=23.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321350.0600.420.0968.6667.8371.96
HexDAE887602A9454448
Octal332350207605211105104110
Binary11011010111010001000011111001010101001100010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE887; }

 p { color: rgb(218,232,135); }

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

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

 a { background-color: rgb(218,232,135); }

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

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

 span { border-color: rgb(218,232,135); }

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