#D1D640

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

Shades of Bitter Lemon #D1D640

Tints of Bitter Lemon #D1D640

Color information

#D1D640 (or 0xD1D640) is unknown color: approx Bitter Lemon. HEX triplet: D1, D6 and 40. RGB value is (209,214,64). Sum of RGB (Red+Green+Blue) = 209+214+64=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D640 is #2E29BF. Grayscale: #C3C3C3. Windows color (decimal): -3025344 or 4249297. OLE color: 4249297.

HSL color Cylindrical-coordinate representation of color #D1D640: hue angle of 62º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D640 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB20921464-
CMYK0.0200.700.16
HSL62º64.66%54.51%-
HSV(B)62º70.09%83.92%-
XYZ51.2762.0214.12-
YUV195.453.84137.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=42.92%
G=43.94%
B=13.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209214640.0200.700.166264.6654.51
HexD1D6402046103e4137
Octal32132610020106207610167
Binary110100011101011010000001001000110100001111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D640; }

 p { color: rgb(209,214,64); }

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

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

 a { background-color: rgb(209,214,64); }

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

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

 span { border-color: rgb(209,214,64); }

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