#DCEB95

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

Shades of Jonquil #DCEB95

Tints of Jonquil #DCEB95

Color information

#DCEB95 (or 0xDCEB95) is unknown color: approx Jonquil. HEX triplet: DC, EB and 95. RGB value is (220,235,149). Sum of RGB (Red+Green+Blue) = 220+235+149=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB95 is #23146A. Grayscale: #DDDDDD. Windows color (decimal): -2298987 or 9825244. OLE color: 9825244.

HSL color Cylindrical-coordinate representation of color #DCEB95: hue angle of 70.47º degrees, saturation: 0.68, 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 #DCEB95 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB220235149-
CMYK0.0600.370.08
HSL70.47º68.25%75.29%-
HSV(B)70.47º36.6%92.16%-
XYZ64.6576.839.85-
YUV220.7187.53127.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=36.42%
G=38.91%
B=24.67%

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
Decimal2202351490.0600.370.0870.4768.2575.29
HexDCEB956025846444b
Octal334353225604510106104113
Binary11011100111010111001010111001001011000100011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB95; }

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

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

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

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

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

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

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

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