#D1DB41

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

Shades of Bitter Lemon #D1DB41

Tints of Bitter Lemon #D1DB41

Color information

#D1DB41 (or 0xD1DB41) is unknown color: approx Bitter Lemon. HEX triplet: D1, DB and 41. RGB value is (209,219,65). Sum of RGB (Red+Green+Blue) = 209+219+65=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB41 is #2E24BE. Grayscale: #C7C7C7. Windows color (decimal): -3024063 or 4316113. OLE color: 4316113.

HSL color Cylindrical-coordinate representation of color #D1DB41: hue angle of 63.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1DB41 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB20921965-
CMYK0.0500.700.14
HSL63.9º68.14%55.69%-
HSV(B)63.9º70.32%85.88%-
XYZ52.5864.614.7-
YUV198.4552.69135.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 65 (25.78% from 255) = 13.18%
R=42.39%
G=44.42%
B=13.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209219650.0500.700.1463.968.1455.69
HexD1DB415046E404438
Octal321333101501061610010470
Binary1101000111011011100000110101000110111010000001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DB41; }

 p { color: rgb(209,219,65); }

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

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

 a { background-color: rgb(209,219,65); }

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

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

 span { border-color: rgb(209,219,65); }

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