Html Css Color HEX #DCEA94 Jonquil

📋 copy color: '#DCEA94'

red 220 ◦ green 234 ◦ blue 148

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

Shades of Jonquil #DCEA94

Tints of Jonquil #DCEA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.58%

R = 36.54%
G = 38.87%
B = 24.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#DCEA94 (or 0xDCEA94) is known color: Jonquil. HEX triplet: DC, EA and 94. RGB value is (220,234,148). Sum of RGB (Red+Green+Blue) = 220+234+148=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA94 is #23156B. Grayscale: #DCDCDC. Windows color (decimal): -2299244 or 9759452. OLE color: 9759452.

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

Color convert

RGB 220 234 148 -
CMYK 0.06 0 0.37 0.08
HSL 69.77º 0.67% 0.75% -
HSV(B) 69.77º 0.37% 0.92% -
XYZ 64.28 76.2 39.34 -
YUV 220.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 220 234 148 0.06 0 0.37 0.08 69.77 0.67 0.75
Hex DC EA 94 6 0 25 8 46 43 4B
Octal 334 352 224 6 0 45 10 106 103 113
Binary 11011100 11101010 10010100 110 0 100101 1000 1000110 1000011 1001011

Color Harmonies of #DCEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA94

Black with #DCEA94

Text Example


Text Example

White with #DCEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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