#DAE18A

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

Shades of Primrose #DAE18A

Tints of Primrose #DAE18A

Color information

#DAE18A (or 0xDAE18A) is unknown color: approx Primrose. HEX triplet: DA, E1 and 8A. RGB value is (218,225,138). Sum of RGB (Red+Green+Blue) = 218+225+138=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18A is #251E75. Grayscale: #D5D5D5. Windows color (decimal): -2432630 or 9101786. OLE color: 9101786.

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

Color convert

RGB218225138-
CMYK0.0300.390.12
HSL64.83º59.18%71.18%-
HSV(B)64.83º38.67%88.24%-
XYZ60.4370.5934.49-
YUV212.9985.68131.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=37.52%
G=38.73%
B=23.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251380.0300.390.1264.8359.1871.18
HexDAE18A3027C413b47
Octal33234121230471410173107
Binary110110101110000110001010110100111110010000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE18A; }

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

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

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

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

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

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

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

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