#DAE188

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

Shades of Primrose #DAE188

Tints of Primrose #DAE188

Color information

#DAE188 (or 0xDAE188) is unknown color: approx Primrose. HEX triplet: DA, E1 and 88. RGB value is (218,225,136). Sum of RGB (Red+Green+Blue) = 218+225+136=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE188 is #251E77. Grayscale: #D5D5D5. Windows color (decimal): -2432632 or 8970714. OLE color: 8970714.

HSL color Cylindrical-coordinate representation of color #DAE188: hue angle of 64.72º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE188 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB218225136-
CMYK0.0300.400.12
HSL64.72º59.73%70.78%-
HSV(B)64.72º39.56%88.24%-
XYZ60.2870.5333.73-
YUV212.7684.68131.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 136 (53.52% from 255) = 23.49%
R=37.65%
G=38.86%
B=23.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251360.0300.400.1264.7259.7370.78
HexDAE1883028C413c47
Octal33234121030501410174107
Binary110110101110000110001000110101000110010000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE188; }

 p { color: rgb(218,225,136); }

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

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

 a { background-color: rgb(218,225,136); }

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

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

 span { border-color: rgb(218,225,136); }

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