#DAEA8E

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

Shades of Jonquil #DAEA8E

Tints of Jonquil #DAEA8E

Color information

#DAEA8E (or 0xDAEA8E) is unknown color: approx Jonquil. HEX triplet: DA, EA and 8E. RGB value is (218,234,142). Sum of RGB (Red+Green+Blue) = 218+234+142=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA8E is #251571. Grayscale: #DBDBDB. Windows color (decimal): -2430322 or 9366234. OLE color: 9366234.

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

Color convert

RGB218234142-
CMYK0.0700.390.08
HSL70.43º68.66%73.73%-
HSV(B)70.43º39.32%91.76%-
XYZ63.2275.736.87-
YUV218.7384.7127.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 142 (55.86% from 255) = 23.91%
R=36.70%
G=39.39%
B=23.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341420.0700.390.0870.4368.6673.73
HexDAEA8E7027846454a
Octal332352216704710106105112
Binary11011010111010101000111011101001111000100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA8E; }

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

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

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

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

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

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

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

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