#DDEC94

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

Shades of Jonquil #DDEC94

Tints of Jonquil #DDEC94

Color information

#DDEC94 (or 0xDDEC94) is unknown color: approx Jonquil. HEX triplet: DD, EC and 94. RGB value is (221,236,148). Sum of RGB (Red+Green+Blue) = 221+236+148=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC94 is #22136B. Grayscale: #DDDDDD. Windows color (decimal): -2233196 or 9759965. OLE color: 9759965.

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

Color convert

RGB221236148-
CMYK0.0600.370.07
HSL70.23º69.84%75.29%-
HSV(B)70.23º37.29%92.55%-
XYZ65.1677.539.54-
YUV221.4886.53127.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=36.53%
G=39.01%
B=24.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361480.0600.370.0770.2369.8475.29
HexDDEC946025746464b
Octal33535422460457106106113
Binary1101110111101100100101001100100101111100011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC94; }

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

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

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

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

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

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

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

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