#D1DA22

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

Shades of Bitter Lemon #D1DA22

Tints of Bitter Lemon #D1DA22

Color information

#D1DA22 (or 0xD1DA22) is unknown color: approx Bitter Lemon. HEX triplet: D1, DA and 22. RGB value is (209,218,34). Sum of RGB (Red+Green+Blue) = 209+218+34=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA22 is #2E25DD. Grayscale: #C3C3C3. Windows color (decimal): -3024350 or 2284241. OLE color: 2284241.

HSL color Cylindrical-coordinate representation of color #D1DA22: hue angle of 62.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1DA22 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB20921834-
CMYK0.0400.840.15
HSL62.93º73.02%49.41%-
HSV(B)62.93º84.4%85.49%-
XYZ51.6563.8111.11-
YUV194.3337.52138.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 34 (13.67% from 255) = 7.38%
R=45.34%
G=47.29%
B=7.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209218340.0400.840.1562.9373.0249.41
HexD1DA224054F3f4931
Octal3213324240124177711161
Binary11010001110110101000101000101010011111111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA22; }

 p { color: rgb(209,218,34); }

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

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

 a { background-color: rgb(209,218,34); }

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

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

 span { border-color: rgb(209,218,34); }

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