#DAE499

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

Shades of Primrose #DAE499

Tints of Primrose #DAE499

Color information

#DAE499 (or 0xDAE499) is unknown color: approx Primrose. HEX triplet: DA, E4 and 99. RGB value is (218,228,153). Sum of RGB (Red+Green+Blue) = 218+228+153=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE499 is #251B66. Grayscale: #D8D8D8. Windows color (decimal): -2431847 or 10085594. OLE color: 10085594.

HSL color Cylindrical-coordinate representation of color #DAE499: hue angle of 68º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE499 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB218228153-
CMYK0.0400.330.11
HSL68º58.14%74.71%-
HSV(B)68º32.89%89.41%-
XYZ62.4172.6940.88-
YUV216.4692.19129.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 228 (89.45% from 255) = 38.06%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=36.39%
G=38.06%
B=25.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281530.0400.330.116858.1474.71
HexDAE4994021B443a4b
Octal33234423140411310472113
Binary1101101011100100100110011000100001101110001001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE499; }

 p { color: rgb(218,228,153); }

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

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

 a { background-color: rgb(218,228,153); }

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

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

 span { border-color: rgb(218,228,153); }

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