#D6DE2C

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

Shades of Bitter Lemon #D6DE2C

Tints of Bitter Lemon #D6DE2C

Color information

#D6DE2C (or 0xD6DE2C) is unknown color: approx Bitter Lemon. HEX triplet: D6, DE and 2C. RGB value is (214,222,44). Sum of RGB (Red+Green+Blue) = 214+222+44=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DE2C is #2921D3. Grayscale: #C8C8C8. Windows color (decimal): -2695636 or 2940630. OLE color: 2940630.

HSL color Cylindrical-coordinate representation of color #D6DE2C: hue angle of 62.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6DE2C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB21422244-
CMYK0.0400.800.13
HSL62.7º72.95%52.16%-
HSV(B)62.7º80.18%87.06%-
XYZ54.3166.7212.4-
YUV199.3240.35138.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 44 (17.58% from 255) = 9.17%
R=44.58%
G=46.25%
B=9.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214222440.0400.800.1362.772.9552.16
HexD6DE2C4050D3f4934
Octal3263365440120157711164
Binary11010110110111101011001000101000011011111111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE2C; }

 p { color: rgb(214,222,44); }

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

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

 a { background-color: rgb(214,222,44); }

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

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

 span { border-color: rgb(214,222,44); }

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