#DAEA8A

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

Shades of Jonquil #DAEA8A

Tints of Jonquil #DAEA8A

Color information

#DAEA8A (or 0xDAEA8A) is unknown color: approx Jonquil. HEX triplet: DA, EA and 8A. RGB value is (218,234,138). Sum of RGB (Red+Green+Blue) = 218+234+138=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA8A is #251575. Grayscale: #DADADA. Windows color (decimal): -2430326 or 9104090. OLE color: 9104090.

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

Color convert

RGB218234138-
CMYK0.0700.410.08
HSL70º69.57%72.94%-
HSV(B)70º41.03%91.76%-
XYZ62.9275.5935.32-
YUV218.2782.7127.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 138 (54.30% from 255) = 23.39%
R=36.95%
G=39.66%
B=23.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341380.0700.410.087069.5772.94
HexDAEA8A70298464649
Octal332352212705110106106111
Binary11011010111010101000101011101010011000100011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA8A; }

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

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

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

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

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

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

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

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