#DAE18D

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

Shades of Primrose #DAE18D

Tints of Primrose #DAE18D

Color information

#DAE18D (or 0xDAE18D) is unknown color: approx Primrose. HEX triplet: DA, E1 and 8D. RGB value is (218,225,141). Sum of RGB (Red+Green+Blue) = 218+225+141=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18D is #251E72. Grayscale: #D5D5D5. Windows color (decimal): -2432627 or 9298394. OLE color: 9298394.

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

Color convert

RGB218225141-
CMYK0.0300.370.12
HSL65º58.33%71.76%-
HSV(B)65º37.33%88.24%-
XYZ60.6570.6835.65-
YUV213.3387.18131.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=37.33%
G=38.53%
B=24.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251410.0300.370.126558.3371.76
HexDAE18D3025C413a48
Octal33234121530451410172110
Binary110110101110000110001101110100101110010000011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE18D; }

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

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

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

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

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

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

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

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