Html Css Color HEX #DCEA96 Jonquil

📋 copy color: '#DCEA96'

red 220 ◦ green 234 ◦ blue 150

#DCEA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jonquil #DCEA96

Tints of Jonquil #DCEA96

RGB

 RED value IS 220 (86.33% from 255) = 36.42%

 GREEN value IS 234 (91.8% from 255) = 38.74%

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 36.42%
G = 38.74%
B = 24.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#DCEA96 (or 0xDCEA96) is known color: Jonquil. HEX triplet: DC, EA and 96. RGB value is (220,234,150). Sum of RGB (Red+Green+Blue) = 220+234+150=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA96 is #231569. Grayscale: #DCDCDC. Windows color (decimal): -2299242 or 9890524. OLE color: 9890524.

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

Color convert

RGB 220 234 150 -
CMYK 0.06 0 0.36 0.08
HSL 70º 0.67% 0.75% -
HSV(B) 70º 0.36% 0.92% -
XYZ 64.44 76.26 40.18 -
YUV 220.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 220 234 150 0.06 0 0.36 0.08 70 0.67 0.75
Hex DC EA 96 6 0 24 8 46 43 4B
Octal 334 352 226 6 0 44 10 106 103 113
Binary 11011100 11101010 10010110 110 0 100100 1000 1000110 1000011 1001011

Color Harmonies of #DCEA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA96

Black with #DCEA96

Text Example


Text Example

White with #DCEA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA96; }

 p { color: rgb(220,234,150); }

 H1.HeaderClassName
 {
   color: #DCEA96;
 }
 .AnyTagClassName
 {
   color: #DCEA96;
 }
</style>

background-color css

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

 a { background-color: rgb(220,234,150); }

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

border-color css

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

 span { border-color: rgb(220,234,150); }

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