#DAE587

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

Shades of Primrose #DAE587

Tints of Primrose #DAE587

Color information

#DAE587 (or 0xDAE587) is unknown color: approx Primrose. HEX triplet: DA, E5 and 87. RGB value is (218,229,135). Sum of RGB (Red+Green+Blue) = 218+229+135=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE587 is #251A78. Grayscale: #D7D7D7. Windows color (decimal): -2431609 or 8906202. OLE color: 8906202.

HSL color Cylindrical-coordinate representation of color #DAE587: hue angle of 67.02º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE587 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB218229135-
CMYK0.0500.410.10
HSL67.02º64.38%71.37%-
HSV(B)67.02º41.05%89.8%-
XYZ61.3172.6933.72-
YUV21582.86130.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 135 (53.12% from 255) = 23.20%
R=37.46%
G=39.35%
B=23.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291350.0500.410.1067.0264.3871.37
HexDAE5875029A434047
Octal332345207505112103100107
Binary11011010111001011000011110101010011010100001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE587; }

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

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

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

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

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

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

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

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