#DCEB94

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

Shades of Jonquil #DCEB94

Tints of Jonquil #DCEB94

Color information

#DCEB94 (or 0xDCEB94) is unknown color: approx Jonquil. HEX triplet: DC, EB and 94. RGB value is (220,235,148). Sum of RGB (Red+Green+Blue) = 220+235+148=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB94 is #23146B. Grayscale: #DCDCDC. Windows color (decimal): -2298988 or 9759708. OLE color: 9759708.

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

Color convert

RGB220235148-
CMYK0.0600.370.08
HSL70.34º68.5%75.1%-
HSV(B)70.34º37.02%92.16%-
XYZ64.5776.7739.43-
YUV220.687.03127.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=36.48%
G=38.97%
B=24.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351480.0600.370.0870.3468.575.1
HexDCEB946025846454b
Octal334353224604510106105113
Binary11011100111010111001010011001001011000100011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB94; }

 p { color: rgb(220,235,148); }

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

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

 a { background-color: rgb(220,235,148); }

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

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

 span { border-color: rgb(220,235,148); }

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