#DCEB8A

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

Shades of Jonquil #DCEB8A

Tints of Jonquil #DCEB8A

Color information

#DCEB8A (or 0xDCEB8A) is unknown color: approx Jonquil. HEX triplet: DC, EB and 8A. RGB value is (220,235,138). Sum of RGB (Red+Green+Blue) = 220+235+138=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB8A is #231475. Grayscale: #DBDBDB. Windows color (decimal): -2298998 or 9104348. OLE color: 9104348.

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

Color convert

RGB220235138-
CMYK0.0600.410.08
HSL69.28º70.8%73.14%-
HSV(B)69.28º41.28%92.16%-
XYZ63.8176.4735.44-
YUV219.4682.03128.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=37.10%
G=39.63%
B=23.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351380.0600.410.0869.2870.873.14
HexDCEB8A60298454749
Octal334353212605110105107111
Binary11011100111010111000101011001010011000100010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB8A; }

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

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

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

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

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

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

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

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