#DDEA95

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

Shades of Jonquil #DDEA95

Tints of Jonquil #DDEA95

Color information

#DDEA95 (or 0xDDEA95) is unknown color: approx Jonquil. HEX triplet: DD, EA and 95. RGB value is (221,234,149). Sum of RGB (Red+Green+Blue) = 221+234+149=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA95 is #22156A. Grayscale: #DCDCDC. Windows color (decimal): -2233707 or 9824989. OLE color: 9824989.

HSL color Cylindrical-coordinate representation of color #DDEA95: hue angle of 69.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDEA95 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB221234149-
CMYK0.0600.360.08
HSL69.18º66.93%75.1%-
HSV(B)69.18º36.32%91.76%-
XYZ64.6776.3939.77-
YUV220.4287.69128.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=36.59%
G=38.74%
B=24.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341490.0600.360.0869.1866.9375.1
HexDDEA956024845434b
Octal335352225604410105103113
Binary11011101111010101001010111001001001000100010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA95; }

 p { color: rgb(221,234,149); }

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

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

 a { background-color: rgb(221,234,149); }

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

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

 span { border-color: rgb(221,234,149); }

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