#D1DD2C

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

Shades of Bitter Lemon #D1DD2C

Tints of Bitter Lemon #D1DD2C

Color information

#D1DD2C (or 0xD1DD2C) is unknown color: approx Bitter Lemon. HEX triplet: D1, DD and 2C. RGB value is (209,221,44). Sum of RGB (Red+Green+Blue) = 209+221+44=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD2C is #2E22D3. Grayscale: #C5C5C5. Windows color (decimal): -3023572 or 2940369. OLE color: 2940369.

HSL color Cylindrical-coordinate representation of color #D1DD2C: hue angle of 64.07º degrees, saturation: 0.72, 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 #D1DD2C is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB20922144-
CMYK0.0500.800.13
HSL64.07º72.24%51.96%-
HSV(B)64.07º80.09%86.67%-
XYZ52.6165.4512.24-
YUV197.2341.52136.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 44 (17.58% from 255) = 9.28%
R=44.09%
G=46.62%
B=9.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209221440.0500.800.1364.0772.2451.96
HexD1DD2C5050D404834
Octal32133554501201510011064
Binary110100011101110110110010101010000110110000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD2C; }

 p { color: rgb(209,221,44); }

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

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

 a { background-color: rgb(209,221,44); }

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

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

 span { border-color: rgb(209,221,44); }

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