Html Css Color HEX #DEED95 Jonquil

📋 copy color: '#DEED95'

red 222 ◦ green 237 ◦ blue 149

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

Shades of Jonquil #DEED95

Tints of Jonquil #DEED95

RGB

 RED value IS 222 (87.11% from 255) = 36.51%

 GREEN value IS 237 (92.97% from 255) = 38.98%

 BLUE value IS 149 (58.59% from 255) = 24.51%

R = 36.51%
G = 38.98%
B = 24.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#DEED95 (or 0xDEED95) is known color: Jonquil. HEX triplet: DE, ED and 95. RGB value is (222,237,149). Sum of RGB (Red+Green+Blue) = 222+237+149=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED95 is #21126A. Grayscale: #DEDEDE. Windows color (decimal): -2167403 or 9825758. OLE color: 9825758.

HSL color Cylindrical-coordinate representation of color #DEED95: hue angle of 70.23º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEED95 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 149 -
CMYK 0.06 0 0.37 0.07
HSL 70.23º 0.71% 0.76% -
HSV(B) 70.23º 0.37% 0.93% -
XYZ 65.83 78.27 40.07 -
YUV 222.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 222 237 149 0.06 0 0.37 0.07 70.23 0.71 0.76
Hex DE ED 95 6 0 25 7 46 47 4C
Octal 336 355 225 6 0 45 7 106 107 114
Binary 11011110 11101101 10010101 110 0 100101 111 1000110 1000111 1001100

Color Harmonies of #DEED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED95

Black with #DEED95

Text Example


Text Example

White with #DEED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED95; }

 p { color: rgb(222,237,149); }

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

background-color css

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

 a { background-color: rgb(222,237,149); }

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

border-color css

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

 span { border-color: rgb(222,237,149); }

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