#DAEA8D

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

Shades of Jonquil #DAEA8D

Tints of Jonquil #DAEA8D

Color information

#DAEA8D (or 0xDAEA8D) is unknown color: approx Jonquil. HEX triplet: DA, EA and 8D. RGB value is (218,234,141). Sum of RGB (Red+Green+Blue) = 218+234+141=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA8D is #251572. Grayscale: #DADADA. Windows color (decimal): -2430323 or 9300698. OLE color: 9300698.

HSL color Cylindrical-coordinate representation of color #DAEA8D: hue angle of 70.32º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAEA8D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB218234141-
CMYK0.0700.400.08
HSL70.32º68.89%73.53%-
HSV(B)70.32º39.74%91.76%-
XYZ63.1475.6736.48-
YUV218.6184.2127.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=36.76%
G=39.46%
B=23.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341410.0700.400.0870.3268.8973.53
HexDAEA8D7028846454a
Octal332352215705010106105112
Binary11011010111010101000110111101010001000100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA8D; }

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

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

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

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

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

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

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

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