#DAE595

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

Shades of Primrose #DAE595

Tints of Primrose #DAE595

Color information

#DAE595 (or 0xDAE595) is unknown color: approx Primrose. HEX triplet: DA, E5 and 95. RGB value is (218,229,149). Sum of RGB (Red+Green+Blue) = 218+229+149=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE595 is #251A6A. Grayscale: #D8D8D8. Windows color (decimal): -2431595 or 9823706. OLE color: 9823706.

HSL color Cylindrical-coordinate representation of color #DAE595: hue angle of 68.25º 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 #DAE595 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB218229149-
CMYK0.0500.350.10
HSL68.25º60.61%74.12%-
HSV(B)68.25º34.93%89.8%-
XYZ62.3673.1139.26-
YUV216.5989.86129-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 149 (58.59% from 255) = 25%
R=36.58%
G=38.42%
B=25%

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
Decimal2182291490.0500.350.1068.2560.6174.12
HexDAE5955023A443d4a
Octal33234522550431210475112
Binary1101101011100101100101011010100011101010001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE595; }

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

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

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

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

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

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

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

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