#DAE594

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

Shades of Primrose #DAE594

Tints of Primrose #DAE594

Color information

#DAE594 (or 0xDAE594) is unknown color: approx Primrose. HEX triplet: DA, E5 and 94. RGB value is (218,229,148). Sum of RGB (Red+Green+Blue) = 218+229+148=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE594 is #251A6B. Grayscale: #D8D8D8. Windows color (decimal): -2431596 or 9758170. OLE color: 9758170.

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

Color convert

RGB218229148-
CMYK0.0500.350.10
HSL68.15º60.9%73.92%-
HSV(B)68.15º35.37%89.8%-
XYZ62.2873.0838.84-
YUV216.4889.36129.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 229 (89.84% from 255) = 38.49%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=36.64%
G=38.49%
B=24.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291480.0500.350.1068.1560.973.92
HexDAE5945023A443d4a
Octal33234522450431210475112
Binary1101101011100101100101001010100011101010001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE594; }

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

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

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

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

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

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

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

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