#DDEC96

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

Shades of Jonquil #DDEC96

Tints of Jonquil #DDEC96

Color information

#DDEC96 (or 0xDDEC96) is unknown color: approx Jonquil. HEX triplet: DD, EC and 96. RGB value is (221,236,150). Sum of RGB (Red+Green+Blue) = 221+236+150=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC96 is #221369. Grayscale: #DEDEDE. Windows color (decimal): -2233194 or 9891037. OLE color: 9891037.

HSL color Cylindrical-coordinate representation of color #DDEC96: hue angle of 70.47º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDEC96 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB221236150-
CMYK0.0600.360.07
HSL70.47º69.35%75.69%-
HSV(B)70.47º36.44%92.55%-
XYZ65.3277.5740.38-
YUV221.7187.53127.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=36.41%
G=38.88%
B=24.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361500.0600.360.0770.4769.3575.69
HexDDEC966024746454c
Octal33535422660447106105114
Binary1101110111101100100101101100100100111100011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC96; }

 p { color: rgb(221,236,150); }

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

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

 a { background-color: rgb(221,236,150); }

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

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

 span { border-color: rgb(221,236,150); }

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