#DEE021

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

Shades of Bitter Lemon #DEE021

Tints of Bitter Lemon #DEE021

Color information

#DEE021 (or 0xDEE021) is unknown color: approx Bitter Lemon. HEX triplet: DE, E0 and 21. RGB value is (222,224,33). Sum of RGB (Red+Green+Blue) = 222+224+33=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE021 is #211FDE. Grayscale: #CACACA. Windows color (decimal): -2170847 or 2220254. OLE color: 2220254.

HSL color Cylindrical-coordinate representation of color #DEE021: hue angle of 60.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE021 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB22222433-
CMYK0.0100.850.12
HSL60.63º75.49%50.39%-
HSV(B)60.63º85.27%87.84%-
XYZ57.0568.9511.74-
YUV201.6332.84142.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 33 (13.28% from 255) = 6.89%
R=46.35%
G=46.76%
B=6.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222224330.0100.850.1260.6375.4950.39
HexDEE0211055C3d4b32
Octal3363404110125147511362
Binary110111101110000010000110101010111001111011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE021; }

 p { color: rgb(222,224,33); }

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

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

 a { background-color: rgb(222,224,33); }

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

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

 span { border-color: rgb(222,224,33); }

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