#D1DB3B

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

Shades of Bitter Lemon #D1DB3B

Tints of Bitter Lemon #D1DB3B

Color information

#D1DB3B (or 0xD1DB3B) is unknown color: approx Bitter Lemon. HEX triplet: D1, DB and 3B. RGB value is (209,219,59). Sum of RGB (Red+Green+Blue) = 209+219+59=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB3B is #2E24C4. Grayscale: #C6C6C6. Windows color (decimal): -3024069 or 3922897. OLE color: 3922897.

HSL color Cylindrical-coordinate representation of color #D1DB3B: hue angle of 63.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1DB3B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB20921959-
CMYK0.0500.730.14
HSL63.75º68.97%54.51%-
HSV(B)63.75º73.06%85.88%-
XYZ52.4264.5313.83-
YUV197.7749.69136.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 219 (85.94% from 255) = 44.97%
BLUE value IS 59 (23.44% from 255) = 12.11%
R=42.92%
G=44.97%
B=12.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209219590.0500.730.1463.7568.9754.51
HexD1DB3B5049E404537
Octal32133373501111610010567
Binary110100011101101111101110101001001111010000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DB3B; }

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

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

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

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

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

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

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

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