#DDED96

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

Shades of Jonquil #DDED96

Tints of Jonquil #DDED96

Color information

#DDED96 (or 0xDDED96) is unknown color: approx Jonquil. HEX triplet: DD, ED and 96. RGB value is (221,237,150). Sum of RGB (Red+Green+Blue) = 221+237+150=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED96 is #221269. Grayscale: #DEDEDE. Windows color (decimal): -2232938 or 9891293. OLE color: 9891293.

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

Color convert

RGB221237150-
CMYK0.0700.370.07
HSL71.03º70.73%75.88%-
HSV(B)71.03º36.71%92.94%-
XYZ65.6178.1440.48-
YUV222.387.2127.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=36.35%
G=38.98%
B=24.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371500.0700.370.0771.0370.7375.88
HexDDED967025747474c
Octal33535522670457107107114
Binary1101110111101101100101101110100101111100011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED96; }

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

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

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

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

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

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

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

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