#DAEB8D

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

Shades of Jonquil #DAEB8D

Tints of Jonquil #DAEB8D

Color information

#DAEB8D (or 0xDAEB8D) is unknown color: approx Jonquil. HEX triplet: DA, EB and 8D. RGB value is (218,235,141). Sum of RGB (Red+Green+Blue) = 218+235+141=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB8D is #251472. Grayscale: #DBDBDB. Windows color (decimal): -2430067 or 9300954. OLE color: 9300954.

HSL color Cylindrical-coordinate representation of color #DAEB8D: hue angle of 70.85º degrees, saturation: 0.7, 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 #DAEB8D is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB218235141-
CMYK0.0700.40.08
HSL70.85º70.15%73.73%-
HSV(B)70.85º40%92.16%-
XYZ63.4376.2536.57-
YUV219.283.87127.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 141 (55.47% from 255) = 23.74%
R=36.70%
G=39.56%
B=23.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351410.0700.40.0870.8570.1573.73
HexDAEB8D7028847464a
Octal332353215705010107106112
Binary11011010111010111000110111101010001000100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB8D; }

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

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

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

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

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

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

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

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