#DAE386

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

Shades of Primrose #DAE386

Tints of Primrose #DAE386

Color information

#DAE386 (or 0xDAE386) is unknown color: approx Primrose. HEX triplet: DA, E3 and 86. RGB value is (218,227,134). Sum of RGB (Red+Green+Blue) = 218+227+134=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE386 is #251C79. Grayscale: #D6D6D6. Windows color (decimal): -2432122 or 8840154. OLE color: 8840154.

HSL color Cylindrical-coordinate representation of color #DAE386: hue angle of 65.81º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE386 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB218227134-
CMYK0.0400.410.11
HSL65.81º62.42%70.78%-
HSV(B)65.81º40.97%89.02%-
XYZ60.6971.5633.17-
YUV213.7183.02131.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 227 (89.06% from 255) = 39.21%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=37.65%
G=39.21%
B=23.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271340.0400.410.1165.8162.4270.78
HexDAE3864029B423e47
Octal33234320640511310276107
Binary1101101011100011100001101000101001101110000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE386; }

 p { color: rgb(218,227,134); }

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

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

 a { background-color: rgb(218,227,134); }

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

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

 span { border-color: rgb(218,227,134); }

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