#DAE487

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

Shades of Primrose #DAE487

Tints of Primrose #DAE487

Color information

#DAE487 (or 0xDAE487) is unknown color: approx Primrose. HEX triplet: DA, E4 and 87. RGB value is (218,228,135). Sum of RGB (Red+Green+Blue) = 218+228+135=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE487 is #251B78. Grayscale: #D6D6D6. Windows color (decimal): -2431865 or 8905946. OLE color: 8905946.

HSL color Cylindrical-coordinate representation of color #DAE487: hue angle of 66.45º degrees, saturation: 0.63, 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 #DAE487 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB218228135-
CMYK0.0400.410.11
HSL66.45º63.27%71.18%-
HSV(B)66.45º40.79%89.41%-
XYZ61.0372.1433.63-
YUV214.4183.19130.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=37.52%
G=39.24%
B=23.24%

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
Decimal2182281350.0400.410.1166.4563.2771.18
HexDAE4874029B423f47
Octal33234420740511310277107
Binary1101101011100100100001111000101001101110000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE487; }

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

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

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

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

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

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

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

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